@angular/core 20.1.0-next.1 → 20.1.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.d-Dwpmmn5j.d.ts +1 -1
- package/chrome_dev_tools_performance.d-Dk_7kdX9.d.ts +1 -1
- package/discovery.d-AiW64LSq.d.ts +1 -1
- package/event_dispatcher.d-BReQpZfC.d.ts +1 -1
- package/fesm2022/attribute-BWp59EjE.mjs +1 -1
- package/fesm2022/core.mjs +14 -16
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/{debug_node-CGQXW8qF.mjs → debug_node-BFi6TVHr.mjs} +10 -13
- package/fesm2022/debug_node-BFi6TVHr.mjs.map +1 -0
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/{resource-CIODajJI.mjs → resource-BwChsGJq.mjs} +3 -3
- package/fesm2022/{resource-CIODajJI.mjs.map → resource-BwChsGJq.mjs.map} +1 -1
- package/fesm2022/{root_effect_scheduler-BvK6bnZD.mjs → root_effect_scheduler-BkoRKl64.mjs} +10 -3
- package/fesm2022/{root_effect_scheduler-BvK6bnZD.mjs.map → root_effect_scheduler-BkoRKl64.mjs.map} +1 -1
- package/fesm2022/rxjs-interop.mjs +3 -3
- package/fesm2022/signal-nCiHhWf6.mjs +1 -1
- package/fesm2022/testing.mjs +7 -7
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/untracked-DmD_2MlC.mjs +1 -1
- package/fesm2022/weak_ref-BaIq-pgY.mjs +1 -1
- package/graph.d-BcIOep_B.d.ts +1 -1
- package/index.d.ts +1 -4
- package/package.json +2 -2
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/apply_import_manager-BsIRDO9W.cjs +1 -1
- package/schematics/bundles/checker-CY7a8ko8.cjs +2 -2
- package/schematics/bundles/cleanup-unused-imports.cjs +31 -17
- package/schematics/bundles/compiler_host-DNYQkH4l.cjs +1 -1
- package/schematics/bundles/control-flow-migration.cjs +1 -1
- package/schematics/bundles/document-core.cjs +1 -1
- package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
- package/schematics/bundles/index-BJ3PYYwQ.cjs +1 -1
- package/schematics/bundles/index-BUgQDm-J.cjs +11 -11
- package/schematics/bundles/inject-flags.cjs +1 -1
- package/schematics/bundles/inject-migration.cjs +7 -2
- package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
- package/schematics/bundles/migrate_ts_type_references-MBd4NBjn.cjs +1 -1
- package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
- package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +1 -1
- package/schematics/bundles/project_paths-C5Df24y1.cjs +1 -1
- package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
- package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
- package/schematics/bundles/route-lazy-loading.cjs +1 -1
- package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
- package/schematics/bundles/signal-input-migration.cjs +1 -1
- package/schematics/bundles/signal-queries-migration.cjs +1 -1
- package/schematics/bundles/signals.cjs +1 -1
- package/schematics/bundles/standalone-migration.cjs +1 -1
- package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
- package/schematics/bundles/test-bed-get.cjs +1 -1
- package/signal.d-BcmOdASA.d.ts +1 -1
- package/testing/index.d.ts +13 -4
- package/weak_ref.d-eGOEP9S1.d.ts +1 -1
- package/fesm2022/debug_node-CGQXW8qF.mjs.map +0 -1
package/graph.d-BcIOep_B.d.ts
CHANGED
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.1.0-next.
|
|
2
|
+
* @license Angular v20.1.0-next.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -4559,7 +4559,6 @@ declare const LOCALE_ID: InjectionToken<string>;
|
|
|
4559
4559
|
* In standalone apps:
|
|
4560
4560
|
* ```ts
|
|
4561
4561
|
* import { LOCALE_ID, ApplicationConfig } from '@angular/core';
|
|
4562
|
-
* import { AppModule } from './app/app.module';
|
|
4563
4562
|
*
|
|
4564
4563
|
* const appConfig: ApplicationConfig = {
|
|
4565
4564
|
* providers: [{provide: DEFAULT_CURRENCY_CODE, useValue: 'EUR' }]
|
|
@@ -4590,7 +4589,6 @@ declare const DEFAULT_CURRENCY_CODE: InjectionToken<string>;
|
|
|
4590
4589
|
* In standalone apps:
|
|
4591
4590
|
* ```ts
|
|
4592
4591
|
* import { LOCALE_ID, ApplicationConfig } from '@angular/core';
|
|
4593
|
-
* import { AppModule } from './app/app.module';
|
|
4594
4592
|
*
|
|
4595
4593
|
* const appConfig: ApplicationConfig = {
|
|
4596
4594
|
* providers: [{provide: TRANSLATIONS, useValue: translations }]
|
|
@@ -4625,7 +4623,6 @@ declare const TRANSLATIONS: InjectionToken<string>;
|
|
|
4625
4623
|
* In standalone apps:
|
|
4626
4624
|
* ```ts
|
|
4627
4625
|
* import { LOCALE_ID, ApplicationConfig } from '@angular/core';
|
|
4628
|
-
* import { AppModule } from './app/app.module';
|
|
4629
4626
|
*
|
|
4630
4627
|
* const appConfig: ApplicationConfig = {
|
|
4631
4628
|
* providers: [{provide: TRANSLATIONS_FORMAT, useValue: 'xlf' }]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/core",
|
|
3
|
-
"version": "20.1.0-next.
|
|
3
|
+
"version": "20.1.0-next.2",
|
|
4
4
|
"description": "Angular - the core framework",
|
|
5
5
|
"author": "angular",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"tslib": "^2.3.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@angular/compiler": "20.1.0-next.
|
|
49
|
+
"@angular/compiler": "20.1.0-next.2",
|
|
50
50
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
51
51
|
"zone.js": "~0.15.0"
|
|
52
52
|
},
|
package/primitives/di/index.d.ts
CHANGED
package/rxjs-interop/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.0-next.
|
|
3
|
+
* @license Angular v20.1.0-next.2
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -32082,7 +32082,7 @@ function isAttrNode(ast) {
|
|
|
32082
32082
|
* @description
|
|
32083
32083
|
* Entry point for all public APIs of the compiler package.
|
|
32084
32084
|
*/
|
|
32085
|
-
new Version('20.1.0-next.
|
|
32085
|
+
new Version('20.1.0-next.2');
|
|
32086
32086
|
|
|
32087
32087
|
//////////////////////////////////////
|
|
32088
32088
|
// THIS FILE HAS GLOBAL SIDE EFFECT //
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.0-next.
|
|
3
|
+
* @license Angular v20.1.0-next.2
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -15,7 +15,6 @@ var checker = require('./checker-CY7a8ko8.cjs');
|
|
|
15
15
|
var index = require('./index-BUgQDm-J.cjs');
|
|
16
16
|
require('path');
|
|
17
17
|
var apply_import_manager = require('./apply_import_manager-BsIRDO9W.cjs');
|
|
18
|
-
var leading_space = require('./leading_space-D9nQ8UQC.cjs');
|
|
19
18
|
require('@angular-devkit/schematics');
|
|
20
19
|
require('./project_tsconfig_paths-CDVxT6Ov.cjs');
|
|
21
20
|
require('fs');
|
|
@@ -207,7 +206,10 @@ class UnusedImportsMigration extends project_paths.TsurgeFunnelMigration {
|
|
|
207
206
|
// Filter out the unused identifiers from an array.
|
|
208
207
|
partialRemovals.forEach((toRemove, parent) => {
|
|
209
208
|
toRemove.forEach((node) => {
|
|
210
|
-
replacements.push(new project_paths.Replacement(project_paths.projectFile(sourceFile, info), getArrayElementRemovalUpdate(node,
|
|
209
|
+
replacements.push(new project_paths.Replacement(project_paths.projectFile(sourceFile, info), getArrayElementRemovalUpdate(node, sourceText)));
|
|
210
|
+
});
|
|
211
|
+
stripTrailingSameLineCommas(parent, toRemove, sourceText)?.forEach((update) => {
|
|
212
|
+
replacements.push(new project_paths.Replacement(project_paths.projectFile(sourceFile, info), update));
|
|
211
213
|
});
|
|
212
214
|
});
|
|
213
215
|
// Attempt to clean up unused import declarations. Note that this isn't foolproof, because we
|
|
@@ -229,7 +231,7 @@ class UnusedImportsMigration extends project_paths.TsurgeFunnelMigration {
|
|
|
229
231
|
}
|
|
230
232
|
}
|
|
231
233
|
/** Generates a `TextUpdate` for the removal of an array element. */
|
|
232
|
-
function getArrayElementRemovalUpdate(node,
|
|
234
|
+
function getArrayElementRemovalUpdate(node, sourceText) {
|
|
233
235
|
let position = node.getStart();
|
|
234
236
|
let end = node.getEnd();
|
|
235
237
|
let toInsert = '';
|
|
@@ -249,27 +251,39 @@ function getArrayElementRemovalUpdate(node, parent, sourceText) {
|
|
|
249
251
|
break;
|
|
250
252
|
}
|
|
251
253
|
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
254
|
+
return new project_paths.TextUpdate({ position, end, toInsert });
|
|
255
|
+
}
|
|
256
|
+
/** Returns `TextUpdate`s that will remove any leftover trailing commas on the same line. */
|
|
257
|
+
function stripTrailingSameLineCommas(node, toRemove, sourceText) {
|
|
258
|
+
let updates = null;
|
|
259
|
+
for (let i = 0; i < node.elements.length; i++) {
|
|
260
|
+
// Skip over elements that are being removed already.
|
|
261
|
+
if (toRemove.has(node.elements[i])) {
|
|
262
|
+
continue;
|
|
263
|
+
}
|
|
264
|
+
// An element might have a trailing comma if all elements after it have been removed.
|
|
265
|
+
const mightHaveTrailingComma = node.elements.slice(i + 1).every((e) => toRemove.has(e));
|
|
266
|
+
if (!mightHaveTrailingComma) {
|
|
267
|
+
continue;
|
|
268
|
+
}
|
|
269
|
+
const position = node.elements[i].getEnd();
|
|
270
|
+
let end = position;
|
|
271
|
+
// If the item might have a trailing comma, start looking after it until we hit a line break.
|
|
272
|
+
for (let charIndex = position; charIndex < node.getEnd(); charIndex++) {
|
|
273
|
+
const char = sourceText[charIndex];
|
|
259
274
|
if (char === ',' || char === ' ') {
|
|
260
|
-
|
|
275
|
+
end++;
|
|
261
276
|
}
|
|
262
277
|
else {
|
|
263
|
-
if (
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
toInsert = leading_space.getLeadingLineWhitespaceOfNode(node);
|
|
278
|
+
if (char !== '\n' && position !== end) {
|
|
279
|
+
updates ??= [];
|
|
280
|
+
updates.push(new project_paths.TextUpdate({ position, end, toInsert: '' }));
|
|
267
281
|
}
|
|
268
282
|
break;
|
|
269
283
|
}
|
|
270
284
|
}
|
|
271
285
|
}
|
|
272
|
-
return
|
|
286
|
+
return updates;
|
|
273
287
|
}
|
|
274
288
|
|
|
275
289
|
function migrate() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.0-next.
|
|
3
|
+
* @license Angular v20.1.0-next.2
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -891,7 +891,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
|
|
|
891
891
|
function compileDeclareClassMetadata(metadata) {
|
|
892
892
|
const definitionMap = new checker.DefinitionMap();
|
|
893
893
|
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
894
|
-
definitionMap.set('version', checker.literal('20.1.0-next.
|
|
894
|
+
definitionMap.set('version', checker.literal('20.1.0-next.2'));
|
|
895
895
|
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
|
|
896
896
|
definitionMap.set('type', metadata.type);
|
|
897
897
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -909,7 +909,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
909
909
|
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? checker.literal(null));
|
|
910
910
|
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? checker.literal(null));
|
|
911
911
|
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
912
|
-
definitionMap.set('version', checker.literal('20.1.0-next.
|
|
912
|
+
definitionMap.set('version', checker.literal('20.1.0-next.2'));
|
|
913
913
|
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
|
|
914
914
|
definitionMap.set('type', metadata.type);
|
|
915
915
|
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -1004,7 +1004,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
1004
1004
|
const definitionMap = new checker.DefinitionMap();
|
|
1005
1005
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
1006
1006
|
definitionMap.set('minVersion', checker.literal(minVersion));
|
|
1007
|
-
definitionMap.set('version', checker.literal('20.1.0-next.
|
|
1007
|
+
definitionMap.set('version', checker.literal('20.1.0-next.2'));
|
|
1008
1008
|
// e.g. `type: MyDirective`
|
|
1009
1009
|
definitionMap.set('type', meta.type.value);
|
|
1010
1010
|
if (meta.isStandalone !== undefined) {
|
|
@@ -1420,7 +1420,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
1420
1420
|
function compileDeclareFactoryFunction(meta) {
|
|
1421
1421
|
const definitionMap = new checker.DefinitionMap();
|
|
1422
1422
|
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
1423
|
-
definitionMap.set('version', checker.literal('20.1.0-next.
|
|
1423
|
+
definitionMap.set('version', checker.literal('20.1.0-next.2'));
|
|
1424
1424
|
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
|
|
1425
1425
|
definitionMap.set('type', meta.type.value);
|
|
1426
1426
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -1455,7 +1455,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
1455
1455
|
function createInjectableDefinitionMap(meta) {
|
|
1456
1456
|
const definitionMap = new checker.DefinitionMap();
|
|
1457
1457
|
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
1458
|
-
definitionMap.set('version', checker.literal('20.1.0-next.
|
|
1458
|
+
definitionMap.set('version', checker.literal('20.1.0-next.2'));
|
|
1459
1459
|
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
|
|
1460
1460
|
definitionMap.set('type', meta.type.value);
|
|
1461
1461
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -1506,7 +1506,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
1506
1506
|
function createInjectorDefinitionMap(meta) {
|
|
1507
1507
|
const definitionMap = new checker.DefinitionMap();
|
|
1508
1508
|
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
1509
|
-
definitionMap.set('version', checker.literal('20.1.0-next.
|
|
1509
|
+
definitionMap.set('version', checker.literal('20.1.0-next.2'));
|
|
1510
1510
|
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
|
|
1511
1511
|
definitionMap.set('type', meta.type.value);
|
|
1512
1512
|
definitionMap.set('providers', meta.providers);
|
|
@@ -1539,7 +1539,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
1539
1539
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
1540
1540
|
}
|
|
1541
1541
|
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
1542
|
-
definitionMap.set('version', checker.literal('20.1.0-next.
|
|
1542
|
+
definitionMap.set('version', checker.literal('20.1.0-next.2'));
|
|
1543
1543
|
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
|
|
1544
1544
|
definitionMap.set('type', meta.type.value);
|
|
1545
1545
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -1590,7 +1590,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
1590
1590
|
function createPipeDefinitionMap(meta) {
|
|
1591
1591
|
const definitionMap = new checker.DefinitionMap();
|
|
1592
1592
|
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
1593
|
-
definitionMap.set('version', checker.literal('20.1.0-next.
|
|
1593
|
+
definitionMap.set('version', checker.literal('20.1.0-next.2'));
|
|
1594
1594
|
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
|
|
1595
1595
|
// e.g. `type: MyPipe`
|
|
1596
1596
|
definitionMap.set('type', meta.type.value);
|
|
@@ -11522,7 +11522,7 @@ class PipeDecoratorHandler {
|
|
|
11522
11522
|
* @description
|
|
11523
11523
|
* Entry point for all public APIs of the compiler-cli package.
|
|
11524
11524
|
*/
|
|
11525
|
-
new checker.Version('20.1.0-next.
|
|
11525
|
+
new checker.Version('20.1.0-next.2');
|
|
11526
11526
|
|
|
11527
11527
|
/**
|
|
11528
11528
|
* Whether a given decorator should be treated as an Angular decorator.
|
|
@@ -19387,7 +19387,7 @@ var semver = /*@__PURE__*/getDefaultExportFromCjs(semverExports);
|
|
|
19387
19387
|
* @param minVersion Minimum required version for the feature.
|
|
19388
19388
|
*/
|
|
19389
19389
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
19390
|
-
// A version of `20.1.0-next.
|
|
19390
|
+
// A version of `20.1.0-next.2` usually means that core is at head so it supports
|
|
19391
19391
|
// all features. Use string interpolation prevent the placeholder from being replaced
|
|
19392
19392
|
// with the current version during build time.
|
|
19393
19393
|
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.0-next.
|
|
3
|
+
* @license Angular v20.1.0-next.2
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -985,7 +985,7 @@ function migrateInjectDecorator(firstArg, type, localTypeChecker) {
|
|
|
985
985
|
let typeArguments = null;
|
|
986
986
|
// `inject` no longer officially supports string injection so we need
|
|
987
987
|
// to cast to any. We maintain the type by passing it as a generic.
|
|
988
|
-
if (ts.isStringLiteralLike(firstArg)) {
|
|
988
|
+
if (ts.isStringLiteralLike(firstArg) || isStringType(firstArg, localTypeChecker)) {
|
|
989
989
|
typeArguments = [type || ts.factory.createKeywordTypeNode(ts.SyntaxKind.AnyKeyword)];
|
|
990
990
|
injectedType += ' as any';
|
|
991
991
|
}
|
|
@@ -1235,6 +1235,11 @@ function replaceParameterReferencesInInitializer(initializer, constructor, local
|
|
|
1235
1235
|
}
|
|
1236
1236
|
return result.join('this.');
|
|
1237
1237
|
}
|
|
1238
|
+
function isStringType(node, checker) {
|
|
1239
|
+
const type = checker.getTypeAtLocation(node);
|
|
1240
|
+
// stringLiteral here is to cover const strings inferred as literal type.
|
|
1241
|
+
return !!(type.flags & ts.TypeFlags.String || type.flags & ts.TypeFlags.StringLiteral);
|
|
1242
|
+
}
|
|
1238
1243
|
|
|
1239
1244
|
function migrate(options) {
|
|
1240
1245
|
return async (tree) => {
|
package/signal.d-BcmOdASA.d.ts
CHANGED
package/testing/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.1.0-next.
|
|
2
|
+
* @license Angular v20.1.0-next.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import '../event_dispatcher.d-BReQpZfC.js';
|
|
8
8
|
import { InjectionToken, Type, ProviderToken, InjectOptions } from '../chrome_dev_tools_performance.d-Dk_7kdX9.js';
|
|
9
|
-
import { DeferBlockDetails, DeferBlockState, ComponentRef, DebugElement, ElementRef, ChangeDetectorRef, NgZone, SchemaMetadata, DeferBlockBehavior, PlatformRef, NgModule, Component, Directive, Pipe, Navigation, NavigationNavigateOptions, NavigationOptions, NavigateEvent, NavigationCurrentEntryChangeEvent, NavigationTransition, NavigationUpdateCurrentEntryOptions, NavigationReloadOptions, NavigationResult, NavigationHistoryEntry } from '../discovery.d-AiW64LSq.js';
|
|
9
|
+
import { DeferBlockDetails, DeferBlockState, ComponentRef, DebugElement, ElementRef, ChangeDetectorRef, NgZone, SchemaMetadata, DeferBlockBehavior, Binding, PlatformRef, NgModule, Component, Directive, Pipe, Navigation, NavigationNavigateOptions, NavigationOptions, NavigateEvent, NavigationCurrentEntryChangeEvent, NavigationTransition, NavigationUpdateCurrentEntryOptions, NavigationReloadOptions, NavigationResult, NavigationHistoryEntry } from '../discovery.d-AiW64LSq.js';
|
|
10
10
|
import * as i0 from '@angular/core';
|
|
11
11
|
import '../graph.d-BcIOep_B.js';
|
|
12
12
|
import 'rxjs';
|
|
@@ -384,6 +384,15 @@ interface ModuleTeardownOptions {
|
|
|
384
384
|
interface TestBedStatic extends TestBed {
|
|
385
385
|
new (...args: any[]): TestBed;
|
|
386
386
|
}
|
|
387
|
+
/**
|
|
388
|
+
* Options that can be configured for a test component.
|
|
389
|
+
*
|
|
390
|
+
* @publicApi
|
|
391
|
+
*/
|
|
392
|
+
interface TestComponentOptions {
|
|
393
|
+
/** Bindings to apply to the test component. */
|
|
394
|
+
bindings?: Binding[];
|
|
395
|
+
}
|
|
387
396
|
/**
|
|
388
397
|
* Returns a singleton of the `TestBed` class.
|
|
389
398
|
*
|
|
@@ -455,7 +464,7 @@ interface TestBed {
|
|
|
455
464
|
multi?: boolean;
|
|
456
465
|
}): TestBed;
|
|
457
466
|
overrideTemplateUsingTestingModule(component: Type<any>, template: string): TestBed;
|
|
458
|
-
createComponent<T>(component: Type<T
|
|
467
|
+
createComponent<T>(component: Type<T>, options?: TestComponentOptions): ComponentFixture<T>;
|
|
459
468
|
/**
|
|
460
469
|
* Execute any pending effects.
|
|
461
470
|
*
|
|
@@ -702,4 +711,4 @@ declare class Log<T = string> {
|
|
|
702
711
|
}
|
|
703
712
|
|
|
704
713
|
export { ComponentFixture, ComponentFixtureAutoDetect, ComponentFixtureNoNgZone, DeferBlockBehavior, DeferBlockFixture, DeferBlockState, InjectSetupWrapper, TestBed, TestComponentRenderer, discardPeriodicTasks, fakeAsync, flush, flushMicrotasks, getTestBed, inject, resetFakeAsyncZone, tick, waitForAsync, withModule, FakeNavigation as ɵFakeNavigation, Log as ɵLog, MetadataOverrider as ɵMetadataOverrider, getCleanupHook as ɵgetCleanupHook };
|
|
705
|
-
export type { MetadataOverride, ModuleTeardownOptions, TestBedStatic, TestEnvironmentOptions, TestModuleMetadata };
|
|
714
|
+
export type { MetadataOverride, ModuleTeardownOptions, TestBedStatic, TestComponentOptions, TestEnvironmentOptions, TestModuleMetadata };
|
package/weak_ref.d-eGOEP9S1.d.ts
CHANGED