@angular/core 21.1.0-next.4 → 21.1.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 (69) hide show
  1. package/LICENSE +1 -1
  2. package/fesm2022/_attribute-chunk.mjs +2 -2
  3. package/fesm2022/_debug_node-chunk.mjs +158 -122
  4. package/fesm2022/_debug_node-chunk.mjs.map +1 -1
  5. package/fesm2022/_effect-chunk.mjs +4 -4
  6. package/fesm2022/_effect-chunk.mjs.map +1 -1
  7. package/fesm2022/_linked_signal-chunk.mjs +3 -3
  8. package/fesm2022/_linked_signal-chunk.mjs.map +1 -1
  9. package/fesm2022/_not_found-chunk.mjs +2 -2
  10. package/fesm2022/_resource-chunk.mjs +2 -2
  11. package/fesm2022/_untracked-chunk.mjs +18 -6
  12. package/fesm2022/_untracked-chunk.mjs.map +1 -1
  13. package/fesm2022/_weak_ref-chunk.mjs +2 -2
  14. package/fesm2022/core.mjs +609 -550
  15. package/fesm2022/core.mjs.map +1 -1
  16. package/fesm2022/primitives-di.mjs +2 -2
  17. package/fesm2022/primitives-event-dispatch.mjs +2 -2
  18. package/fesm2022/primitives-signals.mjs +2 -2
  19. package/fesm2022/primitives-signals.mjs.map +1 -1
  20. package/fesm2022/rxjs-interop.mjs +2 -2
  21. package/fesm2022/testing.mjs +10 -8
  22. package/fesm2022/testing.mjs.map +1 -1
  23. package/package.json +2 -2
  24. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
  25. package/schematics/bundles/application-config-core.cjs +6 -6
  26. package/schematics/bundles/{apply_import_manager-1Zs_gpB6.cjs → apply_import_manager-CxA_YYgB.cjs} +3 -3
  27. package/schematics/bundles/bootstrap-options-migration.cjs +8 -8
  28. package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
  29. package/schematics/bundles/common-to-standalone-migration.cjs +17 -13
  30. package/schematics/bundles/{compiler_host-DBwYMlTo.cjs → compiler_host-CY14HvaP.cjs} +2 -2
  31. package/schematics/bundles/control-flow-migration.cjs +5 -5
  32. package/schematics/bundles/{imports-DP72APSx.cjs → imports-CVmcbVA9.cjs} +2 -2
  33. package/schematics/bundles/{index-B7I9sIUx.cjs → index-BtLcQH8g.cjs} +6 -5
  34. package/schematics/bundles/inject-migration.cjs +8 -8
  35. package/schematics/bundles/{leading_space-D9nQ8UQC.cjs → leading_space-BTPRV0wu.cjs} +2 -2
  36. package/schematics/bundles/{migrate_ts_type_references-UGIUl7En.cjs → migrate_ts_type_references-CV7qdt5t.cjs} +5 -5
  37. package/schematics/bundles/{ng_component_template-Dsuq1Lw7.cjs → ng_component_template-BOuKAnQd.cjs} +4 -4
  38. package/schematics/bundles/{ng_decorators-DSFlWYQY.cjs → ng_decorators-DYy6II6x.cjs} +3 -3
  39. package/schematics/bundles/ngclass-to-class-migration.cjs +10 -10
  40. package/schematics/bundles/ngstyle-to-style-migration.cjs +10 -10
  41. package/schematics/bundles/{nodes-B16H9JUd.cjs → nodes-ZSQ7WZRB.cjs} +2 -2
  42. package/schematics/bundles/output-migration.cjs +6 -6
  43. package/schematics/bundles/{parse_html-8VLCL37B.cjs → parse_html-C8eKA9px.cjs} +2 -2
  44. package/schematics/bundles/{project_paths-DvD50ouC.cjs → project_paths-D2V-Uh2L.cjs} +3 -3
  45. package/schematics/bundles/{project_tsconfig_paths-CDVxT6Ov.cjs → project_tsconfig_paths-DkkMibv-.cjs} +2 -2
  46. package/schematics/bundles/{property_name-BBwFuqMe.cjs → property_name-BCpALNpZ.cjs} +2 -2
  47. package/schematics/bundles/route-lazy-loading.cjs +5 -5
  48. package/schematics/bundles/router-current-navigation.cjs +6 -6
  49. package/schematics/bundles/router-last-successful-navigation.cjs +6 -6
  50. package/schematics/bundles/router-testing-module-migration.cjs +5 -5
  51. package/schematics/bundles/self-closing-tags-migration.cjs +9 -9
  52. package/schematics/bundles/signal-input-migration.cjs +8 -8
  53. package/schematics/bundles/signal-queries-migration.cjs +8 -8
  54. package/schematics/bundles/signals.cjs +8 -8
  55. package/schematics/bundles/standalone-migration.cjs +8 -8
  56. package/schematics/bundles/{symbol-BObKoqes.cjs → symbol-DZeHSR-V.cjs} +2 -2
  57. package/types/_api-chunk.d.ts +2 -2
  58. package/types/_chrome_dev_tools_performance-chunk.d.ts +2 -2
  59. package/types/_discovery-chunk.d.ts +8 -6
  60. package/types/_effect-chunk.d.ts +2 -2
  61. package/types/_event_dispatcher-chunk.d.ts +2 -2
  62. package/types/_formatter-chunk.d.ts +2 -2
  63. package/types/_weak_ref-chunk.d.ts +2 -2
  64. package/types/core.d.ts +455 -403
  65. package/types/primitives-di.d.ts +2 -2
  66. package/types/primitives-event-dispatch.d.ts +2 -2
  67. package/types/primitives-signals.d.ts +2 -2
  68. package/types/rxjs-interop.d.ts +2 -2
  69. package/types/testing.d.ts +9 -9
package/types/core.d.ts CHANGED
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.4
3
- * (c) 2010-2025 Google LLC. https://angular.dev/
2
+ * @license Angular v21.1.0
3
+ * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
6
6
 
7
7
  import { SIGNAL, ReactiveNodeKind } from './_formatter-chunk.js';
8
8
  import { Signal, WritableSignal, OutputRef, Provider, EnvironmentProviders, Type as Type$1, ModuleWithProviders, TypeProvider, ValueProvider, ClassProvider, ConstructorProvider, ExistingProvider, FactoryProvider, StaticClassProvider, ProviderToken, StaticProvider, Injector, ValueSansProvider, ExistingSansProvider, StaticClassSansProvider, ConstructorSansProvider, FactorySansProvider, ClassSansProvider, InjectionToken, InternalInjectFlags, InjectOptions, ValueEqualityFn, EventCallback, isSignal, enableProfiling as enableProfiling$1 } from './_chrome_dev_tools_performance-chunk.js';
9
9
  export { AbstractType, CreateSignalOptions, DestroyRef, DestroyableInjector, OutputRefSubscription, isWritableSignal, signal, InternalEnvironmentProviders as ɵInternalEnvironmentProviders, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, Writable as ɵWritable, isEnvironmentProviders as ɵisEnvironmentProviders, ɵunwrapWritableSignal } from './_chrome_dev_tools_performance-chunk.js';
10
- import { InputSignalNode, TypeDecorator, AfterRenderRef, EffectCleanupRegisterFn, SchemaMetadata, ComponentDef, DirectiveDef, CssSelectorList, DirectiveDefFeature, HostBindingsFunction, TAttributes, ContentQueriesFunction, ViewQueriesFunction, ComponentTemplate, TConstantsOrFactory, ComponentDefFeature, ViewEncapsulation as ViewEncapsulation$1, ChangeDetectionStrategy as ChangeDetectionStrategy$1, TypeOrFactory, DependencyTypeList, InputFlags, InputTransformFunction, EmbeddedViewRef, LView, ApplicationRef, ChangeDetectorRef, ComponentFactory as ComponentFactory$1, NgModuleRef as NgModuleRef$1, EnvironmentInjector, DirectiveWithBindings, Binding, ComponentRef as ComponentRef$1, ElementRef, ComponentFactoryResolver as ComponentFactoryResolver$1, InternalNgModuleRef, NgModuleFactory as NgModuleFactory$1, ViewRef as ViewRef$1, PlatformRef, NgZone, ɵɵFactoryDeclaration as __FactoryDeclaration, ɵɵInjectableDeclaration as __InjectableDeclaration, ɵɵNgModuleDeclaration as __NgModuleDeclaration, ɵɵInjectorDeclaration as __InjectorDeclaration, DeferBlockDependencyInterceptor, DeferBlockConfig, DeferBlockState, TNode, LContainer, TView, TDeferBlockDetails, RNode, Component, TrustedHTML, DehydratedDeferBlock, CompilerOptions, HostDirectiveConfig, ComponentType, NgModuleScopeInfoFromDecorator, DependencyResolverFn, TDeferDetailsFlags, SanitizerFn, AnimationClassBindingFn, AnimationFunction, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript, PipeType, DirectiveType } from './_discovery-chunk.js';
10
+ import { InputSignalNode, TypeDecorator, AfterRenderRef, EffectCleanupRegisterFn, SchemaMetadata, ComponentDef, DirectiveDef, CssSelectorList, DirectiveDefFeature, HostBindingsFunction, TAttributes, ContentQueriesFunction, ViewQueriesFunction, ComponentTemplate, TConstantsOrFactory, ComponentDefFeature, ViewEncapsulation as ViewEncapsulation$1, ChangeDetectionStrategy as ChangeDetectionStrategy$1, TypeOrFactory, DependencyTypeList, InputFlags, InputTransformFunction, EmbeddedViewRef, LView, ApplicationRef, ChangeDetectorRef, ComponentFactory as ComponentFactory$1, NgModuleRef as NgModuleRef$1, EnvironmentInjector, DirectiveWithBindings, Binding, ComponentRef as ComponentRef$1, ElementRef, ComponentFactoryResolver as ComponentFactoryResolver$1, InternalNgModuleRef, NgModuleFactory as NgModuleFactory$1, ViewRef as ViewRef$1, PlatformRef, NgZone, ɵɵFactoryDeclaration as __FactoryDeclaration, ɵɵInjectableDeclaration as __InjectableDeclaration, ɵɵNgModuleDeclaration as __NgModuleDeclaration, ɵɵInjectorDeclaration as __InjectorDeclaration, DeferBlockDependencyInterceptor, DeferBlockConfig, DeferBlockState, TNode, LContainer, TView, TDeferBlockDetails, RNode, Component, TrustedHTML, DehydratedDeferBlock, CompilerOptions, ComponentType, NgModuleScopeInfoFromDecorator, PipeType, DirectiveType, RawScopeInfoFromDecorator, HostDirectiveConfig, DependencyResolverFn, TDeferDetailsFlags, SanitizerFn, AnimationClassBindingFn, AnimationFunction, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, ClassDebugInfo, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript } from './_discovery-chunk.js';
11
11
  export { APP_BOOTSTRAP_LISTENER, AnimationCallbackEvent, BootstrapOptions, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, Compiler, CompilerFactory, ComponentDecorator, CreateEffectOptions, DebugElement, DebugEventListener, DebugNode, DirectiveDecorator, EffectCleanupFn, EffectRef, EventEmitter, HostBinding, HostBindingDecorator, HostListener, HostListenerDecorator, InjectableType, InjectorType, Input, InputDecorator, ListenerOptions, MAX_ANIMATION_TIMEOUT, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModuleDecorator, Output, OutputDecorator, PipeDecorator, Predicate, Renderer2, RendererFactory2, RendererStyleFlags2, RendererType2, Sanitizer, SecurityContext, asNativeElements, effect, getDebugNode, inputBinding, outputBinding, twoWayBinding, ANIMATIONS_DISABLED as ɵANIMATIONS_DISABLED, AfterRenderManager as ɵAfterRenderManager, AnimationRendererType as ɵAnimationRendererType, AttributeMarker as ɵAttributeMarker, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, ChangeDetectionScheduler as ɵChangeDetectionScheduler, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockDetails as ɵDeferBlockDetails, EffectScheduler as ɵEffectScheduler, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, NG_INJ_DEF as ɵNG_INJ_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NavigateEvent as ɵNavigateEvent, Navigation as ɵNavigation, NavigationCurrentEntryChangeEvent as ɵNavigationCurrentEntryChangeEvent, NavigationDestination as ɵNavigationDestination, NavigationHistoryEntry as ɵNavigationHistoryEntry, NavigationInterceptOptions as ɵNavigationInterceptOptions, NavigationNavigateOptions as ɵNavigationNavigateOptions, NavigationOptions as ɵNavigationOptions, NavigationReloadOptions as ɵNavigationReloadOptions, NavigationResult as ɵNavigationResult, NavigationTransition as ɵNavigationTransition, NavigationTypeString as ɵNavigationTypeString, NavigationUpdateCurrentEntryOptions as ɵNavigationUpdateCurrentEntryOptions, NoopNgZone as ɵNoopNgZone, NotificationSource as ɵNotificationSource, PROVIDED_ZONELESS as ɵPROVIDED_ZONELESS, PipeDef as ɵPipeDef, R3Injector as ɵR3Injector, RenderFlags as ɵRenderFlags, TracingAction as ɵTracingAction, TracingService as ɵTracingService, TracingSnapshot as ɵTracingSnapshot, ZONELESS_ENABLED as ɵZONELESS_ENABLED, getDebugNode as ɵgetDebugNode, getDeferBlocks as ɵgetDeferBlocks, getInjectableDef as ɵgetInjectableDef, injectChangeDetectorRef as ɵinjectChangeDetectorRef, isBoundToModule as ɵisBoundToModule, isInjectable as ɵisInjectable, ɵɵComponentDeclaration, ɵɵDirectiveDeclaration, ɵɵInjectorDef, ɵɵPipeDeclaration, ɵɵdefineInjectable, ɵɵdefineInjector } from './_discovery-chunk.js';
12
12
  import { ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, WritableResource, Resource } from './_api-chunk.js';
13
13
  export { BaseResourceOptions, OutputEmitterRef, OutputOptions, PromiseResourceOptions, ResourceLoader, ResourceLoaderParams, ResourceStreamItem, StreamingResourceOptions, output, getOutputDestroyRef as ɵgetOutputDestroyRef } from './_api-chunk.js';
@@ -658,7 +658,8 @@ type SimpleChanges<T = unknown> = T extends object ? {
658
658
 
659
659
  /**
660
660
  * @description
661
- * A lifecycle hook that is called when any data-bound property of a directive changes.
661
+ * A lifecycle hook that is called when the value of one or more component or directive inputs
662
+ * change. This includes both signal-based and decorator-based inputs.
662
663
  * Define an `ngOnChanges()` method to handle the changes.
663
664
  *
664
665
  * @see {@link DoCheck}
@@ -667,9 +668,19 @@ type SimpleChanges<T = unknown> = T extends object ? {
667
668
  *
668
669
  * @usageNotes
669
670
  * The following snippet shows how a component can implement this interface to
670
- * define an on-changes handler for an input property.
671
+ * define an on-changes handler for an input property. While you should prefer
672
+ * `computed` and `effect` when working with signal-based inputs, the `ngOnChanges`
673
+ * method does include value changes for signal-based inputs.
671
674
  *
672
- * {@example core/ts/metadata/lifecycle_hooks_spec.ts region='OnChanges'}
675
+ * ```ts
676
+ * @Component({ ... })
677
+ * export class UserProfile implements OnChanges {
678
+ * userId = input<number>(0);
679
+ * ngOnChanges(changes: SimpleChanges<UserProfile>) {
680
+ * // changes.userId contains the old and new value.
681
+ * }
682
+ * }
683
+ * ```
673
684
  *
674
685
  * @publicApi
675
686
  */
@@ -965,6 +976,7 @@ interface ContentChildrenDecorator {
965
976
  * {@example core/di/ts/contentChildren/content_children_example.ts region='Component'}
966
977
  *
967
978
  * @Annotation
979
+ * @see [Content queries](guide/components/queries#decorator-content-queries)
968
980
  */
969
981
  (selector: ProviderToken<unknown> | Function | string, opts?: {
970
982
  descendants?: boolean;
@@ -1057,6 +1069,7 @@ interface ContentChildDecorator {
1057
1069
  * {@example core/di/ts/contentChild/content_child_example.ts region='Component'}
1058
1070
  *
1059
1071
  * @Annotation
1072
+ * @see [Content queries](guide/components/queries#decorator-content-queries)
1060
1073
  */
1061
1074
  (selector: ProviderToken<unknown> | Function | string, opts?: {
1062
1075
  descendants?: boolean;
@@ -1142,6 +1155,7 @@ interface ViewChildrenDecorator {
1142
1155
  * {@example core/di/ts/viewChildren/view_children_example.ts region='Component'}
1143
1156
  *
1144
1157
  * @Annotation
1158
+ * @see [View queries](guide/components/queries#decorator-view-queries)
1145
1159
  */
1146
1160
  (selector: ProviderToken<unknown> | Function | string, opts?: {
1147
1161
  read?: any;
@@ -1225,6 +1239,7 @@ interface ViewChildDecorator {
1225
1239
  * {@example core/di/ts/viewChild/view_child_howto.ts region='HowTo'}
1226
1240
  *
1227
1241
  * @Annotation
1242
+ * @see [View queries](guide/components/queries#decorator-view-queries)
1228
1243
  */
1229
1244
  (selector: ProviderToken<unknown> | Function | string, opts?: {
1230
1245
  read?: any;
@@ -3516,6 +3531,8 @@ declare function getNgModuleById<T>(id: string): Type$1<T>;
3516
3531
  *
3517
3532
  * @see {@link ViewContainerRef}
3518
3533
  *
3534
+ * @see [Getting a reference to a template fragment](guide/templates/ng-template#getting-a-reference-to-a-template-fragment)
3535
+ *
3519
3536
  * @publicApi
3520
3537
  */
3521
3538
  declare class TemplateRef<C> {
@@ -3587,6 +3604,7 @@ declare class TemplateRef<C> {
3587
3604
  *
3588
3605
  * @see {@link ComponentRef}
3589
3606
  * @see {@link EmbeddedViewRef}
3607
+ * @see [Using ViewContainerRef](guide/components/programmatic-rendering#using-viewcontainerref)
3590
3608
  *
3591
3609
  * @publicApi
3592
3610
  */
@@ -4134,6 +4152,33 @@ declare const IMAGE_CONFIG_DEFAULTS: ImageConfig;
4134
4152
  */
4135
4153
  declare const IMAGE_CONFIG: InjectionToken<ImageConfig>;
4136
4154
 
4155
+ /**
4156
+ * Provides an application initializer that will log information about what tasks are keeping
4157
+ * the application from stabilizing if the application does not stabilize within 9 seconds.
4158
+ *
4159
+ * The logged information includes the stack of the tasks preventing stability. This stack can be traced
4160
+ * back to the source in the application code.
4161
+ *
4162
+ * If you are using Zone.js, it is recommended that you also temporarily import "zone.js/plugins/task-tracking".
4163
+ * This Zone.js plugin provides additional information about which macrotasks are scheduled in the Angular Zone
4164
+ * and keeping the Zone from stabilizing.
4165
+ *
4166
+ * @usageNotes
4167
+ *
4168
+ * ```ts
4169
+ * import 'zone.js/plugins/task-tracking';
4170
+ *
4171
+ * bootstrapApplication(AppComponent, {providers: [provideStabilityDebugging()]});
4172
+ * ```
4173
+ *
4174
+ * IMPORTANT: Neither the zone.js task tracking plugin nor this utility are removed from production bundles.
4175
+ * They are intended for temporary use while debugging stability issues during development, including for
4176
+ * optimized production builds.
4177
+ *
4178
+ * @publicApi 21.1
4179
+ */
4180
+ declare function provideStabilityDebugging(): EnvironmentProviders;
4181
+
4137
4182
  /**
4138
4183
  * A DI token that you can use to provide
4139
4184
  * one or more initialization functions.
@@ -4500,6 +4545,7 @@ declare const platformCore: (extraProviders?: StaticProvider[] | undefined) => P
4500
4545
  * ```
4501
4546
  *
4502
4547
  * @publicApi
4548
+ * @see [Import global variants of the locale data](guide/i18n/import-global-variants)
4503
4549
  */
4504
4550
  declare const LOCALE_ID: InjectionToken<string>;
4505
4551
  /**
@@ -4896,6 +4942,10 @@ declare const enum RuntimeErrorCode {
4896
4942
  NO_COMPONENT_FACTORY_FOUND = 917,
4897
4943
  EXTERNAL_RESOURCE_LOADING_FAILED = 918,
4898
4944
  DEF_TYPE_UNDEFINED = -919,
4945
+ NG_MODULE_ID_NOT_FOUND = 920,
4946
+ DUPLICATE_NG_MODULE_ID = 921,
4947
+ VIEW_DESTROYED_INSERT_ERROR = 922,
4948
+ VIEW_DESTROYED_MOVE_ERROR = 923,
4899
4949
  REQUIRED_INPUT_NO_VALUE = -950,
4900
4950
  REQUIRED_QUERY_NO_VALUE = -951,
4901
4951
  REQUIRED_MODEL_NO_VALUE = 952,
@@ -5100,6 +5150,14 @@ declare function withEventReplay(): Provider[];
5100
5150
  * during hydration is enabled.
5101
5151
  */
5102
5152
  declare const IS_HYDRATION_DOM_REUSE_ENABLED: InjectionToken<boolean>;
5153
+ /**
5154
+ * A type of the queue that stores events occurring during the hydration process.
5155
+ */
5156
+ type EventReplayQueue = {
5157
+ event: Event;
5158
+ currentTarget: Element;
5159
+ }[];
5160
+ declare const EVENT_REPLAY_QUEUE: InjectionToken<EventReplayQueue>;
5103
5161
  /**
5104
5162
  * Internal token that indicates whether incremental hydration support
5105
5163
  * is enabled.
@@ -5127,7 +5185,7 @@ declare function registerLocaleData(data: any, localeId?: string | any, extraDat
5127
5185
  *
5128
5186
  * @param locale The locale code.
5129
5187
  * @returns The locale data.
5130
- * @see [Internationalization (i18n) Guide](https://angular.io/guide/i18n)
5188
+ * @see [Internationalization (i18n) Guide](guide/i18n)
5131
5189
  */
5132
5190
  declare function findLocaleData(locale: string): any;
5133
5191
  /**
@@ -5249,6 +5307,7 @@ declare class PendingTasksInternal implements OnDestroy {
5249
5307
  private pendingTasks;
5250
5308
  private destroyed;
5251
5309
  private pendingTask;
5310
+ private debugTaskTracker;
5252
5311
  get hasPendingTasks(): boolean;
5253
5312
  /**
5254
5313
  * In case the service is about to be destroyed, return a self-completing observable.
@@ -5578,7 +5637,7 @@ declare const PERFORMANCE_MARK_PREFIX = "\uD83C\uDD70\uFE0F";
5578
5637
  * Function that will start measuring against the performance API
5579
5638
  * Should be used in pair with stopMeasuring
5580
5639
  */
5581
- declare function startMeasuring<T>(label: string): void;
5640
+ declare function startMeasuring(label: string): void;
5582
5641
  /**
5583
5642
  * Function that will stop measuring against the performance API
5584
5643
  * Should be used in pair with startMeasuring
@@ -5756,7 +5815,7 @@ declare class DehydratedBlockRegistry {
5756
5815
  * to avoid calling `setTimeout` for each defer block (e.g. if defer blocks
5757
5816
  * are created inside a for loop).
5758
5817
  */
5759
- declare class TimerScheduler {
5818
+ declare class TimerScheduler implements OnDestroy {
5760
5819
  executingCallbacks: boolean;
5761
5820
  timeoutId: number | null;
5762
5821
  invokeTimerAt: number | null;
@@ -5779,7 +5838,142 @@ declare class TimerScheduler {
5779
5838
  */
5780
5839
  declare function ɵassertType<T>(value: unknown): asserts value is T;
5781
5840
 
5782
- declare const allLeavingAnimations: Set<LView<unknown>>;
5841
+ /** Tracks the IDs of LViews with leaving animations. */
5842
+ declare const allLeavingAnimations: Set<number>;
5843
+
5844
+ /**
5845
+ * Profiler events is an enum used by the profiler to distinguish between different calls of user
5846
+ * code invoked throughout the application lifecycle.
5847
+ */
5848
+ declare enum ProfilerEvent {
5849
+ /**
5850
+ * Corresponds to the point in time before the runtime has called the template function of a
5851
+ * component with `RenderFlags.Create`.
5852
+ */
5853
+ TemplateCreateStart = 0,
5854
+ /**
5855
+ * Corresponds to the point in time after the runtime has called the template function of a
5856
+ * component with `RenderFlags.Create`.
5857
+ */
5858
+ TemplateCreateEnd = 1,
5859
+ /**
5860
+ * Corresponds to the point in time before the runtime has called the template function of a
5861
+ * component with `RenderFlags.Update`.
5862
+ */
5863
+ TemplateUpdateStart = 2,
5864
+ /**
5865
+ * Corresponds to the point in time after the runtime has called the template function of a
5866
+ * component with `RenderFlags.Update`.
5867
+ */
5868
+ TemplateUpdateEnd = 3,
5869
+ /**
5870
+ * Corresponds to the point in time before the runtime has called a lifecycle hook of a component
5871
+ * or directive.
5872
+ */
5873
+ LifecycleHookStart = 4,
5874
+ /**
5875
+ * Corresponds to the point in time after the runtime has called a lifecycle hook of a component
5876
+ * or directive.
5877
+ */
5878
+ LifecycleHookEnd = 5,
5879
+ /**
5880
+ * Corresponds to the point in time before the runtime has evaluated an expression associated with
5881
+ * an event or an output.
5882
+ */
5883
+ OutputStart = 6,
5884
+ /**
5885
+ * Corresponds to the point in time after the runtime has evaluated an expression associated with
5886
+ * an event or an output.
5887
+ */
5888
+ OutputEnd = 7,
5889
+ /**
5890
+ * Corresponds to the point in time just before application bootstrap.
5891
+ */
5892
+ BootstrapApplicationStart = 8,
5893
+ /**
5894
+ * Corresponds to the point in time after application bootstrap.
5895
+ */
5896
+ BootstrapApplicationEnd = 9,
5897
+ /**
5898
+ * Corresponds to the point in time just before root component bootstrap.
5899
+ */
5900
+ BootstrapComponentStart = 10,
5901
+ /**
5902
+ * Corresponds to the point in time after root component bootstrap.
5903
+ */
5904
+ BootstrapComponentEnd = 11,
5905
+ /**
5906
+ * Corresponds to the point in time just before Angular starts a change detection tick.
5907
+ */
5908
+ ChangeDetectionStart = 12,
5909
+ /**
5910
+ * Corresponds to the point in time after Angular ended a change detection tick.
5911
+ */
5912
+ ChangeDetectionEnd = 13,
5913
+ /**
5914
+ * Corresponds to the point in time just before Angular starts a new synchronization pass of change detection tick.
5915
+ */
5916
+ ChangeDetectionSyncStart = 14,
5917
+ /**
5918
+ * Corresponds to the point in time after Angular ended a synchronization pass.
5919
+ */
5920
+ ChangeDetectionSyncEnd = 15,
5921
+ /**
5922
+ * Corresponds to the point in time just before Angular executes after render hooks.
5923
+ */
5924
+ AfterRenderHooksStart = 16,
5925
+ /**
5926
+ * Corresponds to the point in time after Angular executed after render hooks.
5927
+ */
5928
+ AfterRenderHooksEnd = 17,
5929
+ /**
5930
+ * Corresponds to the point in time just before Angular starts processing a component (create or update).
5931
+ */
5932
+ ComponentStart = 18,
5933
+ /**
5934
+ * Corresponds to the point in time after Angular finished processing a component.
5935
+ */
5936
+ ComponentEnd = 19,
5937
+ /**
5938
+ * Corresponds to the point in time just before a defer block transitions between states.
5939
+ */
5940
+ DeferBlockStateStart = 20,
5941
+ /**
5942
+ * Corresponds to the point in time after a defer block transitioned between states.
5943
+ */
5944
+ DeferBlockStateEnd = 21,
5945
+ /**
5946
+ * Corresponds to the point in time just before a component instance is created dynamically.
5947
+ */
5948
+ DynamicComponentStart = 22,
5949
+ /**
5950
+ * Corresponds to the point in time after a a component instance is created dynamically.
5951
+ */
5952
+ DynamicComponentEnd = 23,
5953
+ /**
5954
+ * Corresponds to the point in time before the runtime has called the host bindings function
5955
+ * of a directive.
5956
+ */
5957
+ HostBindingsUpdateStart = 24,
5958
+ /**
5959
+ * Corresponds to the point in time after the runtime has called the host bindings function
5960
+ * of a directive.
5961
+ */
5962
+ HostBindingsUpdateEnd = 25
5963
+ }
5964
+ /**
5965
+ * Profiler function which the runtime will invoke before and after user code.
5966
+ */
5967
+ interface Profiler {
5968
+ (event: ProfilerEvent, instance?: {} | null, eventFn?: Function): void;
5969
+ }
5970
+
5971
+ /** The framework used to author a particular application or component. */
5972
+ declare enum Framework {
5973
+ Angular = "angular",
5974
+ ACX = "acx",
5975
+ Wiz = "wiz"
5976
+ }
5783
5977
 
5784
5978
  declare function compileNgModuleFactory<M>(injector: Injector, options: CompilerOptions, moduleType: Type$1<M>): Promise<NgModuleFactory$1<M>>;
5785
5979
 
@@ -5885,81 +6079,217 @@ declare class LContext {
5885
6079
  */
5886
6080
  declare function getLContext(target: any): LContext | null;
5887
6081
 
5888
- declare const NG_COMP_DEF: string;
5889
- declare const NG_DIR_DEF: string;
5890
- declare const NG_PIPE_DEF: string;
5891
- declare const NG_MOD_DEF: string;
5892
6082
  /**
5893
- * If a directive is diPublic, bloomAdd sets a property on the type with this constant as
5894
- * the key and the directive's unique ID as the value. This allows us to map directives to their
5895
- * bloom filter bit for DI.
6083
+ * Represents the set of dependencies of a type in a certain context.
5896
6084
  */
5897
- declare const NG_ELEMENT_ID: string;
5898
-
6085
+ interface ScopeData {
6086
+ pipes: Set<PipeType<any>>;
6087
+ directives: Set<DirectiveType<any> | ComponentType<any> | Type$1<any>>;
6088
+ /**
6089
+ * If true it indicates that calculating this scope somehow was not successful. The consumers
6090
+ * should interpret this as empty dependencies. The application of this flag is when calculating
6091
+ * scope recursively, the presence of this flag in a scope dependency implies that the scope is
6092
+ * also poisoned and thus we can return immediately without having to continue the recursion. The
6093
+ * reason for this error is displayed as an error message in the console as per JIT behavior
6094
+ * today. In addition to that, in local compilation the other build/compilations run in parallel
6095
+ * with local compilation may or may not reveal some details about the error as well.
6096
+ */
6097
+ isPoisoned?: boolean;
6098
+ }
5899
6099
  /**
5900
- * This feature adds the host directives behavior to a directive definition by patching a
5901
- * function onto it. The expectation is that the runtime will invoke the function during
5902
- * directive matching.
5903
- *
5904
- * For example:
5905
- * ```ts
5906
- * class ComponentWithHostDirective {
5907
- * static ɵcmp = defineComponent({
5908
- * type: ComponentWithHostDirective,
5909
- * features: [ɵɵHostDirectivesFeature([
5910
- * SimpleHostDirective,
5911
- * {directive: AdvancedHostDirective, inputs: ['foo: alias'], outputs: ['bar']},
5912
- * ])]
5913
- * });
5914
- * }
5915
- * ```
5916
- *
5917
- * @codeGenApi
6100
+ * Represents scope data for standalone components as calculated during runtime by the deps
6101
+ * tracker.
5918
6102
  */
5919
- declare function ɵɵHostDirectivesFeature(rawHostDirectives: HostDirectiveConfig[] | (() => HostDirectiveConfig[])): DirectiveDefFeature;
5920
-
6103
+ interface StandaloneCompScopeData extends ScopeData {
6104
+ ngModules: Set<NgModuleType<any>>;
6105
+ }
6106
+ /** Represents scope data for NgModule as calculated during runtime by the deps tracker. */
6107
+ interface NgModuleScope {
6108
+ compilation: ScopeData;
6109
+ exported: ScopeData;
6110
+ }
5921
6111
  /**
5922
- * Merges the definition from a super class to a sub class.
5923
- * @param definition The definition that is a SubClass of another directive of component
5924
- *
5925
- * @codeGenApi
6112
+ * Represents scope data for standalone component as calculated during runtime by the deps tracker.
5926
6113
  */
5927
- declare function ɵɵInheritDefinitionFeature(definition: DirectiveDef<any> | ComponentDef<any>): void;
5928
-
6114
+ interface StandaloneComponentScope {
6115
+ compilation: StandaloneCompScopeData;
6116
+ }
6117
+ /** Component dependencies info as calculated during runtime by the deps tracker. */
6118
+ interface ComponentDependencies {
6119
+ dependencies: DependencyTypeList;
6120
+ }
5929
6121
  /**
5930
- * The NgOnChangesFeature decorates a component with support for the ngOnChanges
5931
- * lifecycle hook, so it should be included in any component that implements
5932
- * that hook.
5933
- *
5934
- * If the component or directive uses inheritance, the NgOnChangesFeature MUST
5935
- * be included as a feature AFTER {@link InheritDefinitionFeature}, otherwise
5936
- * inherited properties will not be propagated to the ngOnChanges lifecycle
5937
- * hook.
5938
- *
5939
- * Example usage:
5940
- *
5941
- * ```ts
5942
- * static ɵcmp = defineComponent({
5943
- * ...
5944
- * inputs: {name: 'publicName'},
5945
- * features: [NgOnChangesFeature]
5946
- * });
5947
- * ```
6122
+ * Public API for runtime deps tracker (RDT).
5948
6123
  *
5949
- * @codeGenApi
6124
+ * All downstream tools should only use these methods.
5950
6125
  */
5951
- declare const ɵɵNgOnChangesFeature: () => DirectiveDefFeature;
5952
-
5953
- /**
5954
- * This feature resolves the providers of a directive (or component),
5955
- * and publish them into the DI system, making it visible to others for injection.
5956
- *
5957
- * For example:
5958
- * ```ts
5959
- * class ComponentWithProviders {
5960
- * constructor(private greeter: GreeterDE) {}
5961
- *
5962
- * static ɵcmp = defineComponent({
6126
+ interface DepsTrackerApi {
6127
+ /**
6128
+ * Computes the component dependencies, i.e., a set of components/directive/pipes that could be
6129
+ * present in the component's template (This set might contain directives/components/pipes not
6130
+ * necessarily used in the component's template depending on the implementation).
6131
+ *
6132
+ * Standalone components should specify `rawImports` as this information is not available from
6133
+ * their type. The consumer (e.g., {@link getStandaloneDefFunctions}) is expected to pass this
6134
+ * parameter.
6135
+ *
6136
+ * The implementation is expected to use some caching mechanism in order to optimize the resources
6137
+ * needed to do this computation.
6138
+ */
6139
+ getComponentDependencies(cmp: ComponentType<any>, rawImports?: (Type$1<any> | (() => Type$1<any>))[]): ComponentDependencies;
6140
+ /**
6141
+ * Registers an NgModule into the tracker with the given scope info.
6142
+ *
6143
+ * This method should be called for every NgModule whether it is compiled in local mode or not.
6144
+ * This is needed in order to compute component's dependencies as some dependencies might be in
6145
+ * different compilation units with different compilation mode.
6146
+ */
6147
+ registerNgModule(type: Type$1<any>, scopeInfo: NgModuleScopeInfoFromDecorator): void;
6148
+ /**
6149
+ * Clears the scope cache for NgModule or standalone component. This will force re-calculation of
6150
+ * the scope, which could be an expensive operation as it involves aggregating transitive closure.
6151
+ *
6152
+ * The main application of this method is for test beds where we want to clear the cache to
6153
+ * enforce scope update after overriding.
6154
+ */
6155
+ clearScopeCacheFor(type: Type$1<any>): void;
6156
+ /**
6157
+ * Returns the scope of NgModule. Mainly to be used by JIT and test bed.
6158
+ *
6159
+ * The scope value here is memoized. To enforce a new calculation bust the cache by using
6160
+ * `clearScopeCacheFor` method.
6161
+ */
6162
+ getNgModuleScope(type: NgModuleType<any>): NgModuleScope;
6163
+ /**
6164
+ * Returns the scope of standalone component. Mainly to be used by JIT. This method should be
6165
+ * called lazily after the initial parsing so that all the forward refs can be resolved.
6166
+ *
6167
+ * @param rawImports the imports statement as appears on the component decorate which consists of
6168
+ * Type as well as forward refs.
6169
+ *
6170
+ * The scope value here is memoized. To enforce a new calculation bust the cache by using
6171
+ * `clearScopeCacheFor` method.
6172
+ */
6173
+ getStandaloneComponentScope(type: ComponentType<any>, rawImports: (Type$1<any> | (() => Type$1<any>))[]): StandaloneComponentScope;
6174
+ /**
6175
+ * Checks if the NgModule declaring the component is not loaded into the browser yet. Always
6176
+ * returns false for standalone components.
6177
+ */
6178
+ isOrphanComponent(cmp: ComponentType<any>): boolean;
6179
+ }
6180
+
6181
+ /**
6182
+ * An implementation of DepsTrackerApi which will be used for JIT and local compilation.
6183
+ */
6184
+ declare class DepsTracker implements DepsTrackerApi {
6185
+ private ownerNgModule;
6186
+ private ngModulesWithSomeUnresolvedDecls;
6187
+ private ngModulesScopeCache;
6188
+ private standaloneComponentsScopeCache;
6189
+ /**
6190
+ * Attempts to resolve ng module's forward ref declarations as much as possible and add them to
6191
+ * the `ownerNgModule` map. This method normally should be called after the initial parsing when
6192
+ * all the forward refs are resolved (e.g., when trying to render a component)
6193
+ */
6194
+ private resolveNgModulesDecls;
6195
+ /** @override */
6196
+ getComponentDependencies(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): ComponentDependencies;
6197
+ /**
6198
+ * @override
6199
+ * This implementation does not make use of param scopeInfo since it assumes the scope info is
6200
+ * already added to the type itself through methods like {@link ɵɵsetNgModuleScope}
6201
+ */
6202
+ registerNgModule(type: Type$1<any>, scopeInfo: NgModuleScopeInfoFromDecorator): void;
6203
+ /** @override */
6204
+ clearScopeCacheFor(type: Type$1<any>): void;
6205
+ /** @override */
6206
+ getNgModuleScope(type: NgModuleType<any>): NgModuleScope;
6207
+ /** Compute NgModule scope afresh. */
6208
+ private computeNgModuleScope;
6209
+ /** @override */
6210
+ getStandaloneComponentScope(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): StandaloneComponentScope;
6211
+ private computeStandaloneComponentScope;
6212
+ /** @override */
6213
+ isOrphanComponent(cmp: Type$1<any>): boolean;
6214
+ }
6215
+ /** The deps tracker to be used in the current Angular app in dev mode. */
6216
+ declare const depsTracker: DepsTracker;
6217
+
6218
+ declare const NG_COMP_DEF: string;
6219
+ declare const NG_DIR_DEF: string;
6220
+ declare const NG_PIPE_DEF: string;
6221
+ declare const NG_MOD_DEF: string;
6222
+ /**
6223
+ * If a directive is diPublic, bloomAdd sets a property on the type with this constant as
6224
+ * the key and the directive's unique ID as the value. This allows us to map directives to their
6225
+ * bloom filter bit for DI.
6226
+ */
6227
+ declare const NG_ELEMENT_ID: string;
6228
+
6229
+ /**
6230
+ * This feature adds the host directives behavior to a directive definition by patching a
6231
+ * function onto it. The expectation is that the runtime will invoke the function during
6232
+ * directive matching.
6233
+ *
6234
+ * For example:
6235
+ * ```ts
6236
+ * class ComponentWithHostDirective {
6237
+ * static ɵcmp = defineComponent({
6238
+ * type: ComponentWithHostDirective,
6239
+ * features: [ɵɵHostDirectivesFeature([
6240
+ * SimpleHostDirective,
6241
+ * {directive: AdvancedHostDirective, inputs: ['foo: alias'], outputs: ['bar']},
6242
+ * ])]
6243
+ * });
6244
+ * }
6245
+ * ```
6246
+ *
6247
+ * @codeGenApi
6248
+ */
6249
+ declare function ɵɵHostDirectivesFeature(rawHostDirectives: HostDirectiveConfig[] | (() => HostDirectiveConfig[])): DirectiveDefFeature;
6250
+
6251
+ /**
6252
+ * Merges the definition from a super class to a sub class.
6253
+ * @param definition The definition that is a SubClass of another directive of component
6254
+ *
6255
+ * @codeGenApi
6256
+ */
6257
+ declare function ɵɵInheritDefinitionFeature(definition: DirectiveDef<any> | ComponentDef<any>): void;
6258
+
6259
+ /**
6260
+ * The NgOnChangesFeature decorates a component with support for the ngOnChanges
6261
+ * lifecycle hook, so it should be included in any component that implements
6262
+ * that hook.
6263
+ *
6264
+ * If the component or directive uses inheritance, the NgOnChangesFeature MUST
6265
+ * be included as a feature AFTER {@link InheritDefinitionFeature}, otherwise
6266
+ * inherited properties will not be propagated to the ngOnChanges lifecycle
6267
+ * hook.
6268
+ *
6269
+ * Example usage:
6270
+ *
6271
+ * ```ts
6272
+ * static ɵcmp = defineComponent({
6273
+ * ...
6274
+ * inputs: {name: 'publicName'},
6275
+ * features: [NgOnChangesFeature]
6276
+ * });
6277
+ * ```
6278
+ *
6279
+ * @codeGenApi
6280
+ */
6281
+ declare const ɵɵNgOnChangesFeature: () => DirectiveDefFeature;
6282
+
6283
+ /**
6284
+ * This feature resolves the providers of a directive (or component),
6285
+ * and publish them into the DI system, making it visible to others for injection.
6286
+ *
6287
+ * For example:
6288
+ * ```ts
6289
+ * class ComponentWithProviders {
6290
+ * constructor(private greeter: GreeterDE) {}
6291
+ *
6292
+ * static ɵcmp = defineComponent({
5963
6293
  * type: ComponentWithProviders,
5964
6294
  * selectors: [['component-with-providers']],
5965
6295
  * factory: () => new ComponentWithProviders(directiveInject(GreeterDE as any)),
@@ -6018,140 +6348,6 @@ declare function ɵɵsetComponentScope(type: ComponentType<any>, directives: Typ
6018
6348
  */
6019
6349
  declare function ɵɵsetNgModuleScope(type: any, scope: NgModuleScopeInfoFromDecorator): unknown;
6020
6350
 
6021
- /**
6022
- * Profiler events is an enum used by the profiler to distinguish between different calls of user
6023
- * code invoked throughout the application lifecycle.
6024
- */
6025
- declare enum ProfilerEvent {
6026
- /**
6027
- * Corresponds to the point in time before the runtime has called the template function of a
6028
- * component with `RenderFlags.Create`.
6029
- */
6030
- TemplateCreateStart = 0,
6031
- /**
6032
- * Corresponds to the point in time after the runtime has called the template function of a
6033
- * component with `RenderFlags.Create`.
6034
- */
6035
- TemplateCreateEnd = 1,
6036
- /**
6037
- * Corresponds to the point in time before the runtime has called the template function of a
6038
- * component with `RenderFlags.Update`.
6039
- */
6040
- TemplateUpdateStart = 2,
6041
- /**
6042
- * Corresponds to the point in time after the runtime has called the template function of a
6043
- * component with `RenderFlags.Update`.
6044
- */
6045
- TemplateUpdateEnd = 3,
6046
- /**
6047
- * Corresponds to the point in time before the runtime has called a lifecycle hook of a component
6048
- * or directive.
6049
- */
6050
- LifecycleHookStart = 4,
6051
- /**
6052
- * Corresponds to the point in time after the runtime has called a lifecycle hook of a component
6053
- * or directive.
6054
- */
6055
- LifecycleHookEnd = 5,
6056
- /**
6057
- * Corresponds to the point in time before the runtime has evaluated an expression associated with
6058
- * an event or an output.
6059
- */
6060
- OutputStart = 6,
6061
- /**
6062
- * Corresponds to the point in time after the runtime has evaluated an expression associated with
6063
- * an event or an output.
6064
- */
6065
- OutputEnd = 7,
6066
- /**
6067
- * Corresponds to the point in time just before application bootstrap.
6068
- */
6069
- BootstrapApplicationStart = 8,
6070
- /**
6071
- * Corresponds to the point in time after application bootstrap.
6072
- */
6073
- BootstrapApplicationEnd = 9,
6074
- /**
6075
- * Corresponds to the point in time just before root component bootstrap.
6076
- */
6077
- BootstrapComponentStart = 10,
6078
- /**
6079
- * Corresponds to the point in time after root component bootstrap.
6080
- */
6081
- BootstrapComponentEnd = 11,
6082
- /**
6083
- * Corresponds to the point in time just before Angular starts a change detection tick.
6084
- */
6085
- ChangeDetectionStart = 12,
6086
- /**
6087
- * Corresponds to the point in time after Angular ended a change detection tick.
6088
- */
6089
- ChangeDetectionEnd = 13,
6090
- /**
6091
- * Corresponds to the point in time just before Angular starts a new synchronization pass of change detection tick.
6092
- */
6093
- ChangeDetectionSyncStart = 14,
6094
- /**
6095
- * Corresponds to the point in time after Angular ended a synchronization pass.
6096
- */
6097
- ChangeDetectionSyncEnd = 15,
6098
- /**
6099
- * Corresponds to the point in time just before Angular executes after render hooks.
6100
- */
6101
- AfterRenderHooksStart = 16,
6102
- /**
6103
- * Corresponds to the point in time after Angular executed after render hooks.
6104
- */
6105
- AfterRenderHooksEnd = 17,
6106
- /**
6107
- * Corresponds to the point in time just before Angular starts processing a component (create or update).
6108
- */
6109
- ComponentStart = 18,
6110
- /**
6111
- * Corresponds to the point in time after Angular finished processing a component.
6112
- */
6113
- ComponentEnd = 19,
6114
- /**
6115
- * Corresponds to the point in time just before a defer block transitions between states.
6116
- */
6117
- DeferBlockStateStart = 20,
6118
- /**
6119
- * Corresponds to the point in time after a defer block transitioned between states.
6120
- */
6121
- DeferBlockStateEnd = 21,
6122
- /**
6123
- * Corresponds to the point in time just before a component instance is created dynamically.
6124
- */
6125
- DynamicComponentStart = 22,
6126
- /**
6127
- * Corresponds to the point in time after a a component instance is created dynamically.
6128
- */
6129
- DynamicComponentEnd = 23,
6130
- /**
6131
- * Corresponds to the point in time before the runtime has called the host bindings function
6132
- * of a directive.
6133
- */
6134
- HostBindingsUpdateStart = 24,
6135
- /**
6136
- * Corresponds to the point in time after the runtime has called the host bindings function
6137
- * of a directive.
6138
- */
6139
- HostBindingsUpdateEnd = 25
6140
- }
6141
- /**
6142
- * Profiler function which the runtime will invoke before and after user code.
6143
- */
6144
- interface Profiler {
6145
- (event: ProfilerEvent, instance?: {} | null, eventFn?: Function): void;
6146
- }
6147
-
6148
- /** The framework used to author a particular application or component. */
6149
- declare enum Framework {
6150
- Angular = "angular",
6151
- ACX = "acx",
6152
- Wiz = "wiz"
6153
- }
6154
-
6155
6351
  /**
6156
6352
  * Retrieves the component instance associated with a given DOM element.
6157
6353
  *
@@ -6645,11 +6841,11 @@ declare function ɵɵanimateLeaveListener(value: AnimationFunction): typeof ɵɵ
6645
6841
  declare function ɵɵcomponentInstance(): unknown;
6646
6842
 
6647
6843
  /**
6648
- * Possibly sets up a {@link ɵControl} to manage a native or custom form control.
6844
+ * Possibly sets up a {@link ɵFormFieldDirective} to manage a native or custom form control.
6649
6845
  *
6650
- * Setup occurs if a `field` input is bound to a {@link ɵControl} directive on the current node,
6846
+ * Setup occurs if a `field` input is bound to a {@link ɵFormFieldDirective} on the current node,
6651
6847
  * but not to a component. If a `field` input is bound to a component, we assume the component
6652
- * will manage the control in its own template.
6848
+ * will manage the field in its own template.
6653
6849
  *
6654
6850
  * @codeGenApi
6655
6851
  */
@@ -6665,12 +6861,12 @@ declare function ɵɵcontrolCreate(): void;
6665
6861
  *
6666
6862
  * @codeGenApi
6667
6863
  */
6668
- declare function ɵɵcontrol<T>(value: T, sanitizer?: SanitizerFn | null): void;
6864
+ declare function ɵɵcontrol<T>(value: T, name: string, sanitizer?: SanitizerFn | null): void;
6669
6865
  /**
6670
6866
  * Calls {@link updateControl} with the current `LView` and selected `TNode`.
6671
6867
  *
6672
6868
  * NOTE: This instruction exists solely to accommodate tree-shakeable, dynamic control bindings.
6673
- * It's intended to be referenced exclusively by the Signal Forms `Field` directive and should not
6869
+ * It's intended to be referenced exclusively by the Signal Forms `FormField` directive and should not
6674
6870
  * be referenced by any other means.
6675
6871
  */
6676
6872
  declare function ɵcontrolUpdate(): void;
@@ -8111,12 +8307,11 @@ declare function ɵɵpipeBindV(index: number, slotOffset: number, values: [any,
8111
8307
  *
8112
8308
  * @param slotOffset the offset from binding root to the reserved slot
8113
8309
  * @param pureFn Function that returns a value
8114
- * @param thisArg Optional calling context of pureFn
8115
8310
  * @returns value
8116
8311
  *
8117
8312
  * @codeGenApi
8118
8313
  */
8119
- declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T, thisArg?: any): T;
8314
+ declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T): T;
8120
8315
  /**
8121
8316
  * If the value of the provided exp has changed, calls the pure function to return
8122
8317
  * an updated value. Or if the value has not changed, returns cached value.
@@ -8124,12 +8319,11 @@ declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T, thisA
8124
8319
  * @param slotOffset the offset from binding root to the reserved slot
8125
8320
  * @param pureFn Function that returns an updated value
8126
8321
  * @param exp Updated expression value
8127
- * @param thisArg Optional calling context of pureFn
8128
8322
  * @returns Updated or cached value
8129
8323
  *
8130
8324
  * @codeGenApi
8131
8325
  */
8132
- declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any, thisArg?: any): any;
8326
+ declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any): any;
8133
8327
  /**
8134
8328
  * If the value of any provided exp has changed, calls the pure function to return
8135
8329
  * an updated value. Or if no values have changed, returns cached value.
@@ -8138,12 +8332,11 @@ declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any,
8138
8332
  * @param pureFn
8139
8333
  * @param exp1
8140
8334
  * @param exp2
8141
- * @param thisArg Optional calling context of pureFn
8142
8335
  * @returns Updated or cached value
8143
8336
  *
8144
8337
  * @codeGenApi
8145
8338
  */
8146
- declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any, thisArg?: any): any;
8339
+ declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any): any;
8147
8340
  /**
8148
8341
  * If the value of any provided exp has changed, calls the pure function to return
8149
8342
  * an updated value. Or if no values have changed, returns cached value.
@@ -8153,12 +8346,11 @@ declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any
8153
8346
  * @param exp1
8154
8347
  * @param exp2
8155
8348
  * @param exp3
8156
- * @param thisArg Optional calling context of pureFn
8157
8349
  * @returns Updated or cached value
8158
8350
  *
8159
8351
  * @codeGenApi
8160
8352
  */
8161
- declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any, thisArg?: any): any;
8353
+ declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any): any;
8162
8354
  /**
8163
8355
  * If the value of any provided exp has changed, calls the pure function to return
8164
8356
  * an updated value. Or if no values have changed, returns cached value.
@@ -8169,7 +8361,6 @@ declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any
8169
8361
  * @param exp2
8170
8362
  * @param exp3
8171
8363
  * @param exp4
8172
- * @param thisArg Optional calling context of pureFn
8173
8364
  * @returns Updated or cached value
8174
8365
  *
8175
8366
  * @codeGenApi
@@ -8186,12 +8377,11 @@ declare function ɵɵpureFunction4(slotOffset: number, pureFn: (v1: any, v2: any
8186
8377
  * @param exp3
8187
8378
  * @param exp4
8188
8379
  * @param exp5
8189
- * @param thisArg Optional calling context of pureFn
8190
8380
  * @returns Updated or cached value
8191
8381
  *
8192
8382
  * @codeGenApi
8193
8383
  */
8194
- declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, thisArg?: any): any;
8384
+ declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any): any;
8195
8385
  /**
8196
8386
  * If the value of any provided exp has changed, calls the pure function to return
8197
8387
  * an updated value. Or if no values have changed, returns cached value.
@@ -8204,12 +8394,11 @@ declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any
8204
8394
  * @param exp4
8205
8395
  * @param exp5
8206
8396
  * @param exp6
8207
- * @param thisArg Optional calling context of pureFn
8208
8397
  * @returns Updated or cached value
8209
8398
  *
8210
8399
  * @codeGenApi
8211
8400
  */
8212
- declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, thisArg?: any): any;
8401
+ declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any): any;
8213
8402
  /**
8214
8403
  * If the value of any provided exp has changed, calls the pure function to return
8215
8404
  * an updated value. Or if no values have changed, returns cached value.
@@ -8223,12 +8412,11 @@ declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any
8223
8412
  * @param exp5
8224
8413
  * @param exp6
8225
8414
  * @param exp7
8226
- * @param thisArg Optional calling context of pureFn
8227
8415
  * @returns Updated or cached value
8228
8416
  *
8229
8417
  * @codeGenApi
8230
8418
  */
8231
- declare function ɵɵpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, thisArg?: any): any;
8419
+ declare function ɵɵpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any): any;
8232
8420
  /**
8233
8421
  * If the value of any provided exp has changed, calls the pure function to return
8234
8422
  * an updated value. Or if no values have changed, returns cached value.
@@ -8243,12 +8431,11 @@ declare function ɵɵpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any
8243
8431
  * @param exp6
8244
8432
  * @param exp7
8245
8433
  * @param exp8
8246
- * @param thisArg Optional calling context of pureFn
8247
8434
  * @returns Updated or cached value
8248
8435
  *
8249
8436
  * @codeGenApi
8250
8437
  */
8251
- declare function ɵɵpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any, v8: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, exp8: any, thisArg?: any): any;
8438
+ declare function ɵɵpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any, v5: any, v6: any, v7: any, v8: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, exp5: any, exp6: any, exp7: any, exp8: any): any;
8252
8439
  /**
8253
8440
  * pureFunction instruction that can support any number of bindings.
8254
8441
  *
@@ -8259,12 +8446,11 @@ declare function ɵɵpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any
8259
8446
  * @param pureFn A pure function that takes binding values and builds an object or array
8260
8447
  * containing those values.
8261
8448
  * @param exps An array of binding values
8262
- * @param thisArg Optional calling context of pureFn
8263
8449
  * @returns Updated or cached value
8264
8450
  *
8265
8451
  * @codeGenApi
8266
8452
  */
8267
- declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[], thisArg?: any): any;
8453
+ declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[]): any;
8268
8454
 
8269
8455
  /**
8270
8456
  *
@@ -8337,10 +8523,10 @@ declare function ɵɵreplaceMetadata(type: Type$1<unknown>, applyMetadata: (...a
8337
8523
  /** Store a value in the `data` at a given `index`. */
8338
8524
  declare function store<T>(tView: TView, lView: LView, index: number, value: T): void;
8339
8525
 
8340
- /** A unique symbol used to identify {@link ɵControl} implementations. */
8526
+ /** A unique symbol used to identify {@link ɵFormFieldDirective} implementations. */
8341
8527
  declare const ɵCONTROL: unique symbol;
8342
8528
  /**
8343
- * Instructions for dynamically binding a {@link ɵControl} to a form control.
8529
+ * Instructions for dynamically binding a {@link ɵFormFieldDirective} to a form control.
8344
8530
  */
8345
8531
  interface ɵControlBinding {
8346
8532
  create(): void;
@@ -8349,20 +8535,22 @@ interface ɵControlBinding {
8349
8535
  /**
8350
8536
  * A directive that binds a {@link ɵFieldState} to a form control.
8351
8537
  */
8352
- interface ɵControl<T> {
8538
+ interface ɵFormFieldDirective<T> {
8353
8539
  /**
8354
- * The presence of this property is used to identify {@link ɵControl} implementations, while the
8355
- * value is used to store the instructions for dynamically binding to a form control. The
8356
- * instructions are stored on the directive so that they can be tree-shaken when the directive is
8357
- * not used.
8540
+ * The presence of this property is used to identify {@link ɵFormFieldDirective} implementations,
8541
+ * while the value is used to store the instructions for dynamically binding to a form control.
8542
+ * The instructions are stored on the directive so that they can be tree-shaken when the directive
8543
+ * is not used.
8358
8544
  */
8359
8545
  readonly [ɵCONTROL]: ɵControlBinding;
8546
+ readonly element: HTMLElement;
8360
8547
  /** The state of the field bound to this control. */
8361
8548
  readonly state: Signal<ɵFieldState<T>>;
8362
8549
  /** Options for the control. */
8363
8550
  readonly classes: ReadonlyArray<readonly [string, Signal<boolean>]>;
8364
8551
  /** A reference to the interoperable control, if one is present. */
8365
8552
  readonly ɵinteropControl: ɵInteropControl | undefined;
8553
+ focus?(): void;
8366
8554
  /**
8367
8555
  * Registers this directive as a control of its associated form field.
8368
8556
  *
@@ -8775,30 +8963,6 @@ declare function isNgModule<T>(value: Type$1<T>): value is Type$1<T> & {
8775
8963
  ɵmod: NgModuleDef<T>;
8776
8964
  };
8777
8965
 
8778
- /**
8779
- * Adds a callback function which will be invoked before and after performing certain actions at
8780
- * runtime (for example, before and after running change detection). Multiple profiler callbacks can be set:
8781
- * in this case profiling events are reported to every registered callback.
8782
- *
8783
- * Warning: this function is *INTERNAL* and should not be relied upon in application's code.
8784
- * The contract of the function might be changed in any release and/or the function can be removed
8785
- * completely.
8786
- *
8787
- * @param profiler function provided by the caller or null value to disable all profilers.
8788
- * @returns a cleanup function that, when invoked, removes a given profiler callback.
8789
- */
8790
- declare function setProfiler(profiler: Profiler | null): () => void;
8791
-
8792
- /**
8793
- * Marks a component for check (in case of OnPush components) and synchronously
8794
- * performs change detection on the application this component belongs to.
8795
- *
8796
- * @param component Component to {@link /api/core/ChangeDetectorRef#markForCheck mark for check}
8797
- *
8798
- * @publicApi
8799
- */
8800
- declare function applyChanges(component: {}): void;
8801
-
8802
8966
  /** Retrieved information about a `@defer` block. */
8803
8967
  interface DeferBlockData {
8804
8968
  /** Current state of the block. */
@@ -8836,6 +9000,30 @@ interface DeferBlockData {
8836
9000
  */
8837
9001
  declare function getDeferBlocks(node: Node): DeferBlockData[];
8838
9002
 
9003
+ /**
9004
+ * Adds a callback function which will be invoked before and after performing certain actions at
9005
+ * runtime (for example, before and after running change detection). Multiple profiler callbacks can be set:
9006
+ * in this case profiling events are reported to every registered callback.
9007
+ *
9008
+ * Warning: this function is *INTERNAL* and should not be relied upon in application's code.
9009
+ * The contract of the function might be changed in any release and/or the function can be removed
9010
+ * completely.
9011
+ *
9012
+ * @param profiler function provided by the caller or null value to disable all profilers.
9013
+ * @returns a cleanup function that, when invoked, removes a given profiler callback.
9014
+ */
9015
+ declare function setProfiler(profiler: Profiler | null): () => void;
9016
+
9017
+ /**
9018
+ * Marks a component for check (in case of OnPush components) and synchronously
9019
+ * performs change detection on the application this component belongs to.
9020
+ *
9021
+ * @param component Component to {@link /api/core/ChangeDetectorRef#markForCheck mark for check}
9022
+ *
9023
+ * @publicApi
9024
+ */
9025
+ declare function applyChanges(component: {}): void;
9026
+
8839
9027
  /**
8840
9028
  * Discovers the dependencies of an injectable instance. Provides DI information about each
8841
9029
  * dependency that the injectable was instantiated with, including where they were provided from.
@@ -9125,142 +9313,6 @@ declare function ɵɵsanitizeUrlOrResourceUrl(unsafeUrl: any, tag: string, prop:
9125
9313
  */
9126
9314
  declare function ɵɵvalidateAttribute(value: unknown, tagName: string, attributeName: string): unknown;
9127
9315
 
9128
- /**
9129
- * Represents the set of dependencies of a type in a certain context.
9130
- */
9131
- interface ScopeData {
9132
- pipes: Set<PipeType<any>>;
9133
- directives: Set<DirectiveType<any> | ComponentType<any> | Type$1<any>>;
9134
- /**
9135
- * If true it indicates that calculating this scope somehow was not successful. The consumers
9136
- * should interpret this as empty dependencies. The application of this flag is when calculating
9137
- * scope recursively, the presence of this flag in a scope dependency implies that the scope is
9138
- * also poisoned and thus we can return immediately without having to continue the recursion. The
9139
- * reason for this error is displayed as an error message in the console as per JIT behavior
9140
- * today. In addition to that, in local compilation the other build/compilations run in parallel
9141
- * with local compilation may or may not reveal some details about the error as well.
9142
- */
9143
- isPoisoned?: boolean;
9144
- }
9145
- /**
9146
- * Represents scope data for standalone components as calculated during runtime by the deps
9147
- * tracker.
9148
- */
9149
- interface StandaloneCompScopeData extends ScopeData {
9150
- ngModules: Set<NgModuleType<any>>;
9151
- }
9152
- /** Represents scope data for NgModule as calculated during runtime by the deps tracker. */
9153
- interface NgModuleScope {
9154
- compilation: ScopeData;
9155
- exported: ScopeData;
9156
- }
9157
- /**
9158
- * Represents scope data for standalone component as calculated during runtime by the deps tracker.
9159
- */
9160
- interface StandaloneComponentScope {
9161
- compilation: StandaloneCompScopeData;
9162
- }
9163
- /** Component dependencies info as calculated during runtime by the deps tracker. */
9164
- interface ComponentDependencies {
9165
- dependencies: DependencyTypeList;
9166
- }
9167
- /**
9168
- * Public API for runtime deps tracker (RDT).
9169
- *
9170
- * All downstream tools should only use these methods.
9171
- */
9172
- interface DepsTrackerApi {
9173
- /**
9174
- * Computes the component dependencies, i.e., a set of components/directive/pipes that could be
9175
- * present in the component's template (This set might contain directives/components/pipes not
9176
- * necessarily used in the component's template depending on the implementation).
9177
- *
9178
- * Standalone components should specify `rawImports` as this information is not available from
9179
- * their type. The consumer (e.g., {@link getStandaloneDefFunctions}) is expected to pass this
9180
- * parameter.
9181
- *
9182
- * The implementation is expected to use some caching mechanism in order to optimize the resources
9183
- * needed to do this computation.
9184
- */
9185
- getComponentDependencies(cmp: ComponentType<any>, rawImports?: (Type$1<any> | (() => Type$1<any>))[]): ComponentDependencies;
9186
- /**
9187
- * Registers an NgModule into the tracker with the given scope info.
9188
- *
9189
- * This method should be called for every NgModule whether it is compiled in local mode or not.
9190
- * This is needed in order to compute component's dependencies as some dependencies might be in
9191
- * different compilation units with different compilation mode.
9192
- */
9193
- registerNgModule(type: Type$1<any>, scopeInfo: NgModuleScopeInfoFromDecorator): void;
9194
- /**
9195
- * Clears the scope cache for NgModule or standalone component. This will force re-calculation of
9196
- * the scope, which could be an expensive operation as it involves aggregating transitive closure.
9197
- *
9198
- * The main application of this method is for test beds where we want to clear the cache to
9199
- * enforce scope update after overriding.
9200
- */
9201
- clearScopeCacheFor(type: Type$1<any>): void;
9202
- /**
9203
- * Returns the scope of NgModule. Mainly to be used by JIT and test bed.
9204
- *
9205
- * The scope value here is memoized. To enforce a new calculation bust the cache by using
9206
- * `clearScopeCacheFor` method.
9207
- */
9208
- getNgModuleScope(type: NgModuleType<any>): NgModuleScope;
9209
- /**
9210
- * Returns the scope of standalone component. Mainly to be used by JIT. This method should be
9211
- * called lazily after the initial parsing so that all the forward refs can be resolved.
9212
- *
9213
- * @param rawImports the imports statement as appears on the component decorate which consists of
9214
- * Type as well as forward refs.
9215
- *
9216
- * The scope value here is memoized. To enforce a new calculation bust the cache by using
9217
- * `clearScopeCacheFor` method.
9218
- */
9219
- getStandaloneComponentScope(type: ComponentType<any>, rawImports: (Type$1<any> | (() => Type$1<any>))[]): StandaloneComponentScope;
9220
- /**
9221
- * Checks if the NgModule declaring the component is not loaded into the browser yet. Always
9222
- * returns false for standalone components.
9223
- */
9224
- isOrphanComponent(cmp: ComponentType<any>): boolean;
9225
- }
9226
-
9227
- /**
9228
- * An implementation of DepsTrackerApi which will be used for JIT and local compilation.
9229
- */
9230
- declare class DepsTracker implements DepsTrackerApi {
9231
- private ownerNgModule;
9232
- private ngModulesWithSomeUnresolvedDecls;
9233
- private ngModulesScopeCache;
9234
- private standaloneComponentsScopeCache;
9235
- /**
9236
- * Attempts to resolve ng module's forward ref declarations as much as possible and add them to
9237
- * the `ownerNgModule` map. This method normally should be called after the initial parsing when
9238
- * all the forward refs are resolved (e.g., when trying to render a component)
9239
- */
9240
- private resolveNgModulesDecls;
9241
- /** @override */
9242
- getComponentDependencies(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): ComponentDependencies;
9243
- /**
9244
- * @override
9245
- * This implementation does not make use of param scopeInfo since it assumes the scope info is
9246
- * already added to the type itself through methods like {@link ɵɵsetNgModuleScope}
9247
- */
9248
- registerNgModule(type: Type$1<any>, scopeInfo: NgModuleScopeInfoFromDecorator): void;
9249
- /** @override */
9250
- clearScopeCacheFor(type: Type$1<any>): void;
9251
- /** @override */
9252
- getNgModuleScope(type: NgModuleType<any>): NgModuleScope;
9253
- /** Compute NgModule scope afresh. */
9254
- private computeNgModuleScope;
9255
- /** @override */
9256
- getStandaloneComponentScope(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): StandaloneComponentScope;
9257
- private computeStandaloneComponentScope;
9258
- /** @override */
9259
- isOrphanComponent(cmp: Type$1<any>): boolean;
9260
- }
9261
- /** The deps tracker to be used in the current Angular app in dev mode. */
9262
- declare const depsTracker: DepsTracker;
9263
-
9264
9316
  /**
9265
9317
  * Creates a `ComponentRef` instance based on provided component type and a set of options.
9266
9318
  *
@@ -9523,5 +9575,5 @@ declare const DOCUMENT: InjectionToken<Document>;
9523
9575
  */
9524
9576
  declare function provideNgReflectAttributes(): EnvironmentProviders;
9525
9577
 
9526
- 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, ɵcontrolUpdate, 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, promiseWithResolvers as ɵpromiseWithResolvers, 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, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
9527
- 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, ResponseInit, 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 };
9578
+ 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, provideStabilityDebugging, 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, EVENT_REPLAY_QUEUE as ɵEVENT_REPLAY_QUEUE, 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, ɵcontrolUpdate, 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, promiseWithResolvers as ɵpromiseWithResolvers, 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, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
9579
+ 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, ResponseInit, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵFieldState, ɵFirstAvailable, ɵFirstAvailableSignal, ɵFormFieldDirective, 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 };