@angular/core 21.0.0-rc.2 → 21.0.0

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 (67) hide show
  1. package/fesm2022/_attribute-chunk.mjs +1 -1
  2. package/fesm2022/_debug_node-chunk.mjs +25 -17
  3. package/fesm2022/_debug_node-chunk.mjs.map +1 -1
  4. package/fesm2022/_effect-chunk.mjs +1 -1
  5. package/fesm2022/_linked_signal-chunk.mjs +1 -1
  6. package/fesm2022/_not_found-chunk.mjs +1 -1
  7. package/fesm2022/_resource-chunk.mjs +4 -9
  8. package/fesm2022/_resource-chunk.mjs.map +1 -1
  9. package/fesm2022/_untracked-chunk.mjs +2 -2
  10. package/fesm2022/_untracked-chunk.mjs.map +1 -1
  11. package/fesm2022/_weak_ref-chunk.mjs +1 -1
  12. package/fesm2022/core.mjs +1 -1
  13. package/fesm2022/core.mjs.map +1 -1
  14. package/fesm2022/primitives-di.mjs +1 -1
  15. package/fesm2022/primitives-event-dispatch.mjs +1 -1
  16. package/fesm2022/primitives-signals.mjs +2 -2
  17. package/fesm2022/primitives-signals.mjs.map +1 -1
  18. package/fesm2022/rxjs-interop.mjs +1 -1
  19. package/fesm2022/rxjs-interop.mjs.map +1 -1
  20. package/fesm2022/testing.mjs +1 -1
  21. package/package.json +2 -2
  22. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +1 -1
  23. package/schematics/bundles/application-config-core.cjs +1 -1
  24. package/schematics/bundles/apply_import_manager-1Zs_gpB6.cjs +1 -1
  25. package/schematics/bundles/bootstrap-options-migration.cjs +1 -1
  26. package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
  27. package/schematics/bundles/common-to-standalone-migration.cjs +1 -1
  28. package/schematics/bundles/compiler_host-DBwYMlTo.cjs +1 -1
  29. package/schematics/bundles/control-flow-migration.cjs +1 -1
  30. package/schematics/bundles/imports-DP72APSx.cjs +1 -1
  31. package/schematics/bundles/index-B7I9sIUx.cjs +1 -1
  32. package/schematics/bundles/inject-migration.cjs +1 -1
  33. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  34. package/schematics/bundles/migrate_ts_type_references-UGIUl7En.cjs +1 -1
  35. package/schematics/bundles/ng_component_template-Dsuq1Lw7.cjs +1 -1
  36. package/schematics/bundles/ng_decorators-DSFlWYQY.cjs +1 -1
  37. package/schematics/bundles/ngclass-to-class-migration.cjs +1 -1
  38. package/schematics/bundles/ngstyle-to-style-migration.cjs +1 -1
  39. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  40. package/schematics/bundles/output-migration.cjs +1 -1
  41. package/schematics/bundles/parse_html-8VLCL37B.cjs +1 -1
  42. package/schematics/bundles/project_paths-DvD50ouC.cjs +1 -1
  43. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
  44. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  45. package/schematics/bundles/route-lazy-loading.cjs +1 -1
  46. package/schematics/bundles/router-current-navigation.cjs +1 -1
  47. package/schematics/bundles/router-last-successful-navigation.cjs +1 -1
  48. package/schematics/bundles/router-testing-module-migration.cjs +1 -1
  49. package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
  50. package/schematics/bundles/signal-input-migration.cjs +1 -1
  51. package/schematics/bundles/signal-queries-migration.cjs +1 -1
  52. package/schematics/bundles/signals.cjs +1 -1
  53. package/schematics/bundles/standalone-migration.cjs +1 -1
  54. package/schematics/bundles/symbol-BObKoqes.cjs +1 -1
  55. package/types/_api-chunk.d.ts +8 -1
  56. package/types/_chrome_dev_tools_performance-chunk.d.ts +12 -2
  57. package/types/_discovery-chunk.d.ts +44 -6
  58. package/types/_effect-chunk.d.ts +1 -1
  59. package/types/_event_dispatcher-chunk.d.ts +1 -1
  60. package/types/_formatter-chunk.d.ts +1 -1
  61. package/types/_weak_ref-chunk.d.ts +1 -1
  62. package/types/core.d.ts +56 -15
  63. package/types/primitives-di.d.ts +1 -1
  64. package/types/primitives-event-dispatch.d.ts +1 -1
  65. package/types/primitives-signals.d.ts +1 -1
  66. package/types/rxjs-interop.d.ts +11 -1
  67. package/types/testing.d.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v21.0.0-rc.2
3
+ * @license Angular v21.0.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-rc.2
2
+ * @license Angular v21.0.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -17,6 +17,8 @@ import { OutputRef, OutputRefSubscription, DestroyRef, Signal, WritableSignal, V
17
17
  * <my-comp (valueChange)="processNewValue($event)" />
18
18
  * ```
19
19
  *
20
+ * @see [Custom events with outputs](guide/components/outputs)
21
+ *
20
22
  * @publicAPI
21
23
  */
22
24
  declare class OutputEmitterRef<T> implements OutputRef<T> {
@@ -34,6 +36,8 @@ declare function getOutputDestroyRef(ref: OutputRef<unknown>): DestroyRef | unde
34
36
  /**
35
37
  * Options for declaring an output.
36
38
  *
39
+ * @see [Customizing output names](guide/components/outputs#customizing-output-names)
40
+ *
37
41
  * @publicApi 19.0
38
42
  */
39
43
  interface OutputOptions {
@@ -78,6 +82,9 @@ interface OutputOptions {
78
82
  * this.nameChange.emit(newName);
79
83
  * }
80
84
  * ```
85
+ *
86
+ * @see [Custom events with outputs](guide/components/outputs#customizing-output-names)
87
+ *
81
88
  * @initializerApiFunction {"showTypesInSignaturePreview": true}
82
89
  * @publicApi 19.0
83
90
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-rc.2
2
+ * @license Angular v21.0.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -54,6 +54,7 @@ interface CreateSignalOptions<T> {
54
54
  }
55
55
  /**
56
56
  * Create a `Signal` that can be set or updated directly.
57
+ * @see [Angular Signals](guide/signals)
57
58
  */
58
59
  declare function signal<T>(initialValue: T, options?: CreateSignalOptions<T>): WritableSignal<T>;
59
60
 
@@ -96,6 +97,8 @@ declare function isWritableSignal(value: unknown): value is WritableSignal<unkno
96
97
  * Note: Angular will automatically clean up subscriptions
97
98
  * when the directive/component of the output is destroyed.
98
99
  *
100
+ * @see [Subscribing to outputs programmatically](guide/components/outputs#subscribing-to-outputs-programmatically)
101
+ *
99
102
  * @publicAPI
100
103
  */
101
104
  interface OutputRefSubscription {
@@ -105,6 +108,7 @@ interface OutputRefSubscription {
105
108
  * A reference to an Angular output.
106
109
  *
107
110
  * @publicAPI
111
+ * @see [Subscribing to outputs programmatically](guide/components/outputs#subscribing-to-outputs-programmatically)
108
112
  */
109
113
  interface OutputRef<T> {
110
114
  /**
@@ -217,6 +221,9 @@ type Writable<T> = {
217
221
  *
218
222
  * {@example core/di/ts/injector_spec.ts region='ShakableInjectionToken'}
219
223
  *
224
+ *
225
+ * @see [What is an InjectionToken?](guide/di/defining-dependency-providers#what-is-an-injectiontoken)
226
+ *
220
227
  * @publicApi
221
228
  */
222
229
  declare class InjectionToken<T> {
@@ -665,6 +672,8 @@ type ProviderToken<T> = Type<T> | AbstractType<T> | InjectionToken<T>;
665
672
  *
666
673
  * {@example core/di/ts/injector_spec.ts region='injectInjector'}
667
674
  *
675
+ * @see [Types of injector hierarchies](guide/di/hierarchical-dependency-injection#types-of-injector-hierarchies)
676
+ *
668
677
  * @publicApi
669
678
  */
670
679
  declare abstract class Injector {
@@ -828,9 +837,10 @@ declare global {
828
837
  *
829
838
  * Note: integration is enabled in the development mode only, this operation is noop in the production mode.
830
839
  *
831
- * @experimental
840
+ * @publicApi v21.0
832
841
  *
833
842
  * @returns a function that can be invoked to stop sending profiling data.
843
+ * @see [Profiling with the Chrome DevTools](best-practices/profiling-with-chrome-devtools#recording-a-profile)
834
844
  */
835
845
  declare function enableProfiling(): () => void;
836
846
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-rc.2
2
+ * @license Angular v21.0.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -44,6 +44,8 @@ declare const ANIMATIONS_DISABLED: InjectionToken<boolean>;
44
44
  * The event type for when `animate.enter` and `animate.leave` are used with function
45
45
  * callbacks.
46
46
  *
47
+ * @see [Animating your applications with animate.enter and animate.leave](guide/animations)
48
+ *
47
49
  * @publicApi 20.2
48
50
  */
49
51
  type AnimationCallbackEvent = {
@@ -58,6 +60,7 @@ type AnimationCallbackEvent = {
58
60
  * for when stylesheets are pruned.
59
61
  *
60
62
  * @publicApi 20.2
63
+ * @see [Animating your applications with animate.enter and animate.leave](guide/animations)
61
64
  */
62
65
  declare const MAX_ANIMATION_TIMEOUT: InjectionToken<number>;
63
66
  /**
@@ -1187,17 +1190,24 @@ declare const enum TNodeFlags {
1187
1190
  */
1188
1191
  isInteropControl = 8192,
1189
1192
  /**
1190
- * Bit #15 - This bit is set if the node is a native control with a numeric type.
1193
+ * Bit #15 - This bit is set if the node is a native control.
1194
+ *
1195
+ * This is used to determine whether we can bind common control properties to the host element of
1196
+ * a custom control when it doesn't define a corresponding input.
1197
+ */
1198
+ isNativeControl = 16384,
1199
+ /**
1200
+ * Bit #16 - This bit is set if the node is a native control with a numeric type.
1191
1201
  *
1192
1202
  * This is used to determine whether the control supports the `min` and `max` properties.
1193
1203
  */
1194
- isNativeNumericControl = 16384,
1204
+ isNativeNumericControl = 32768,
1195
1205
  /**
1196
- * Bit #16 - This bit is set if the node is a native text control.
1206
+ * Bit #17 - This bit is set if the node is a native text control.
1197
1207
  *
1198
1208
  * This is used to determine whether control supports the `minLength` and `maxLength` properties.
1199
1209
  */
1200
- isNativeTextControl = 32768
1210
+ isNativeTextControl = 65536
1201
1211
  }
1202
1212
  /**
1203
1213
  * Corresponds to the TNode.providerIndexes property.
@@ -2105,6 +2115,8 @@ declare const INJECTOR_SCOPE: InjectionToken<InjectorScope | null>;
2105
2115
  * An `Injector` that's part of the environment injector hierarchy, which exists outside of the
2106
2116
  * component tree.
2107
2117
  *
2118
+ * @see [Types of injector hierarchies](guide/di/hierarchical-dependency-injection#types-of-injector-hierarchies)
2119
+ *
2108
2120
  * @publicApi
2109
2121
  */
2110
2122
  declare abstract class EnvironmentInjector implements Injector {
@@ -3186,12 +3198,16 @@ interface CreateEffectOptions {
3186
3198
  * before the next effect run. The cleanup function makes it possible to "cancel" any work that the
3187
3199
  * previous effect run might have started.
3188
3200
  *
3201
+ * @see [Effect cleanup functions](guide/signals#effect-cleanup-functions)
3202
+ *
3189
3203
  * @publicApi 20.0
3190
3204
  */
3191
3205
  type EffectCleanupFn = () => void;
3192
3206
  /**
3193
3207
  * A callback passed to the effect function that makes it possible to register cleanup logic.
3194
3208
  *
3209
+ * @see [Effect cleanup functions](guide/signals#effect-cleanup-functions)
3210
+ *
3195
3211
  * @publicApi 20.0
3196
3212
  */
3197
3213
  type EffectCleanupRegisterFn = (cleanupFn: EffectCleanupFn) => void;
@@ -3211,6 +3227,8 @@ type EffectCleanupRegisterFn = (cleanupFn: EffectCleanupFn) => void;
3211
3227
  *
3212
3228
  * `effect()` must be run in injection context, unless the `injector` option is manually specified.
3213
3229
  *
3230
+ * @see [Effects](guide/signals#effects)
3231
+ *
3214
3232
  * @publicApi 20.0
3215
3233
  */
3216
3234
  declare function effect(effectFn: (onCleanup: EffectCleanupRegisterFn) => void, options?: CreateEffectOptions): EffectRef;
@@ -4771,6 +4789,12 @@ interface DirectiveDecorator {
4771
4789
  /**
4772
4790
  * Directive decorator and metadata.
4773
4791
  *
4792
+ * @see [Built-in directives](guide/directives)
4793
+ * @see [Including inputs and outputs](guide/directives/directive-composition-api#including-inputs-and-outputs)
4794
+ * @see [Assigning a reference to an Angular directive](guide/templates/variables#assigning-a-reference-to-an-angular-directive)
4795
+ * @see [Referencing component children with queries](guide/components/queries)
4796
+ * @see [Binding to the host element](guide/components/host-elements#binding-to-the-host-element)
4797
+ * @see [Host directive semantics](guide/directives/directive-composition-api#host-directive-semantics)
4774
4798
  * @Annotation
4775
4799
  * @publicApi
4776
4800
  */
@@ -5172,6 +5196,11 @@ interface ComponentDecorator {
5172
5196
  /**
5173
5197
  * Supplies configuration metadata for an Angular component.
5174
5198
  *
5199
+ * @see [Anatomy of a component](guide/components)
5200
+ * @see [ChangeDetectionStrategy](guide/components/advanced-configuration#changedetectionstrategy)
5201
+ * @see [Using the viewProviders array](guide/di/hierarchical-dependency-injection#using-the-viewproviders-array)
5202
+ * @see [Style scoping](guide/components/styling#style-scoping)
5203
+ *
5175
5204
  * @publicApi
5176
5205
  */
5177
5206
  interface Component extends Directive {
@@ -5312,7 +5341,7 @@ interface PipeDecorator {
5312
5341
  * to a template. To make it a member of an NgModule,
5313
5342
  * list it in the `declarations` field of the `NgModule` metadata.
5314
5343
  *
5315
- * @see [Style Guide: Pipe Names](style-guide#02-09)
5344
+ * @see [Pipes](/guide/templates/pipes)
5316
5345
  *
5317
5346
  */
5318
5347
  (obj: Pipe): TypeDecorator;
@@ -5787,6 +5816,7 @@ interface DirectiveWithBindings<T> {
5787
5816
  * bindings: [inputBinding('disabled', isDisabled)]
5788
5817
  * });
5789
5818
  * ```
5819
+ * @see [Binding inputs, outputs and setting host directives at creation](guide/components/programmatic-rendering#binding-inputs-outputs-and-setting-host-directives-at-creation)
5790
5820
  */
5791
5821
  declare function inputBinding(publicName: string, value: () => unknown): Binding;
5792
5822
  /**
@@ -5809,6 +5839,7 @@ declare function inputBinding(publicName: string, value: () => unknown): Binding
5809
5839
  * ],
5810
5840
  * });
5811
5841
  * ```
5842
+ * @see [Binding inputs, outputs and setting host directives at creation](guide/components/programmatic-rendering#binding-inputs-outputs-and-setting-host-directives-at-creation)
5812
5843
  */
5813
5844
  declare function outputBinding<T>(eventName: string, listener: (event: T) => unknown): Binding;
5814
5845
  /**
@@ -5830,6 +5861,7 @@ declare function outputBinding<T>(eventName: string, listener: (event: T) => unk
5830
5861
  * ],
5831
5862
  * });
5832
5863
  * ```
5864
+ * @see [Binding inputs, outputs and setting host directives at creation](guide/components/programmatic-rendering#binding-inputs-outputs-and-setting-host-directives-at-creation)
5833
5865
  */
5834
5866
  declare function twoWayBinding(publicName: string, value: WritableSignal<unknown>): Binding;
5835
5867
 
@@ -5843,6 +5875,8 @@ declare function twoWayBinding(publicName: string, value: WritableSignal<unknown
5843
5875
  * XSS attacks. Carefully review any use of `ElementRef` in your code. For more detail, see the
5844
5876
  * [Security Guide](https://g.co/ng/security).
5845
5877
  *
5878
+ * @see [Using DOM APIs](guide/components/dom-apis)
5879
+ *
5846
5880
  * @publicApi
5847
5881
  */
5848
5882
  declare class ElementRef<T = any> {
@@ -6175,6 +6209,8 @@ declare abstract class ComponentFactory<C> {
6175
6209
  * <zippy (open)="onOpen($event)" (close)="onClose($event)"></zippy>
6176
6210
  * ```
6177
6211
  *
6212
+ * @see [Declaring outputs with the @Output decorator](guide/components/outputs#declaring-outputs-with-the-output-decorator)
6213
+ *
6178
6214
  * @publicApi
6179
6215
  */
6180
6216
  interface EventEmitter<T> extends Subject<T>, OutputRef<T> {
@@ -6291,6 +6327,8 @@ declare const EventEmitter: {
6291
6327
  * }
6292
6328
  * ```
6293
6329
  *
6330
+ * @see [Resolving zone pollution](best-practices/zone-pollution#run-tasks-outside-ngzone)
6331
+ *
6294
6332
  * @publicApi
6295
6333
  */
6296
6334
  declare class NgZone {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-rc.2
2
+ * @license Angular v21.0.0
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-rc.2
2
+ * @license Angular v21.0.0
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-rc.2
2
+ * @license Angular v21.0.0
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-rc.2
2
+ * @license Angular v21.0.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
package/types/core.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-rc.2
2
+ * @license Angular v21.0.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -20,6 +20,8 @@ import '@angular/core/primitives/di';
20
20
 
21
21
  /**
22
22
  * @publicAPI
23
+ * @see [Input aliases](guide/components/inputs#input-aliases)
24
+ * @see [Input transforms](guide/components/inputs#input-transforms)
23
25
  *
24
26
  * Options for signal inputs.
25
27
  */
@@ -108,6 +110,9 @@ interface InputSignal<T> extends InputSignalWithTransform<T, T> {
108
110
  * The function exposes an API for also declaring required inputs via the
109
111
  * `input.required` function.
110
112
  *
113
+ * @see [Accepting data with input properties](guide/components/inputs)
114
+ * @see [Required inputs](guide/components/inputs#required-inputs)
115
+ * @see [Input transforms](guide/components/inputs#input-transforms)
111
116
  * @publicAPI
112
117
  * @docsPrivate Ignored because `input` is the canonical API entry.
113
118
  */
@@ -252,6 +257,10 @@ interface ModelSignal<T> extends WritableSignal<T>, InputSignal<T>, OutputRef<T>
252
257
  * The function exposes an API for also declaring required models via the
253
258
  * `model.required` function.
254
259
  *
260
+ * @see [Two-way binding between components](guide/templates/two-way-binding#two-way-binding-between-components)
261
+ * @see [Model inputs](guide/components/inputs#model-inputs)
262
+ * @see [Customizing model inputs](guide/components/inputs#customizing-model-inputs)
263
+ *
255
264
  * @publicAPI
256
265
  * @docsPrivate Ignored because `model` is the canonical API entry.
257
266
  */
@@ -316,6 +325,9 @@ interface ModelFunction {
316
325
  * this.firstName.set(newFirstName);
317
326
  * }
318
327
  * ```
328
+ * @see [Two-way binding between components](guide/templates/two-way-binding#two-way-binding-between-components)
329
+ * @see [Model inputs](guide/components/inputs#model-inputs)
330
+ * @see [Customizing model inputs](guide/components/inputs#customizing-model-inputs)
319
331
  *
320
332
  * @publicApi 19.0
321
333
  * @initializerApiFunction
@@ -468,6 +480,8 @@ interface ViewChildFunction {
468
480
  *
469
481
  * @publicApi 19.0
470
482
  * @initializerApiFunction
483
+ * @see [Referencing component children with queries](guide/components/queries)
484
+ * @see [Required queries](guide/components/queries#required-queries)
471
485
  */
472
486
  declare const viewChild: ViewChildFunction;
473
487
  declare function viewChildren<LocatorT>(locator: ProviderToken<LocatorT> | string, opts?: {
@@ -1629,6 +1643,8 @@ declare const Host: HostDecorator;
1629
1643
  * from the given `Injector`. Note that `inject` is only usable synchronously, and cannot be used in
1630
1644
  * any asynchronous callbacks or after any `await` points.
1631
1645
  *
1646
+ * @see [Run within an injection context](guide/di/dependency-injection-context#run-within-an-injection-context)
1647
+ *
1632
1648
  * @param injector the injector which will satisfy calls to [`inject`](api/core/inject) while `fn`
1633
1649
  * is executing
1634
1650
  * @param fn the closure to be run in the context of `injector`
@@ -1698,7 +1714,7 @@ interface ForwardRefFn {
1698
1714
  * hideParent = input.required<boolean>();
1699
1715
  * }
1700
1716
  * ```
1701
- *
1717
+ * @see [Resolve circular dependencies with a forward reference](guide/di/di-in-action#resolve-circular-dependencies-with-a-forward-reference)
1702
1718
  * @publicApi
1703
1719
  */
1704
1720
  declare function forwardRef(forwardRefFn: ForwardRefFn): Type$1<any>;
@@ -1734,7 +1750,8 @@ interface InjectableDecorator {
1734
1750
  * provided and injected as a dependency.
1735
1751
  *
1736
1752
  * @see [Introduction to Services and DI](guide/di)
1737
- * @see [Dependency Injection Guide](guide/di/dependency-injection)
1753
+ * @see [Creating and using services](guide/di/creating-and-using-services)
1754
+ * @see [Defining dependency providers](guide/di/defining-dependency-providers)
1738
1755
  *
1739
1756
  * @usageNotes
1740
1757
  *
@@ -1760,6 +1777,7 @@ interface InjectableDecorator {
1760
1777
  /**
1761
1778
  * Type of the Injectable metadata.
1762
1779
  *
1780
+ *
1763
1781
  * @publicApi
1764
1782
  */
1765
1783
  interface Injectable {
@@ -1824,6 +1842,7 @@ declare const ENVIRONMENT_INITIALIZER: InjectionToken<readonly (() => void)[]>;
1824
1842
  * attr: string | null = inject(new HostAttributeToken('some-attr'), {optional: true});
1825
1843
  * }
1826
1844
  * ```
1845
+ * @see [Injecting host element attributes](guide/components/host-elements#injecting-host-element-attributes)
1827
1846
  * @publicApi
1828
1847
  */
1829
1848
  declare class HostAttributeToken {
@@ -2168,6 +2187,7 @@ interface CreateComputedOptions<T> {
2168
2187
  }
2169
2188
  /**
2170
2189
  * Create a computed `Signal` which derives a reactive value from an expression.
2190
+ * @see [Computed signals](guide/signals#computed-signals)
2171
2191
  */
2172
2192
  declare function computed<T>(computation: () => T, options?: CreateComputedOptions<T>): Signal<T>;
2173
2193
 
@@ -2187,6 +2207,7 @@ declare function linkedSignal<D>(computation: () => D, options?: {
2187
2207
  * Note: The computation is reactive, meaning the linked signal will automatically update whenever any of the signals used within the computation change.
2188
2208
  *
2189
2209
  * @publicApi 20.0
2210
+ * @see [Dependent state with linkedSignal](guide/signals/linked-signal)
2190
2211
  */
2191
2212
  declare function linkedSignal<S, D>(options: {
2192
2213
  source: () => S;
@@ -2201,6 +2222,7 @@ declare function linkedSignal<S, D>(options: {
2201
2222
  /**
2202
2223
  * Execute an arbitrary function in a non-reactive (non-tracking) context. The executed function
2203
2224
  * can, optionally, return a value.
2225
+ * @see [Reading without tracking dependencies](guide/signals#reading-without-tracking-dependencies)
2204
2226
  */
2205
2227
  declare function untracked<T>(nonReactiveReadsFn: () => T): T;
2206
2228
 
@@ -2304,6 +2326,8 @@ interface AfterRenderOptions {
2304
2326
  * }
2305
2327
  * ```
2306
2328
  *
2329
+ * @see [afterEveryRender and afterNextRender](guide/components/lifecycle#aftereveryrender-and-afternextrender)
2330
+ *
2307
2331
  * @publicApi 20.0
2308
2332
  */
2309
2333
  declare function afterEveryRender<E = never, W = never, M = never>(spec: {
@@ -2443,6 +2467,7 @@ declare function afterEveryRender(callback: VoidFunction, options?: AfterRenderO
2443
2467
  * ```
2444
2468
  *
2445
2469
  * @publicApi 20.0
2470
+ * @see [afterEveryRender and afterNextRender](guide/components/lifecycle#aftereveryrender-and-afternextrender)
2446
2471
  */
2447
2472
  declare function afterNextRender<E = never, W = never, M = never>(spec: {
2448
2473
  earlyRead?: () => E;
@@ -3884,6 +3909,7 @@ interface NgZoneOptions {
3884
3909
  * @publicApi 20.2
3885
3910
  *
3886
3911
  * @see {@link /api/platform-browser/bootstrapApplication bootstrapApplication}
3912
+ * @see [Angular without ZoneJS (Zoneless)](guide/zoneless)
3887
3913
  */
3888
3914
  declare function provideZonelessChangeDetection(): EnvironmentProviders;
3889
3915
  declare function provideZonelessChangeDetectionInternal(): Provider[];
@@ -3907,6 +3933,9 @@ declare function provideZonelessChangeDetectionInternal(): Provider[];
3907
3933
  * taskCleanup();
3908
3934
  * ```
3909
3935
  *
3936
+ *
3937
+ * @see [PendingTasks for Server Side Rendering (SSR)](guide/zoneless#pendingtasks-for-server-side-rendering-ssr)
3938
+ *
3910
3939
  * @publicApi 20.0
3911
3940
  */
3912
3941
  declare class PendingTasks {
@@ -4650,6 +4679,8 @@ declare const INTERNAL_APPLICATION_ERROR_HANDLER: InjectionToken<(e: any) => voi
4650
4679
  *
4651
4680
  * The listeners added are for the window's 'unhandledrejection' and 'error' events.
4652
4681
  *
4682
+ * @see [Global error listeners](best-practices/error-handling#global-error-listeners)
4683
+ *
4653
4684
  * @publicApi
4654
4685
  */
4655
4686
  declare function provideBrowserGlobalErrorListeners(): EnvironmentProviders;
@@ -5018,18 +5049,23 @@ declare function withDomHydration(): EnvironmentProviders;
5018
5049
  /**
5019
5050
  * Returns a set of providers required to setup support for i18n hydration.
5020
5051
  * Requires hydration to be enabled separately.
5052
+ * @see [I18N](guide/hydration#i18n)
5021
5053
  */
5022
5054
  declare function withI18nSupport(): Provider[];
5023
5055
  /**
5024
5056
  * Returns a set of providers required to setup support for incremental hydration.
5025
5057
  * Requires hydration to be enabled separately.
5026
5058
  * Enabling incremental hydration also enables event replay for the entire app.
5059
+ * @see [Incremental Hydration](guide/incremental-hydration#how-do-you-enable-incremental-hydration-in-angular)
5027
5060
  */
5028
5061
  declare function withIncrementalHydration(): Provider[];
5029
5062
 
5030
5063
  /**
5031
5064
  * Returns a set of providers required to setup support for event replay.
5032
5065
  * Requires hydration to be enabled separately.
5066
+ *
5067
+ * @see [Capturing and replaying event](guide/hydration#capturing-and-replaying-events)
5068
+ *
5033
5069
  */
5034
5070
  declare function withEventReplay(): Provider[];
5035
5071
 
@@ -5458,6 +5494,8 @@ declare function _sanitizeUrl(url: string): string;
5458
5494
  * ```
5459
5495
  * @param value Value to be transformed.
5460
5496
  *
5497
+ * @see [Built-in transformations](guide/components/inputs#built-in-transformations)
5498
+ *
5461
5499
  * @publicApi
5462
5500
  */
5463
5501
  declare function booleanAttribute(value: unknown): boolean;
@@ -5473,6 +5511,7 @@ declare function booleanAttribute(value: unknown): boolean;
5473
5511
  * ```
5474
5512
  *
5475
5513
  * @publicApi
5514
+ * @see [Built-in transformations](guide/components/inputs#built-in-transformations)
5476
5515
  */
5477
5516
  declare function numberAttribute(value: unknown, fallbackValue?: number): number;
5478
5517
 
@@ -5535,6 +5574,8 @@ declare function disableProfiling(): void;
5535
5574
  * `resource` will cancel in-progress loads via the `AbortSignal` when destroyed or when a new
5536
5575
  * request object becomes available, which could prematurely abort mutations.
5537
5576
  *
5577
+ * @see [Async reactivity with resources](guide/signals/resource)
5578
+ *
5538
5579
  * @experimental 19.0
5539
5580
  */
5540
5581
  declare function resource<T, R>(options: ResourceOptions<T, R> & {
@@ -5549,6 +5590,7 @@ declare function resource<T, R>(options: ResourceOptions<T, R> & {
5549
5590
  * request object becomes available, which could prematurely abort mutations.
5550
5591
  *
5551
5592
  * @experimental 19.0
5593
+ * @see [Async reactivity with resources](guide/signals/resource)
5552
5594
  */
5553
5595
  declare function resource<T, R>(options: ResourceOptions<T, R>): ResourceRef<T | undefined>;
5554
5596
  type WrappedRequest = {
@@ -5593,7 +5635,7 @@ declare class ResourceImpl<T, R> extends BaseWritableResource<T> implements Reso
5593
5635
  private resolvePendingTask;
5594
5636
  private destroyed;
5595
5637
  private unregisterOnDestroy;
5596
- constructor(request: () => R, loaderFn: ResourceStreamingLoader<T, R>, defaultValue: T, equal: ValueEqualityFn<T> | undefined, injector: Injector, throwErrorsFromValue?: boolean);
5638
+ constructor(request: () => R, loaderFn: ResourceStreamingLoader<T, R>, defaultValue: T, equal: ValueEqualityFn<T> | undefined, injector: Injector);
5597
5639
  readonly status: Signal<ResourceStatus>;
5598
5640
  readonly error: Signal<Error | undefined>;
5599
5641
  /**
@@ -6436,16 +6478,6 @@ declare function ɵɵanimateLeaveListener(value: AnimationFunction): typeof ɵɵ
6436
6478
  */
6437
6479
  declare function ɵɵcomponentInstance(): unknown;
6438
6480
 
6439
- /**
6440
- * Used during template type checking to extract the type of a custom form control.
6441
- *
6442
- * @codeGenApi
6443
- */
6444
- type ɵExtractFormControlValue<T> = T extends {
6445
- value: ModelSignal<infer V>;
6446
- } ? V : T extends {
6447
- checked: ModelSignal<boolean>;
6448
- } ? boolean : unknown;
6449
6481
  /**
6450
6482
  * Possibly sets up a {@link ɵControl} to manage a native or custom form control.
6451
6483
  *
@@ -9219,6 +9251,9 @@ declare const depsTracker: DepsTracker;
9219
9251
  * * `bindings` (optional): Bindings to apply to the root component.
9220
9252
  * @returns ComponentRef instance that represents a given Component.
9221
9253
  *
9254
+ * @see [Host view using `ViewContainerRef.createComponent`](guide/components/programmatic-rendering#host-view-using-viewcontainerrefcreatecomponent)
9255
+ * @see [Popup attached to `document.body` with `createComponent` + `hostElement`](guide/components/programmatic-rendering#popup-attached-to-documentbody-with-createcomponent--hostelement)
9256
+ *
9222
9257
  * @publicApi
9223
9258
  */
9224
9259
  declare function createComponent<C>(component: Type$1<C>, options: {
@@ -9347,6 +9382,8 @@ declare function mergeApplicationConfig(...configs: ApplicationConfig[]): Applic
9347
9382
  *
9348
9383
  * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Request `Request` on MDN}
9349
9384
  *
9385
+ * @see [Accessing Request and Response via DI](guide/ssr#accessing-request-and-response-via-di)
9386
+ *
9350
9387
  * @publicApi
9351
9388
  */
9352
9389
  declare const REQUEST: InjectionToken<Request | null>;
@@ -9367,6 +9404,7 @@ declare const REQUEST: InjectionToken<Request | null>;
9367
9404
  * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Response/Response `ResponseInit` on MDN}
9368
9405
  *
9369
9406
  * @publicApi
9407
+ * @see [Accessing Request and Response via DI](guide/ssr#accessing-request-and-response-via-di)
9370
9408
  */
9371
9409
  declare const RESPONSE_INIT: InjectionToken<ResponseInit | null>;
9372
9410
  /**
@@ -9378,6 +9416,7 @@ declare const RESPONSE_INIT: InjectionToken<ResponseInit | null>;
9378
9416
  * This token is only available during server-side rendering and will be `null` in other contexts.
9379
9417
  *
9380
9418
  * @publicApi
9419
+ * @see [Accessing Request and Response via DI](guide/ssr#accessing-request-and-response-via-di)
9381
9420
  */
9382
9421
  declare const REQUEST_CONTEXT: InjectionToken<unknown>;
9383
9422
 
@@ -9386,6 +9425,8 @@ declare const REQUEST_CONTEXT: InjectionToken<unknown>;
9386
9425
  * In a browser and SSR this is the DOM Document.
9387
9426
  * When using SSR, that document is created by [Domino](https://github.com/angular/domino).
9388
9427
  *
9428
+ * @see [Accessing Document via DI](guide/ssr#accessing-document-via-di)
9429
+ *
9389
9430
  * @publicApi
9390
9431
  */
9391
9432
  declare const DOCUMENT: InjectionToken<Document>;
@@ -9405,4 +9446,4 @@ declare const DOCUMENT: InjectionToken<Document>;
9405
9446
  declare function provideNgReflectAttributes(): EnvironmentProviders;
9406
9447
 
9407
9448
  export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, HydrationStatus as ɵHydrationStatus, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getComponentDef as ɵgetComponentDef, getDirectives as ɵgetDirectives, getDocument as ɵgetDocument, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
9408
- export type { AfterContentChecked, AfterContentInit, AfterRenderOptions, AfterViewChecked, AfterViewInit, ApplicationConfig, AttributeDecorator, ComponentMirror, ContentChildDecorator, ContentChildFunction, ContentChildrenDecorator, CreateComputedOptions, DoBootstrap, DoCheck, ForwardRefFn, GetTestability, HostDecorator, ImportProvidersSource, InjectDecorator, InjectableDecorator, InjectableProvider, InputFunction, InputOptions, InputOptionsWithTransform, InputOptionsWithoutTransform, InputSignal, InputSignalWithTransform, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDifferFactory, KeyValueChangeRecord, KeyValueChanges, KeyValueDiffer, KeyValueDifferFactory, ModelFunction, ModelOptions, ModelSignal, NgIterable, NgZoneOptions, OnChanges, OnDestroy, OnInit, OptionalDecorator, PipeTransform, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, ɵControl, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵExtractFormControlValue, ɵFieldState, ɵFirstAvailable, ɵFirstAvailableSignal, FrameworkAgnosticGlobalUtils as ɵFrameworkAgnosticGlobalUtils, GlobalDevModeUtils as ɵGlobalDevModeUtils, HydratedNode as ɵHydratedNode, HydrationInfo as ɵHydrationInfo, ImageConfig as ɵImageConfig, InjectorProfilerContext as ɵInjectorProfilerContext, ɵInteropControl, NgModuleDef as ɵNgModuleDef, NgModuleTransitiveScopes as ɵNgModuleTransitiveScopes, NgModuleType as ɵNgModuleType, Profiler as ɵProfiler, ProviderRecord as ɵProviderRecord, SafeHtml as ɵSafeHtml, SafeResourceUrl as ɵSafeResourceUrl, SafeScript as ɵSafeScript, SafeStyle as ɵSafeStyle, SafeUrl as ɵSafeUrl, SafeValue as ɵSafeValue, ɵUnwrapDirectiveSignalInputs, WizComponentDebugMetadata as ɵWizComponentDebugMetadata };
9449
+ export type { AfterContentChecked, AfterContentInit, AfterRenderOptions, AfterViewChecked, AfterViewInit, ApplicationConfig, AttributeDecorator, ComponentMirror, ContentChildDecorator, ContentChildFunction, ContentChildrenDecorator, CreateComputedOptions, DoBootstrap, DoCheck, ForwardRefFn, GetTestability, HostDecorator, ImportProvidersSource, InjectDecorator, InjectableDecorator, InjectableProvider, InputFunction, InputOptions, InputOptionsWithTransform, InputOptionsWithoutTransform, InputSignal, InputSignalWithTransform, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDifferFactory, KeyValueChangeRecord, KeyValueChanges, KeyValueDiffer, KeyValueDifferFactory, ModelFunction, ModelOptions, ModelSignal, NgIterable, NgZoneOptions, OnChanges, OnDestroy, OnInit, OptionalDecorator, PipeTransform, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, ɵControl, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵFieldState, ɵFirstAvailable, ɵFirstAvailableSignal, FrameworkAgnosticGlobalUtils as ɵFrameworkAgnosticGlobalUtils, GlobalDevModeUtils as ɵGlobalDevModeUtils, HydratedNode as ɵHydratedNode, HydrationInfo as ɵHydrationInfo, ImageConfig as ɵImageConfig, InjectorProfilerContext as ɵInjectorProfilerContext, ɵInteropControl, NgModuleDef as ɵNgModuleDef, NgModuleTransitiveScopes as ɵNgModuleTransitiveScopes, NgModuleType as ɵNgModuleType, Profiler as ɵProfiler, ProviderRecord as ɵProviderRecord, SafeHtml as ɵSafeHtml, SafeResourceUrl as ɵSafeResourceUrl, SafeScript as ɵSafeScript, SafeStyle as ɵSafeStyle, SafeUrl as ɵSafeUrl, SafeValue as ɵSafeValue, ɵUnwrapDirectiveSignalInputs, WizComponentDebugMetadata as ɵWizComponentDebugMetadata };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.0.0-rc.2
2
+ * @license Angular v21.0.0
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-rc.2
2
+ * @license Angular v21.0.0
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-rc.2
2
+ * @license Angular v21.0.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */