@angular/core 21.0.0-next.7 → 21.0.0-next.9

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.
Files changed (82) hide show
  1. package/fesm2022/_attribute-chunk.mjs +1 -1
  2. package/fesm2022/_attribute-chunk.mjs.map +1 -1
  3. package/fesm2022/_debug_node-chunk.mjs +722 -569
  4. package/fesm2022/_debug_node-chunk.mjs.map +1 -1
  5. package/fesm2022/_effect-chunk.mjs +512 -48
  6. package/fesm2022/_effect-chunk.mjs.map +1 -1
  7. package/fesm2022/{_root_effect_scheduler-chunk.mjs → _effect-chunk2.mjs} +202 -19
  8. package/fesm2022/_effect-chunk2.mjs.map +1 -0
  9. package/fesm2022/_not_found-chunk.mjs +1 -1
  10. package/fesm2022/_not_found-chunk.mjs.map +1 -1
  11. package/fesm2022/_resource-chunk.mjs +5 -173
  12. package/fesm2022/_resource-chunk.mjs.map +1 -1
  13. package/fesm2022/_untracked-chunk.mjs +117 -0
  14. package/fesm2022/_untracked-chunk.mjs.map +1 -0
  15. package/fesm2022/_weak_ref-chunk.mjs +1 -1
  16. package/fesm2022/_weak_ref-chunk.mjs.map +1 -1
  17. package/fesm2022/core.mjs +15 -18
  18. package/fesm2022/core.mjs.map +1 -1
  19. package/fesm2022/primitives-di.mjs +1 -1
  20. package/fesm2022/primitives-di.mjs.map +1 -1
  21. package/fesm2022/primitives-event-dispatch.mjs +1 -1
  22. package/fesm2022/primitives-event-dispatch.mjs.map +1 -1
  23. package/fesm2022/primitives-signals.mjs +4 -4
  24. package/fesm2022/primitives-signals.mjs.map +1 -1
  25. package/fesm2022/rxjs-interop.mjs +5 -5
  26. package/fesm2022/rxjs-interop.mjs.map +1 -1
  27. package/fesm2022/testing.mjs +3 -3
  28. package/fesm2022/testing.mjs.map +1 -1
  29. package/package.json +2 -2
  30. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
  31. package/schematics/bundles/application-config-core.cjs +5 -5
  32. package/schematics/bundles/{apply_import_manager-D_4NSuRa.cjs → apply_import_manager-CoeTX_Ob.cjs} +3 -3
  33. package/schematics/bundles/bootstrap-options-migration.cjs +5 -5
  34. package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
  35. package/schematics/bundles/common-to-standalone-migration.cjs +385 -0
  36. package/schematics/bundles/{compiler_host-C1KRWoxv.cjs → compiler_host-emLDwK2U.cjs} +2 -2
  37. package/schematics/bundles/control-flow-migration.cjs +4 -4
  38. package/schematics/bundles/imports-DwPXlGFl.cjs +1 -1
  39. package/schematics/bundles/{index-DYqR8Lpq.cjs → index-CLxYZ09c.cjs} +4 -4
  40. package/schematics/bundles/{index-BFENxhdR.cjs → index-Dvqnp6JS.cjs} +391 -152
  41. package/schematics/bundles/inject-migration.cjs +3 -3
  42. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  43. package/schematics/bundles/{migrate_ts_type_references-CemH7A8e.cjs → migrate_ts_type_references-CpM5FPGa.cjs} +47 -5
  44. package/schematics/bundles/{ng_component_template-AYs8YXuT.cjs → ng_component_template-BRbBIAUX.cjs} +2 -2
  45. package/schematics/bundles/ng_decorators-BI0uV7KI.cjs +1 -1
  46. package/schematics/bundles/ngclass-to-class-migration.cjs +7 -7
  47. package/schematics/bundles/ngstyle-to-style-migration.cjs +7 -7
  48. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  49. package/schematics/bundles/output-migration.cjs +6 -6
  50. package/schematics/bundles/{parse_html-6-AB4O-A.cjs → parse_html-CPWfkfhR.cjs} +2 -2
  51. package/schematics/bundles/{project_paths-EiOrjlNS.cjs → project_paths-C8H7KDJ3.cjs} +3 -3
  52. package/schematics/bundles/{project_tsconfig_paths-BbVhi4fG.cjs → project_tsconfig_paths-CiBzGSIa.cjs} +335 -47
  53. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  54. package/schematics/bundles/route-lazy-loading.cjs +3 -3
  55. package/schematics/bundles/router-current-navigation.cjs +4 -4
  56. package/schematics/bundles/router-last-successful-navigation.cjs +4 -4
  57. package/schematics/bundles/router-testing-module-migration.cjs +513 -0
  58. package/schematics/bundles/self-closing-tags-migration.cjs +6 -6
  59. package/schematics/bundles/signal-input-migration.cjs +7 -7
  60. package/schematics/bundles/signal-queries-migration.cjs +7 -7
  61. package/schematics/bundles/signals.cjs +7 -7
  62. package/schematics/bundles/standalone-migration.cjs +4 -4
  63. package/schematics/bundles/symbol-BObKoqes.cjs +1 -1
  64. package/schematics/collection.json +11 -0
  65. package/schematics/migrations/common-to-standalone-migration/schema.json +14 -0
  66. package/schematics/migrations/router-testing-module-migration/schema.json +14 -0
  67. package/types/_api-chunk.d.ts +1 -1
  68. package/types/_chrome_dev_tools_performance-chunk.d.ts +22 -12
  69. package/types/_discovery-chunk.d.ts +58 -10
  70. package/types/_effect-chunk.d.ts +1 -1
  71. package/types/_event_dispatcher-chunk.d.ts +1 -1
  72. package/types/_formatter-chunk.d.ts +4 -3
  73. package/types/_weak_ref-chunk.d.ts +1 -1
  74. package/types/core.d.ts +68 -33
  75. package/types/primitives-di.d.ts +1 -1
  76. package/types/primitives-event-dispatch.d.ts +1 -1
  77. package/types/primitives-signals.d.ts +2 -2
  78. package/types/rxjs-interop.d.ts +1 -1
  79. package/types/testing.d.ts +1 -1
  80. package/fesm2022/_root_effect_scheduler-chunk.mjs.map +0 -1
  81. package/fesm2022/_signal-chunk.mjs +0 -581
  82. package/fesm2022/_signal-chunk.mjs.map +0 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.7
3
+ * @license Angular v21.0.0-next.9
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -10,7 +10,7 @@ var schematics = require('@angular-devkit/schematics');
10
10
  var signalQueriesMigration = require('./signal-queries-migration.cjs');
11
11
  var signalInputMigration = require('./signal-input-migration.cjs');
12
12
  var outputMigration = require('./output-migration.cjs');
13
- require('./project_tsconfig_paths-BbVhi4fG.cjs');
13
+ require('./project_tsconfig_paths-CiBzGSIa.cjs');
14
14
  require('typescript');
15
15
  require('os');
16
16
  require('fs');
@@ -18,14 +18,14 @@ require('module');
18
18
  require('path');
19
19
  require('url');
20
20
  require('@angular-devkit/core');
21
- require('./index-BFENxhdR.cjs');
21
+ require('./index-Dvqnp6JS.cjs');
22
22
  require('node:path');
23
- require('./project_paths-EiOrjlNS.cjs');
23
+ require('./project_paths-C8H7KDJ3.cjs');
24
24
  require('node:path/posix');
25
- require('./apply_import_manager-D_4NSuRa.cjs');
26
- require('./migrate_ts_type_references-CemH7A8e.cjs');
25
+ require('./apply_import_manager-CoeTX_Ob.cjs');
26
+ require('./migrate_ts_type_references-CpM5FPGa.cjs');
27
27
  require('assert');
28
- require('./index-DYqR8Lpq.cjs');
28
+ require('./index-CLxYZ09c.cjs');
29
29
  require('./leading_space-D9nQ8UQC.cjs');
30
30
 
31
31
  function migrate(options) {
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.7
3
+ * @license Angular v21.0.0-next.9
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
9
  var schematics = require('@angular-devkit/schematics');
10
- var index = require('./index-BFENxhdR.cjs');
10
+ var index = require('./index-Dvqnp6JS.cjs');
11
11
  var fs = require('fs');
12
12
  var p = require('path');
13
13
  var ts = require('typescript');
14
- var compiler_host = require('./compiler_host-C1KRWoxv.cjs');
15
- var project_tsconfig_paths = require('./project_tsconfig_paths-BbVhi4fG.cjs');
14
+ var compiler_host = require('./compiler_host-emLDwK2U.cjs');
15
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CiBzGSIa.cjs');
16
16
  var ng_decorators = require('./ng_decorators-BI0uV7KI.cjs');
17
17
  var nodes = require('./nodes-B16H9JUd.cjs');
18
18
  var symbol = require('./symbol-BObKoqes.cjs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-next.7
3
+ * @license Angular v21.0.0-next.9
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -52,6 +52,12 @@
52
52
  "schema": "./ng-generate/self-closing-tags-migration/schema.json",
53
53
  "aliases": ["self-closing-tag"]
54
54
  },
55
+ "common-to-standalone-migration": {
56
+ "description": "Replaces CommonModule with individual imports from @angular/common",
57
+ "factory": "./bundles/common-to-standalone-migration.cjs#migrate",
58
+ "schema": "./migrations/common-to-standalone-migration/schema.json",
59
+ "aliases": ["common-to-standalone"]
60
+ },
55
61
  "control-flow-migration": {
56
62
  "description": "Converts the entire application to block control flow syntax",
57
63
  "factory": "./bundles/control-flow-migration.cjs#migrate",
@@ -69,6 +75,11 @@
69
75
  "factory": "./bundles/ngstyle-to-style-migration.cjs#migrate",
70
76
  "schema": "./migrations/ngstyle-to-style-migration/schema.json",
71
77
  "aliases": ["ngstyle-to-style"]
78
+ },
79
+ "router-testing-module-migration": {
80
+ "description": "Replaces deprecated RouterTestingModule with provideRouter() as recommended in the deprecation note",
81
+ "factory": "./bundles/router-testing-module-migration.cjs#migrate",
82
+ "schema": "./migrations/router-testing-module-migration/schema.json"
72
83
  }
73
84
  }
74
85
  }
@@ -0,0 +1,14 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "AngularCommonToStandaloneMigration",
4
+ "title": "Angular Common to Standalone Migration Schema",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "description": "Path to the directory where all components and modules should be migrated.",
10
+ "x-prompt": "Which directory do you want to migrate?",
11
+ "default": "./"
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "AngularRouterTestingToProvideRouterMigration",
4
+ "title": "Angular RouterTestingModule to provideRouter Migration Schema",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "description": "Path to the directory where all tests should be migrated.",
10
+ "x-prompt": "Which directory do you want to migrate?",
11
+ "default": "./"
12
+ }
13
+ }
14
+ }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.7
2
+ * @license Angular v21.0.0-next.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.7
2
+ * @license Angular v21.0.0-next.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -28,6 +28,8 @@ type Signal<T> = (() => T) & {
28
28
  declare function isSignal(value: unknown): value is Signal<unknown>;
29
29
  /**
30
30
  * A comparison function which can determine if two values are equal.
31
+ *
32
+ * @publicApi 17.0
31
33
  */
32
34
  type ValueEqualityFn<T> = (a: T, b: T) => boolean;
33
35
 
@@ -241,7 +243,7 @@ interface ValueSansProvider {
241
243
  }
242
244
  /**
243
245
  * Configures the `Injector` to return a value for a token.
244
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
246
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
245
247
  *
246
248
  * @usageNotes
247
249
  *
@@ -286,7 +288,7 @@ interface StaticClassSansProvider {
286
288
  }
287
289
  /**
288
290
  * Configures the `Injector` to return an instance of `useClass` for a token.
289
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
291
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
290
292
  *
291
293
  * @usageNotes
292
294
  *
@@ -316,7 +318,7 @@ interface StaticClassProvider extends StaticClassSansProvider {
316
318
  /**
317
319
  * Configures the `Injector` to return an instance of a token.
318
320
  *
319
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
321
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
320
322
  *
321
323
  * @usageNotes
322
324
  *
@@ -336,7 +338,7 @@ interface ConstructorSansProvider {
336
338
  /**
337
339
  * Configures the `Injector` to return an instance of a token.
338
340
  *
339
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
341
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
340
342
  *
341
343
  * @usageNotes
342
344
  *
@@ -363,7 +365,7 @@ interface ConstructorProvider extends ConstructorSansProvider {
363
365
  * Configures the `Injector` to return a value of another `useExisting` token.
364
366
  *
365
367
  * @see {@link ExistingProvider}
366
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
368
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
367
369
  *
368
370
  * @publicApi
369
371
  */
@@ -376,7 +378,7 @@ interface ExistingSansProvider {
376
378
  /**
377
379
  * Configures the `Injector` to return a value of another `useExisting` token.
378
380
  *
379
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
381
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
380
382
  *
381
383
  * @usageNotes
382
384
  *
@@ -403,7 +405,7 @@ interface ExistingProvider extends ExistingSansProvider {
403
405
  * Configures the `Injector` to return a value by invoking a `useFactory` function.
404
406
  *
405
407
  * @see {@link FactoryProvider}
406
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
408
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
407
409
  *
408
410
  * @publicApi
409
411
  */
@@ -421,7 +423,7 @@ interface FactorySansProvider {
421
423
  }
422
424
  /**
423
425
  * Configures the `Injector` to return a value by invoking a `useFactory` function.
424
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
426
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
425
427
  *
426
428
  * @usageNotes
427
429
  *
@@ -478,7 +480,7 @@ interface TypeProvider extends Type<any> {
478
480
  * Configures the `Injector` to return a value by invoking a `useClass` function.
479
481
  * Base for `ClassProvider` decorator.
480
482
  *
481
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
483
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
482
484
  *
483
485
  * @publicApi
484
486
  */
@@ -490,7 +492,7 @@ interface ClassSansProvider {
490
492
  }
491
493
  /**
492
494
  * Configures the `Injector` to return an instance of `useClass` for a token.
493
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
495
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
494
496
  *
495
497
  * @usageNotes
496
498
  *
@@ -519,7 +521,7 @@ interface ClassProvider extends ClassSansProvider {
519
521
  }
520
522
  /**
521
523
  * Describes how the `Injector` should be configured.
522
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
524
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
523
525
  *
524
526
  * @see {@link StaticProvider}
525
527
  *
@@ -726,6 +728,8 @@ interface DestroyableInjector extends Injector {
726
728
  * is injected in a component or directive, the callbacks run when that component or
727
729
  * directive is destroyed. Otherwise the callbacks run when a corresponding injector is destroyed.
728
730
  *
731
+ * @see [Lifecycle DestroyRef](guide/components/lifecycle#destroyref)
732
+ *
729
733
  * @publicApi
730
734
  */
731
735
  declare abstract class DestroyRef {
@@ -744,10 +748,16 @@ declare abstract class DestroyRef {
744
748
  * // stop the destroy callback from executing if needed
745
749
  * unregisterFn();
746
750
  * ```
751
+ *
752
+ * @see [Lifecycle DestroyRef](guide/components/lifecycle#destroyref)
753
+ *
747
754
  */
748
755
  abstract onDestroy(callback: () => void): () => void;
749
756
  /**
750
757
  * Indicates whether the instance has already been destroyed.
758
+ *
759
+ * @see [Detecting instance destruction](guide/components/lifecycle#detecting-instance-destruction)
760
+ *
751
761
  */
752
762
  abstract get destroyed(): boolean;
753
763
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.7
2
+ * @license Angular v21.0.0-next.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1147,7 +1147,44 @@ declare const enum TNodeFlags {
1147
1147
  /**
1148
1148
  * Bit #10 - This bit is set if the node is within a set of control flow blocks.
1149
1149
  */
1150
- isInControlFlow = 512
1150
+ isInControlFlow = 512,
1151
+ /**
1152
+ * Bit #11 - This bit is set if the node represents a form control.
1153
+ *
1154
+ * True when the node has an input binding to a `ɵControl` directive (but not also to a custom
1155
+ * component).
1156
+ */
1157
+ isFormControl = 1024,
1158
+ /**
1159
+ * Bit #12 - This bit is set if the node hosts a custom control component.
1160
+ *
1161
+ * A custom control component's model property is named `value`.
1162
+ */
1163
+ isFormValueControl = 2048,
1164
+ /**
1165
+ * Bit #13 - This bit is set if the node hosts a custom checkbox component.
1166
+ *
1167
+ * A custom checkbox component's model property is named `checked`.
1168
+ */
1169
+ isFormCheckboxControl = 4096,
1170
+ /**
1171
+ * Bit #14 - This bit is set if the node hosts an interoperable control implementation.
1172
+ *
1173
+ * This is used to bind to a `ControlValueAccessor` from `@angular/forms`.
1174
+ */
1175
+ isInteropControl = 8192,
1176
+ /**
1177
+ * Bit #15 - This bit is set if the node is a native control with a numeric type.
1178
+ *
1179
+ * This is used to determine whether the control supports the `min` and `max` properties.
1180
+ */
1181
+ isNativeNumericControl = 16384,
1182
+ /**
1183
+ * Bit #16 - This bit is set if the node is a native text control.
1184
+ *
1185
+ * This is used to determine whether control supports the `minLength` and `maxLength` properties.
1186
+ */
1187
+ isNativeTextControl = 32768
1151
1188
  }
1152
1189
  /**
1153
1190
  * Corresponds to the TNode.providerIndexes property.
@@ -2849,12 +2886,18 @@ declare const enum DeferBlockTrigger {
2849
2886
  When = 6,
2850
2887
  Never = 7
2851
2888
  }
2852
- /** * Describes specified delay (in ms) in the `hydrate on timer()` trigger. */
2889
+ /** Describes specified delay (in ms) in the `hydrate on timer()` trigger. */
2853
2890
  interface HydrateTimerTriggerDetails {
2854
- delay: number;
2891
+ type: DeferBlockTrigger.Timer;
2892
+ delay?: number;
2893
+ }
2894
+ /** Describes the config for a `hydrate on viewport` trigger. */
2895
+ interface HydrateViewportTriggerDetails {
2896
+ type: DeferBlockTrigger.Viewport;
2897
+ intersectionObserverOptions?: IntersectionObserverInit;
2855
2898
  }
2856
2899
  /** * Describes all possible hydration trigger details specified in a template. */
2857
- type HydrateTriggerDetails = HydrateTimerTriggerDetails;
2900
+ type HydrateTriggerDetails = HydrateTimerTriggerDetails | HydrateViewportTriggerDetails;
2858
2901
  /**
2859
2902
  * Internal structure used for configuration of defer block behavior.
2860
2903
  * */
@@ -6789,7 +6832,7 @@ interface NgModule {
6789
6832
  * The set of injectable objects that are available in the injector
6790
6833
  * of this module.
6791
6834
  *
6792
- * @see [Dependency Injection guide](guide/di/dependency-injection
6835
+ * @see [Dependency Injection guide](guide/di/dependency-injection)
6793
6836
  * @see [NgModule guide](guide/ngmodules/providers)
6794
6837
  *
6795
6838
  * @usageNotes
@@ -7040,7 +7083,6 @@ declare abstract class CompilerFactory {
7040
7083
  abstract createCompiler(options?: CompilerOptions[]): Compiler;
7041
7084
  }
7042
7085
 
7043
- declare function setZoneProvidersForNextBootstrap(): void;
7044
7086
  /**
7045
7087
  * The Angular platform is the entry point for Angular on a web page.
7046
7088
  * Each page has exactly one platform. Services (such as reflection) which are common
@@ -7061,7 +7103,9 @@ declare class PlatformRef {
7061
7103
  * @deprecated Passing NgModule factories as the `PlatformRef.bootstrapModuleFactory` function
7062
7104
  * argument is deprecated. Use the `PlatformRef.bootstrapModule` API instead.
7063
7105
  */
7064
- bootstrapModuleFactory<M>(moduleFactory: NgModuleFactory<M>, options?: BootstrapOptions): Promise<NgModuleRef<M>>;
7106
+ bootstrapModuleFactory<M>(moduleFactory: NgModuleFactory<M>, options?: BootstrapOptions & {
7107
+ applicationProviders?: Array<Provider | EnvironmentProviders>;
7108
+ }): Promise<NgModuleRef<M>>;
7065
7109
  /**
7066
7110
  * Creates an instance of an `@NgModule` for a given platform.
7067
7111
  *
@@ -7078,7 +7122,11 @@ declare class PlatformRef {
7078
7122
  * ```
7079
7123
  *
7080
7124
  */
7081
- bootstrapModule<M>(moduleType: Type<M>, compilerOptions?: (CompilerOptions & BootstrapOptions) | Array<CompilerOptions & BootstrapOptions>): Promise<NgModuleRef<M>>;
7125
+ bootstrapModule<M>(moduleType: Type<M>, compilerOptions?: (CompilerOptions & BootstrapOptions & {
7126
+ applicationProviders?: Array<Provider | EnvironmentProviders>;
7127
+ }) | Array<CompilerOptions & BootstrapOptions & {
7128
+ applicationProviders?: Array<Provider | EnvironmentProviders>;
7129
+ }>): Promise<NgModuleRef<M>>;
7082
7130
  /**
7083
7131
  * Registers a listener to be called when the platform is destroyed.
7084
7132
  */
@@ -7395,5 +7443,5 @@ interface DeferBlockDetails extends DehydratedDeferBlock {
7395
7443
  */
7396
7444
  declare function getDeferBlocks(lView: LView, deferBlocks: DeferBlockDetails[]): void;
7397
7445
 
7398
- export { ANIMATIONS_DISABLED, APP_BOOTSTRAP_LISTENER, AfterRenderManager, AnimationRendererType, ApplicationRef, AttributeMarker, COMPILER_OPTIONS, CONTAINER_HEADER_OFFSET, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionScheduler, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, Directive, EffectScheduler, ElementRef, EmbeddedViewRef, EnvironmentInjector, EventEmitter, HostBinding, HostListener, INJECTOR_SCOPE, Input, InputFlags, MAX_ANIMATION_TIMEOUT, ModuleWithComponentFactories, NG_INJ_DEF, NG_PROV_DEF, NO_ERRORS_SCHEMA, NavigateEvent, Navigation, NavigationCurrentEntryChangeEvent, NavigationDestination, NavigationHistoryEntry, NavigationTransition, NgModule, NgModuleFactory, NgModuleRef, NgZone, NoopNgZone, NotificationSource, Output, PROVIDED_ZONELESS, Pipe, PlatformRef, QueryFlags, QueryList, R3Injector, RenderFlags, Renderer2, RendererFactory2, RendererStyleFlags2, Sanitizer, SecurityContext, TDeferDetailsFlags, TracingAction, TracingService, ViewEncapsulation, ViewRef, ZONELESS_ENABLED, asNativeElements, effect, getDebugNode, getDeferBlocks, getInjectableDef, injectChangeDetectorRef, inputBinding, isBoundToModule, isInjectable, outputBinding, setZoneProvidersForNextBootstrap, twoWayBinding, ɵɵdefineInjectable, ɵɵdefineInjector };
7446
+ export { ANIMATIONS_DISABLED, APP_BOOTSTRAP_LISTENER, AfterRenderManager, AnimationRendererType, ApplicationRef, AttributeMarker, COMPILER_OPTIONS, CONTAINER_HEADER_OFFSET, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionScheduler, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, Directive, EffectScheduler, ElementRef, EmbeddedViewRef, EnvironmentInjector, EventEmitter, HostBinding, HostListener, INJECTOR_SCOPE, Input, InputFlags, MAX_ANIMATION_TIMEOUT, ModuleWithComponentFactories, NG_INJ_DEF, NG_PROV_DEF, NO_ERRORS_SCHEMA, NavigateEvent, Navigation, NavigationCurrentEntryChangeEvent, NavigationDestination, NavigationHistoryEntry, NavigationTransition, NgModule, NgModuleFactory, NgModuleRef, NgZone, NoopNgZone, NotificationSource, Output, PROVIDED_ZONELESS, Pipe, PlatformRef, QueryFlags, QueryList, R3Injector, RenderFlags, Renderer2, RendererFactory2, RendererStyleFlags2, Sanitizer, SecurityContext, TDeferDetailsFlags, TracingAction, TracingService, ViewEncapsulation, ViewRef, ZONELESS_ENABLED, asNativeElements, effect, getDebugNode, getDeferBlocks, getInjectableDef, injectChangeDetectorRef, inputBinding, isBoundToModule, isInjectable, outputBinding, twoWayBinding, ɵɵdefineInjectable, ɵɵdefineInjector };
7399
7447
  export type { AfterRenderRef, AnimationCallbackEvent, AnimationFunction, Binding, BootstrapOptions, ClassDebugInfo, CompilerOptions, ComponentDecorator, ComponentDef, ComponentDefFeature, ComponentTemplate, ComponentType, ContentQueriesFunction, CreateEffectOptions, CssSelectorList, DeferBlockConfig, DeferBlockDependencyInterceptor, DeferBlockDetails, DehydratedDeferBlock, DependencyResolverFn, DependencyTypeList, DirectiveDecorator, DirectiveDef, DirectiveDefFeature, DirectiveType, DirectiveWithBindings, EffectCleanupFn, EffectCleanupRegisterFn, EffectRef, GlobalTargetResolver, HostBindingDecorator, HostBindingsFunction, HostDirectiveConfig, HostListenerDecorator, InjectableType, InjectorType, InputDecorator, InputSignalNode, InputTransformFunction, InternalNgModuleRef, LContainer, LView, ListenerOptions, LocalRefExtractor, NavigationInterceptOptions, NavigationNavigateOptions, NavigationOptions, NavigationReloadOptions, NavigationResult, NavigationTypeString, NavigationUpdateCurrentEntryOptions, NgModuleDecorator, NgModuleScopeInfoFromDecorator, OpaqueViewState, OutputDecorator, PipeDecorator, PipeDef, PipeType, Predicate, ProjectionSlots, RElement, RNode, RawScopeInfoFromDecorator, RendererType2, SanitizerFn, SchemaMetadata, TAttributes, TConstantsOrFactory, TDeferBlockDetails, TNode, TView, TracingSnapshot, TrustedHTML, TrustedScript, TrustedScriptURL, TypeDecorator, TypeOrFactory, ViewQueriesFunction, ɵɵComponentDeclaration, ɵɵDirectiveDeclaration, ɵɵFactoryDeclaration, ɵɵInjectableDeclaration, ɵɵInjectorDeclaration, ɵɵInjectorDef, ɵɵNgModuleDeclaration, ɵɵPipeDeclaration };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.7
2
+ * @license Angular v21.0.0-next.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.7
2
+ * @license Angular v21.0.0-next.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.7
2
+ * @license Angular v21.0.0-next.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -39,6 +39,7 @@ interface ReactiveLink {
39
39
  nextConsumer: ReactiveLink | undefined;
40
40
  nextProducer: ReactiveLink | undefined;
41
41
  }
42
+ type ReactiveNodeKind = 'signal' | 'computed' | 'effect' | 'template' | 'linkedSignal' | 'afterRenderEffectPhase' | 'unknown';
42
43
  /**
43
44
  * A producer and/or consumer which participates in the reactive graph.
44
45
  *
@@ -125,7 +126,7 @@ interface ReactiveNode {
125
126
  *
126
127
  * Used in Angular DevTools to identify the kind of signal.
127
128
  */
128
- kind: string;
129
+ kind: ReactiveNodeKind;
129
130
  }
130
131
  /**
131
132
  * Called by implementations when a producer's signal is read.
@@ -211,4 +212,4 @@ declare global {
211
212
  declare function installDevToolsSignalFormatter(): void;
212
213
 
213
214
  export { REACTIVE_NODE, SIGNAL, consumerAfterComputation, consumerBeforeComputation, consumerDestroy, consumerMarkDirty, consumerPollProducersForChange, defaultEquals, finalizeConsumerAfterComputation, getActiveConsumer, installDevToolsSignalFormatter, isInNotificationPhase, isReactive, producerAccessed, producerIncrementEpoch, producerMarkClean, producerNotifyConsumers, producerUpdateValueVersion, producerUpdatesAllowed, resetConsumerBeforeComputation, runPostProducerCreatedFn, setActiveConsumer, setPostProducerCreatedFn };
214
- export type { Reactive, ReactiveHookFn, ReactiveNode, ValueEqualityFn };
215
+ export type { Reactive, ReactiveHookFn, ReactiveNode, ReactiveNodeKind, ValueEqualityFn };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.7
2
+ * @license Angular v21.0.0-next.9
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */