@angular/core 21.0.0-next.1 → 21.0.0-next.10

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 (107) hide show
  1. package/fesm2022/_attribute-chunk.mjs +12 -0
  2. package/fesm2022/_attribute-chunk.mjs.map +1 -0
  3. package/fesm2022/_debug_node-chunk.mjs +18469 -0
  4. package/fesm2022/_debug_node-chunk.mjs.map +1 -0
  5. package/fesm2022/_effect-chunk.mjs +423 -0
  6. package/fesm2022/_effect-chunk.mjs.map +1 -0
  7. package/fesm2022/_effect-chunk2.mjs +2951 -0
  8. package/fesm2022/_effect-chunk2.mjs.map +1 -0
  9. package/fesm2022/_not_found-chunk.mjs +39 -0
  10. package/fesm2022/_not_found-chunk.mjs.map +1 -0
  11. package/fesm2022/_resource-chunk.mjs +378 -0
  12. package/fesm2022/_resource-chunk.mjs.map +1 -0
  13. package/fesm2022/_untracked-chunk.mjs +96 -0
  14. package/fesm2022/_untracked-chunk.mjs.map +1 -0
  15. package/fesm2022/_weak_ref-chunk.mjs +10 -0
  16. package/fesm2022/_weak_ref-chunk.mjs.map +1 -0
  17. package/fesm2022/core.mjs +2499 -4185
  18. package/fesm2022/core.mjs.map +1 -1
  19. package/fesm2022/primitives-di.mjs +23 -0
  20. package/fesm2022/primitives-di.mjs.map +1 -0
  21. package/fesm2022/primitives-event-dispatch.mjs +788 -0
  22. package/fesm2022/primitives-event-dispatch.mjs.map +1 -0
  23. package/fesm2022/primitives-signals.mjs +187 -0
  24. package/fesm2022/primitives-signals.mjs.map +1 -0
  25. package/fesm2022/rxjs-interop.mjs +210 -308
  26. package/fesm2022/rxjs-interop.mjs.map +1 -1
  27. package/fesm2022/testing.mjs +2309 -3170
  28. package/fesm2022/testing.mjs.map +1 -1
  29. package/package.json +18 -12
  30. package/resources/best-practices.md +56 -0
  31. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +117 -0
  32. package/schematics/bundles/application-config-core.cjs +84 -0
  33. package/schematics/bundles/{apply_import_manager-yycO3l8f.cjs → apply_import_manager-1Zs_gpB6.cjs} +4 -5
  34. package/schematics/bundles/bootstrap-options-migration.cjs +598 -0
  35. package/schematics/bundles/cleanup-unused-imports.cjs +9 -13
  36. package/schematics/bundles/common-to-standalone-migration.cjs +381 -0
  37. package/schematics/bundles/{compiler_host-DrXTGf_7.cjs → compiler_host-DBwYMlTo.cjs} +10 -11
  38. package/schematics/bundles/control-flow-migration.cjs +113 -82
  39. package/schematics/bundles/{imports-26VeX8i-.cjs → imports-DP72APSx.cjs} +5 -1
  40. package/schematics/bundles/{index-BdH2rlWJ.cjs → index-B7I9sIUx.cjs} +36 -39
  41. package/schematics/bundles/inject-migration.cjs +148 -70
  42. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  43. package/schematics/bundles/{migrate_ts_type_references-BVSg43hf.cjs → migrate_ts_type_references-UGIUl7En.cjs} +500 -24
  44. package/schematics/bundles/{ng_component_template-DjLc4mdL.cjs → ng_component_template-Dsuq1Lw7.cjs} +4 -5
  45. package/schematics/bundles/{ng_decorators-CtYwz9Lw.cjs → ng_decorators-DSFlWYQY.cjs} +2 -2
  46. package/schematics/bundles/ngclass-to-class-migration.cjs +118 -109
  47. package/schematics/bundles/ngstyle-to-style-migration.cjs +487 -0
  48. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  49. package/schematics/bundles/output-migration.cjs +16 -19
  50. package/schematics/bundles/parse_html-8VLCL37B.cjs +132 -0
  51. package/schematics/bundles/{project_paths-T_M15e2g.cjs → project_paths-DvD50ouC.cjs} +14 -247
  52. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +90 -0
  53. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  54. package/schematics/bundles/route-lazy-loading.cjs +54 -26
  55. package/schematics/bundles/router-current-navigation.cjs +7 -18
  56. package/schematics/bundles/router-last-successful-navigation.cjs +7 -18
  57. package/schematics/bundles/router-testing-module-migration.cjs +502 -0
  58. package/schematics/bundles/self-closing-tags-migration.cjs +14 -17
  59. package/schematics/bundles/signal-input-migration.cjs +93 -29
  60. package/schematics/bundles/signal-queries-migration.cjs +22 -25
  61. package/schematics/bundles/signals.cjs +10 -13
  62. package/schematics/bundles/standalone-migration.cjs +135 -102
  63. package/schematics/bundles/{symbol-VPWguRxr.cjs → symbol-BObKoqes.cjs} +3 -2
  64. package/schematics/collection.json +17 -0
  65. package/schematics/migrations/common-to-standalone-migration/schema.json +14 -0
  66. package/schematics/migrations/ngclass-to-class-migration/schema.json +2 -2
  67. package/schematics/migrations/ngstyle-to-style-migration/schema.json +20 -0
  68. package/schematics/migrations/router-testing-module-migration/schema.json +14 -0
  69. package/schematics/migrations.json +16 -2
  70. package/{api.d.d.ts → types/_api-chunk.d.ts} +9 -6
  71. package/{chrome_dev_tools_performance.d.d.ts → types/_chrome_dev_tools_performance-chunk.d.ts} +25 -15
  72. package/{discovery.d.d.ts → types/_discovery-chunk.d.ts} +130 -75
  73. package/{effect.d.d.ts → types/_effect-chunk.d.ts} +3 -4
  74. package/{event_dispatcher.d.d.ts → types/_event_dispatcher-chunk.d.ts} +2 -2
  75. package/{graph.d.d.ts → types/_formatter-chunk.d.ts} +40 -7
  76. package/{weak_ref.d.d.ts → types/_weak_ref-chunk.d.ts} +2 -2
  77. package/{index.d.ts → types/core.d.ts} +233 -298
  78. package/{primitives/di/index.d.ts → types/primitives-di.d.ts} +2 -2
  79. package/{primitives/event-dispatch/index.d.ts → types/primitives-event-dispatch.d.ts} +4 -4
  80. package/{primitives/signals/index.d.ts → types/primitives-signals.d.ts} +7 -8
  81. package/{rxjs-interop/index.d.ts → types/rxjs-interop.d.ts} +8 -6
  82. package/{testing/index.d.ts → types/testing.d.ts} +7 -7
  83. package/fesm2022/attribute.mjs +0 -24
  84. package/fesm2022/attribute.mjs.map +0 -1
  85. package/fesm2022/debug_node.mjs +0 -31829
  86. package/fesm2022/debug_node.mjs.map +0 -1
  87. package/fesm2022/effect.mjs +0 -142
  88. package/fesm2022/effect.mjs.map +0 -1
  89. package/fesm2022/not_found.mjs +0 -56
  90. package/fesm2022/not_found.mjs.map +0 -1
  91. package/fesm2022/primitives/di.mjs +0 -23
  92. package/fesm2022/primitives/di.mjs.map +0 -1
  93. package/fesm2022/primitives/event-dispatch.mjs +0 -1622
  94. package/fesm2022/primitives/event-dispatch.mjs.map +0 -1
  95. package/fesm2022/primitives/signals.mjs +0 -89
  96. package/fesm2022/primitives/signals.mjs.map +0 -1
  97. package/fesm2022/resource.mjs +0 -624
  98. package/fesm2022/resource.mjs.map +0 -1
  99. package/fesm2022/root_effect_scheduler.mjs +0 -4001
  100. package/fesm2022/root_effect_scheduler.mjs.map +0 -1
  101. package/fesm2022/signal.mjs +0 -560
  102. package/fesm2022/signal.mjs.map +0 -1
  103. package/fesm2022/weak_ref.mjs +0 -12
  104. package/fesm2022/weak_ref.mjs.map +0 -1
  105. package/schematics/bundles/index-jjHOgYYs.cjs +0 -22074
  106. package/schematics/bundles/parse_html-CXR8hziE.cjs +0 -41
  107. package/schematics/bundles/project_tsconfig_paths-D7xzGqRi.cjs +0 -51085
@@ -1,21 +1,21 @@
1
1
  /**
2
- * @license Angular v21.0.0-next.1
3
- * (c) 2010-2025 Google LLC. https://angular.io/
2
+ * @license Angular v21.0.0-next.10
3
+ * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { SIGNAL, ValueEqualityFn as ValueEqualityFn$1 } from './graph.d.js';
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.d.js';
9
- export { AbstractType, CreateSignalOptions, DestroyRef, DestroyableInjector, OutputRefSubscription, signal, InternalEnvironmentProviders as ɵInternalEnvironmentProviders, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, Writable as ɵWritable, isEnvironmentProviders as ɵisEnvironmentProviders, ɵunwrapWritableSignal } from './chrome_dev_tools_performance.d.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, ChangeDetectionScheduler, NotificationSource, ɵɵ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, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript, PipeType, DirectiveType } from './discovery.d.js';
11
- export { APP_BOOTSTRAP_LISTENER, 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, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModuleDecorator, Output, OutputDecorator, PipeDecorator, Predicate, Renderer2, RendererFactory2, RendererStyleFlags2, RendererType2, Sanitizer, SecurityContext, asNativeElements, effect, getDebugNode, inputBinding, outputBinding, twoWayBinding, AfterRenderManager as ɵAfterRenderManager, AnimationRendererType as ɵAnimationRendererType, AttributeMarker as ɵAttributeMarker, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, 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, 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.d.js';
12
- import { ResourceOptions, ResourceRef, ResourceStreamingLoader, ResourceStatus, WritableResource, Resource } from './api.d.js';
13
- export { BaseResourceOptions, OutputEmitterRef, OutputOptions, PromiseResourceOptions, ResourceLoader, ResourceLoaderParams, ResourceStreamItem, StreamingResourceOptions, output, getOutputDestroyRef as ɵgetOutputDestroyRef } from './api.d.js';
14
- import './event_dispatcher.d.js';
7
+ import { SIGNAL, ReactiveNodeKind } from './_formatter-chunk.js';
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
+ export { AbstractType, CreateSignalOptions, DestroyRef, DestroyableInjector, OutputRefSubscription, 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, AnimationFunction, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript, PipeType, DirectiveType } from './_discovery-chunk.js';
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
+ import { ResourceOptions, ResourceRef, ResourceStreamingLoader, ResourceStatus, WritableResource, Resource } from './_api-chunk.js';
13
+ export { BaseResourceOptions, OutputEmitterRef, OutputOptions, PromiseResourceOptions, ResourceLoader, ResourceLoaderParams, ResourceStreamItem, StreamingResourceOptions, output, getOutputDestroyRef as ɵgetOutputDestroyRef } from './_api-chunk.js';
14
+ import './_event_dispatcher-chunk.js';
15
15
  import { Observable, Subscribable } from 'rxjs';
16
- export { setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl } from './weak_ref.d.js';
17
- export { setCurrentInjector as ɵsetCurrentInjector } from './primitives/di/index.js';
18
- import './effect.d.js';
16
+ export { setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl } from './_weak_ref-chunk.js';
17
+ export { setCurrentInjector as ɵsetCurrentInjector } from './primitives-di.js';
18
+ import './_effect-chunk.js';
19
19
  import '@angular/core/primitives/di';
20
20
 
21
21
  /**
@@ -612,11 +612,11 @@ declare const Attribute: AttributeDecorator;
612
612
  *
613
613
  * @publicApi
614
614
  */
615
- declare class SimpleChange {
616
- previousValue: any;
617
- currentValue: any;
615
+ declare class SimpleChange<T = any> {
616
+ previousValue: T;
617
+ currentValue: T;
618
618
  firstChange: boolean;
619
- constructor(previousValue: any, currentValue: any, firstChange: boolean);
619
+ constructor(previousValue: T, currentValue: T, firstChange: boolean);
620
620
  /**
621
621
  * Check whether the new value is the first value assigned.
622
622
  */
@@ -625,15 +625,20 @@ declare class SimpleChange {
625
625
  /**
626
626
  * A hashtable of changes represented by {@link SimpleChange} objects stored
627
627
  * at the declared property name they belong to on a Directive or Component. This is
628
- * the type passed to the `ngOnChanges` hook.
628
+ * the type passed to the `ngOnChanges` hook. Pass the current class or `this` as the
629
+ * first generic argument for stronger type checking (e.g. `SimpleChanges<YourComponent>`).
629
630
  *
630
631
  * @see {@link OnChanges}
631
632
  *
632
633
  * @publicApi
633
634
  */
634
- interface SimpleChanges {
635
+ type SimpleChanges<T = unknown> = T extends object ? {
636
+ [Key in keyof T]?: SimpleChange<T[Key] extends {
637
+ [ɵINPUT_SIGNAL_BRAND_READ_TYPE]: infer V;
638
+ } ? V : T[Key]>;
639
+ } : {
635
640
  [propName: string]: SimpleChange;
636
- }
641
+ };
637
642
 
638
643
  /**
639
644
  * @description
@@ -1432,7 +1437,7 @@ interface InjectDecorator {
1432
1437
  *
1433
1438
  * {@example core/di/ts/metadata_spec.ts region='InjectWithoutDecorator'}
1434
1439
  *
1435
- * @see [Dependency Injection Guide](guide/di/dependency-injection
1440
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
1436
1441
  *
1437
1442
  */
1438
1443
  (token: any): any;
@@ -1476,7 +1481,7 @@ interface OptionalDecorator {
1476
1481
  *
1477
1482
  * {@example core/di/ts/metadata_spec.ts region='Optional'}
1478
1483
  *
1479
- * @see [Dependency Injection Guide](guide/di/dependency-injection.
1484
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
1480
1485
  */
1481
1486
  (): any;
1482
1487
  new (): Optional;
@@ -1637,6 +1642,8 @@ declare function runInInjectionContext<ReturnT>(injector: Injector, fn: () => Re
1637
1642
  *
1638
1643
  * @param debugFn a reference to the function making the assertion (used for the error message).
1639
1644
  *
1645
+ * @see [Asserts the context](guide/di/dependency-injection-context#asserts-the-context)
1646
+ *
1640
1647
  * @publicApi
1641
1648
  */
1642
1649
  declare function assertInInjectionContext(debugFn: Function): void;
@@ -1727,7 +1734,7 @@ interface InjectableDecorator {
1727
1734
  * provided and injected as a dependency.
1728
1735
  *
1729
1736
  * @see [Introduction to Services and DI](guide/di)
1730
- * @see [Dependency Injection Guide](guide/di/dependency-injection
1737
+ * @see [Dependency Injection Guide](guide/di/dependency-injection)
1731
1738
  *
1732
1739
  * @usageNotes
1733
1740
  *
@@ -1798,13 +1805,6 @@ declare const Injectable: InjectableDecorator;
1798
1805
  */
1799
1806
  declare const ENVIRONMENT_INITIALIZER: InjectionToken<readonly (() => void)[]>;
1800
1807
 
1801
- /*!
1802
- * @license
1803
- * Copyright Google LLC All Rights Reserved.
1804
- *
1805
- * Use of this source code is governed by an MIT-style license that can be
1806
- * found in the LICENSE file at https://angular.dev/license
1807
- */
1808
1808
  /**
1809
1809
  * Creates a token that can be used to inject static attributes of the host node.
1810
1810
  *
@@ -2178,6 +2178,7 @@ declare function computed<T>(computation: () => T, options?: CreateComputedOptio
2178
2178
  */
2179
2179
  declare function linkedSignal<D>(computation: () => D, options?: {
2180
2180
  equal?: ValueEqualityFn<NoInfer<D>>;
2181
+ debugName?: string;
2181
2182
  }): WritableSignal<D>;
2182
2183
  /**
2183
2184
  * Creates a writable signal whose value is initialized and reset by the linked, reactive computation.
@@ -2194,6 +2195,7 @@ declare function linkedSignal<S, D>(options: {
2194
2195
  value: NoInfer<D>;
2195
2196
  }) => D;
2196
2197
  equal?: ValueEqualityFn<NoInfer<D>>;
2198
+ debugName?: string;
2197
2199
  }): WritableSignal<D>;
2198
2200
 
2199
2201
  /**
@@ -3368,7 +3370,7 @@ declare class NgModuleRef<T> extends NgModuleRef$1<T> implements InternalNgModul
3368
3370
  instance: T;
3369
3371
  destroyCbs: (() => void)[] | null;
3370
3372
  readonly componentFactoryResolver: ComponentFactoryResolver;
3371
- constructor(ngModuleType: Type$1<T>, _parent: Injector | null, additionalProviders: StaticProvider[], runInjectorInitializers?: boolean);
3373
+ constructor(ngModuleType: Type$1<T>, _parent: Injector | null, additionalProviders: Array<Provider | EnvironmentProviders>, runInjectorInitializers?: boolean);
3372
3374
  resolveInjectorInitializers(): void;
3373
3375
  get injector(): EnvironmentInjector;
3374
3376
  destroy(): void;
@@ -3525,7 +3527,6 @@ declare class TemplateRef<C> {
3525
3527
  *
3526
3528
  * ```angular-ts
3527
3529
  * @Component({
3528
- * standalone: true,
3529
3530
  * selector: 'dynamic',
3530
3531
  * template: `<span>This is a content of a dynamic component.</span>`,
3531
3532
  * })
@@ -3534,7 +3535,6 @@ declare class TemplateRef<C> {
3534
3535
  * }
3535
3536
  *
3536
3537
  * @Component({
3537
- * standalone: true,
3538
3538
  * selector: 'app',
3539
3539
  * template: `<main>Hi! This is the main content.</main>`,
3540
3540
  * })
@@ -3708,11 +3708,6 @@ declare abstract class ViewContainerRef {
3708
3708
  abstract detach(index?: number): ViewRef$1 | null;
3709
3709
  }
3710
3710
 
3711
- /**
3712
- * Internal token to indicate whether having multiple bootstrapped platform should be allowed (only
3713
- * one bootstrapped platform is allowed by default). This token helps to support SSR scenarios.
3714
- */
3715
- declare const ALLOW_MULTIPLE_PLATFORMS: InjectionToken<boolean>;
3716
3711
  /**
3717
3712
  * Creates a platform.
3718
3713
  * Platforms must be created on launch using this function.
@@ -3739,7 +3734,8 @@ declare function createPlatformFactory(parentPlatformFactory: ((extraProviders?:
3739
3734
  */
3740
3735
  declare function assertPlatform(requiredToken: any): PlatformRef;
3741
3736
  /**
3742
- * Returns the current platform.
3737
+ * Returns the current platform in the browser environment. In the server environment,
3738
+ * returns `null`. If you need access to the platform information, inject `PlatformRef` in your application.
3743
3739
  *
3744
3740
  * @publicApi
3745
3741
  */
@@ -3748,6 +3744,8 @@ declare function getPlatform(): PlatformRef | null;
3748
3744
  * Destroys the current Angular platform and all Angular applications on the page.
3749
3745
  * Destroys all modules and listeners registered with the platform.
3750
3746
  *
3747
+ * This function should not be used in a server environment, as it will be a no-op.
3748
+ *
3751
3749
  * @publicApi
3752
3750
  */
3753
3751
  declare function destroyPlatform(): void;
@@ -3777,9 +3775,8 @@ declare function providePlatformInitializer(initializerFn: () => void): Environm
3777
3775
  * with the bootstrapModule API.
3778
3776
  */
3779
3777
  declare const PROVIDED_NG_ZONE: InjectionToken<boolean>;
3780
- declare function internalProvideZoneChangeDetection({ ngZoneFactory, ignoreChangesOutsideZone, scheduleInRootZone, }: {
3778
+ declare function internalProvideZoneChangeDetection({ ngZoneFactory, scheduleInRootZone, }: {
3781
3779
  ngZoneFactory?: () => NgZone;
3782
- ignoreChangesOutsideZone?: boolean;
3783
3780
  scheduleInRootZone?: boolean;
3784
3781
  }): StaticProvider[];
3785
3782
  /**
@@ -3851,61 +3848,8 @@ interface NgZoneOptions {
3851
3848
  *
3852
3849
  */
3853
3850
  runCoalescing?: boolean;
3854
- /**
3855
- * When false, change detection is scheduled when Angular receives
3856
- * a clear indication that templates need to be refreshed. This includes:
3857
- *
3858
- * - calling `ChangeDetectorRef.markForCheck`
3859
- * - calling `ComponentRef.setInput`
3860
- * - updating a signal that is read in a template
3861
- * - attaching a view that is marked dirty
3862
- * - removing a view
3863
- * - registering a render hook (templates are only refreshed if render hooks do one of the above)
3864
- *
3865
- * @deprecated This option was introduced out of caution as a way for developers to opt out of the
3866
- * new behavior in v18 which schedule change detection for the above events when they occur
3867
- * outside the Zone. After monitoring the results post-release, we have determined that this
3868
- * feature is working as desired and do not believe it should ever be disabled by setting
3869
- * this option to `true`.
3870
- */
3871
- ignoreChangesOutsideZone?: boolean;
3872
- }
3873
-
3874
- declare class ChangeDetectionSchedulerImpl implements ChangeDetectionScheduler {
3875
- private readonly applicationErrorHandler;
3876
- private readonly appRef;
3877
- private readonly taskService;
3878
- private readonly ngZone;
3879
- private readonly zonelessEnabled;
3880
- private readonly tracing;
3881
- private readonly disableScheduling;
3882
- private readonly zoneIsDefined;
3883
- private readonly schedulerTickApplyArgs;
3884
- private readonly subscriptions;
3885
- private readonly angularZoneId;
3886
- private readonly scheduleInRootZone;
3887
- private cancelScheduledCallback;
3888
- private useMicrotaskScheduler;
3889
- runningTick: boolean;
3890
- pendingRenderTaskId: number | null;
3891
- constructor();
3892
- notify(source: NotificationSource): void;
3893
- private shouldScheduleTick;
3894
- /**
3895
- * Calls ApplicationRef._tick inside the `NgZone`.
3896
- *
3897
- * Calling `tick` directly runs change detection and cancels any change detection that had been
3898
- * scheduled previously.
3899
- *
3900
- * @param shouldRefreshViews Passed directly to `ApplicationRef._tick` and skips straight to
3901
- * render hooks when `false`.
3902
- */
3903
- private tick;
3904
- ngOnDestroy(): void;
3905
- private cleanup;
3906
- static ɵfac: __FactoryDeclaration<ChangeDetectionSchedulerImpl, never>;
3907
- static ɵprov: __InjectableDeclaration<ChangeDetectionSchedulerImpl>;
3908
3851
  }
3852
+
3909
3853
  /**
3910
3854
  * Provides change detection without ZoneJS for the application bootstrapped using
3911
3855
  * `bootstrapApplication`.
@@ -3942,28 +3886,8 @@ declare class ChangeDetectionSchedulerImpl implements ChangeDetectionScheduler {
3942
3886
  * @see {@link /api/platform-browser/bootstrapApplication bootstrapApplication}
3943
3887
  */
3944
3888
  declare function provideZonelessChangeDetection(): EnvironmentProviders;
3889
+ declare function provideZonelessChangeDetectionInternal(): Provider[];
3945
3890
 
3946
- /**
3947
- * Internal implementation of the pending tasks service.
3948
- */
3949
- declare class PendingTasksInternal implements OnDestroy {
3950
- private taskId;
3951
- private pendingTasks;
3952
- private destroyed;
3953
- private pendingTask;
3954
- get hasPendingTasks(): boolean;
3955
- /**
3956
- * In case the service is about to be destroyed, return a self-completing observable.
3957
- * Otherwise, return the observable that emits the current state of pending tasks.
3958
- */
3959
- get hasPendingTasksObservable(): Observable<boolean>;
3960
- add(): number;
3961
- has(taskId: number): boolean;
3962
- remove(taskId: number): void;
3963
- ngOnDestroy(): void;
3964
- /** @nocollapse */
3965
- static ɵprov: unknown;
3966
- }
3967
3891
  /**
3968
3892
  * Service that keeps track of pending tasks contributing to the stableness of Angular
3969
3893
  * application. While several existing Angular services (ex.: `HttpClient`) will internally manage
@@ -4710,6 +4634,9 @@ declare class ApplicationModule {
4710
4634
  * ```
4711
4635
  *
4712
4636
  * @publicApi
4637
+ *
4638
+ * @see [Unhandled errors in Angular](best-practices/error-handling)
4639
+ *
4713
4640
  */
4714
4641
  declare class ErrorHandler {
4715
4642
  handleError(error: any): void;
@@ -4742,6 +4669,7 @@ declare function internalCreateApplication(config: {
4742
4669
  rootComponent?: Type$1<unknown>;
4743
4670
  appProviders?: Array<Provider | EnvironmentProviders>;
4744
4671
  platformProviders?: Provider[];
4672
+ platformRef?: PlatformRef;
4745
4673
  }): Promise<ApplicationRef>;
4746
4674
 
4747
4675
  declare class Console {
@@ -4845,6 +4773,7 @@ declare const enum RuntimeErrorCode {
4845
4773
  MISSING_INJECTION_TOKEN = 208,
4846
4774
  INVALID_MULTI_PROVIDER = -209,
4847
4775
  MISSING_DOCUMENT = 210,
4776
+ INVALID_APP_ID = 211,
4848
4777
  MULTIPLE_COMPONENTS_MATCH = -300,
4849
4778
  EXPORT_NOT_FOUND = -301,
4850
4779
  PIPE_NOT_FOUND = -302,
@@ -4863,8 +4792,9 @@ declare const enum RuntimeErrorCode {
4863
4792
  NO_BINDING_TARGET = 315,
4864
4793
  INVALID_BINDING_TARGET = 316,
4865
4794
  INVALID_SET_INPUT_CALL = 317,
4795
+ INVALID_FIELD_DIRECTIVE_HOST = 318,
4866
4796
  MULTIPLE_PLATFORMS = 400,
4867
- PLATFORM_NOT_FOUND = 401,
4797
+ PLATFORM_NOT_FOUND = -401,
4868
4798
  MISSING_REQUIRED_INJECTABLE_IN_BOOTSTRAP = 402,
4869
4799
  BOOTSTRAP_COMPONENTS_NOT_FOUND = -403,
4870
4800
  PLATFORM_ALREADY_DESTROYED = 404,
@@ -5053,6 +4983,7 @@ type HydratedNode = {
5053
4983
  [HYDRATION_INFO_KEY]?: HydrationInfo;
5054
4984
  } & Element;
5055
4985
  declare function readHydrationInfo(node: RNode): HydrationInfo | null;
4986
+ declare function resetIncrementalHydrationEnabledWarnedForTests(): void;
5056
4987
 
5057
4988
  /**
5058
4989
  * Annotates all components bootstrapped in a given ApplicationRef
@@ -5249,6 +5180,28 @@ declare function isComponentDefPendingResolution(type: Type$1<any>): boolean;
5249
5180
  declare function clearResolutionOfComponentResourcesQueue(): Map<Type$1<any>, Component>;
5250
5181
  declare function restoreComponentResolutionQueue(queue: Map<Type$1<any>, Component>): void;
5251
5182
 
5183
+ /**
5184
+ * Internal implementation of the pending tasks service.
5185
+ */
5186
+ declare class PendingTasksInternal implements OnDestroy {
5187
+ private taskId;
5188
+ private pendingTasks;
5189
+ private destroyed;
5190
+ private pendingTask;
5191
+ get hasPendingTasks(): boolean;
5192
+ /**
5193
+ * In case the service is about to be destroyed, return a self-completing observable.
5194
+ * Otherwise, return the observable that emits the current state of pending tasks.
5195
+ */
5196
+ get hasPendingTasksObservable(): Observable<boolean>;
5197
+ add(): number;
5198
+ has(taskId: number): boolean;
5199
+ remove(taskId: number): void;
5200
+ ngOnDestroy(): void;
5201
+ /** @nocollapse */
5202
+ static ɵprov: unknown;
5203
+ }
5204
+
5252
5205
  /**
5253
5206
  * InjectionToken to control root component bootstrap behavior.
5254
5207
  *
@@ -5641,7 +5594,7 @@ declare class ResourceImpl<T, R> extends BaseWritableResource<T> implements Reso
5641
5594
  private resolvePendingTask;
5642
5595
  private destroyed;
5643
5596
  private unregisterOnDestroy;
5644
- constructor(request: () => R, loaderFn: ResourceStreamingLoader<T, R>, defaultValue: T, equal: ValueEqualityFn$1<T> | undefined, injector: Injector, throwErrorsFromValue?: boolean);
5597
+ constructor(request: () => R, loaderFn: ResourceStreamingLoader<T, R>, defaultValue: T, equal: ValueEqualityFn<T> | undefined, injector: Injector, throwErrorsFromValue?: boolean);
5645
5598
  readonly status: Signal<ResourceStatus>;
5646
5599
  readonly error: Signal<Error | undefined>;
5647
5600
  /**
@@ -5655,13 +5608,6 @@ declare class ResourceImpl<T, R> extends BaseWritableResource<T> implements Reso
5655
5608
  }
5656
5609
  declare function encapsulateResourceError(error: unknown): Error;
5657
5610
 
5658
- /*!
5659
- * @license
5660
- * Copyright Google LLC All Rights Reserved.
5661
- *
5662
- * Use of this source code is governed by an MIT-style license that can be
5663
- * found in the LICENSE file at https://angular.dev/license
5664
- */
5665
5611
  /**
5666
5612
  * Gets the class name of the closest component to a node.
5667
5613
  * Warning! this function will return minified names if the name of the component is minified. The
@@ -5748,94 +5694,13 @@ declare class TimerScheduler {
5748
5694
  static ɵprov: unknown;
5749
5695
  }
5750
5696
 
5751
- /*!
5752
- * @license
5753
- * Copyright Google LLC All Rights Reserved.
5754
- *
5755
- * Use of this source code is governed by an MIT-style license that can be
5756
- * found in the LICENSE file at https://angular.dev/license
5757
- */
5758
5697
  /**
5759
5698
  * Utility function used during template type checking to assert that a value is of a certain type.
5760
5699
  * @codeGenApi
5761
5700
  */
5762
5701
  declare function ɵassertType<T>(value: unknown): asserts value is T;
5763
5702
 
5764
- /**
5765
- * A [DI token](api/core/InjectionToken) that enables or disables all enter and leave animations.
5766
- */
5767
- declare const ANIMATIONS_DISABLED: InjectionToken<boolean>;
5768
- /**
5769
- * The event type for when `animate.enter` and `animate.leave` are used with function
5770
- * callbacks.
5771
- *
5772
- * @publicApi 20.2
5773
- */
5774
- type AnimationCallbackEvent = {
5775
- target: Element;
5776
- animationComplete: Function;
5777
- };
5778
- /**
5779
- * A [DI token](api/core/InjectionToken) that configures the maximum animation timeout
5780
- * before element removal. The default value mirrors from Chrome's cross document
5781
- * navigation view transition timeout. It's intended to prevent people from accidentally
5782
- * forgetting to call the removal function in their callback. Also serves as a delay
5783
- * for when stylesheets are pruned.
5784
- *
5785
- * @publicApi 20.2
5786
- */
5787
- declare const MAX_ANIMATION_TIMEOUT: InjectionToken<number>;
5788
- /**
5789
- * The function type for `animate.enter` and `animate.leave` when they are used with
5790
- * function callbacks.
5791
- *
5792
- * @publicApi 20.2
5793
- */
5794
- type AnimationFunction = (event: AnimationCallbackEvent) => void;
5795
- type AnimationEventFunction = (el: Element, value: AnimationFunction) => AnimationRemoveFunction;
5796
- type AnimationClassFunction = (el: Element, value: Set<string> | null, resolvers: Function[] | undefined) => AnimationRemoveFunction;
5797
- type AnimationRemoveFunction = (removeFn: VoidFunction) => void;
5798
- interface AnimationDetails {
5799
- classes: Set<string> | null;
5800
- classFns?: Function[];
5801
- animateFn: AnimationRemoveFunction;
5802
- }
5803
-
5804
- interface AnimationRemovalRegistry {
5805
- elements: ElementRegistry | undefined;
5806
- }
5807
- /**
5808
- * Registers elements for delayed removal action for animation in the case
5809
- * that `animate.leave` is used. This stores the target element and any
5810
- * classes, class resolvers, and callback functions that may be needed
5811
- * to apply the removal animation, and then stashes the actual element
5812
- * removal function from the dom renderer to be called after the
5813
- * animation is finished.
5814
- */
5815
- declare class ElementRegistry {
5816
- private outElements;
5817
- remove(el: Element): void;
5818
- /** Used when animate.leave is only applying classes */
5819
- trackClasses(details: AnimationDetails, classes: string | string[]): void;
5820
- /** Used when animate.leave is applying classes via a bound attribute
5821
- * which requires resolving the binding function at the right time
5822
- * to get the proper class list. There may be multiple resolvers due
5823
- * to composition via host bindings.
5824
- */
5825
- trackResolver(details: AnimationDetails, resolver: Function): void;
5826
- /** Used when `animate.leave` is using the function signature and will have a
5827
- * callback function, rather than a list of classes.
5828
- */
5829
- addCallback(el: Element, value: AnimationFunction, animateWrapperFn: AnimationEventFunction): void;
5830
- /** Used when `animate.leave` is using classes. */
5831
- add(el: Element, value: string | string[] | Function, animateWrapperFn: AnimationClassFunction): void;
5832
- has(el: Element): boolean;
5833
- /** This is called by the dom renderer to actually initiate the animation
5834
- * using the animateFn stored in the registry. The DOM renderer passes in
5835
- * the removal function to be fired off when the animation finishes.
5836
- */
5837
- animate(el: Element, removeFn: Function, maxAnimationTimeout: number): void;
5838
- }
5703
+ declare const allLeavingAnimations: Set<LView<unknown>>;
5839
5704
 
5840
5705
  declare function compileNgModuleFactory<M>(injector: Injector, options: CompilerOptions, moduleType: Type$1<M>): Promise<NgModuleFactory$1<M>>;
5841
5706
 
@@ -6070,14 +5935,6 @@ declare function ɵɵProvidersFeature<T>(providers: Provider[], viewProviders?:
6070
5935
  */
6071
5936
  declare function ɵɵExternalStylesFeature(styleUrls: string[]): ComponentDefFeature;
6072
5937
 
6073
- /**
6074
- * This feature adds the element registry for delayed element removal when animate.leave
6075
- * is utilized.
6076
- *
6077
- * @codeGenApi
6078
- */
6079
- declare function ɵɵAnimationsFeature(): () => void;
6080
-
6081
5938
  /**
6082
5939
  * Generated next to NgModules to monkey-patch directive and pipe references onto a component's
6083
5940
  * definition, when generating a direct reference in the component file would otherwise create an
@@ -6478,19 +6335,19 @@ declare function ɵɵdeferHydrateOnInteraction(): void;
6478
6335
  * @param walkUpTimes Number of times to walk up/down the tree hierarchy to find the trigger.
6479
6336
  * @codeGenApi
6480
6337
  */
6481
- declare function ɵɵdeferOnViewport(triggerIndex: number, walkUpTimes?: number): void;
6338
+ declare function ɵɵdeferOnViewport(triggerIndex: number, walkUpTimes?: number | null, options?: IntersectionObserverInit): void;
6482
6339
  /**
6483
6340
  * Creates runtime data structures for the `prefetch on viewport` deferred trigger.
6484
6341
  * @param triggerIndex Index at which to find the trigger element.
6485
6342
  * @param walkUpTimes Number of times to walk up/down the tree hierarchy to find the trigger.
6486
6343
  * @codeGenApi
6487
6344
  */
6488
- declare function ɵɵdeferPrefetchOnViewport(triggerIndex: number, walkUpTimes?: number): void;
6345
+ declare function ɵɵdeferPrefetchOnViewport(triggerIndex: number, walkUpTimes?: number | null, options?: IntersectionObserverInit): void;
6489
6346
  /**
6490
6347
  * Creates runtime data structures for the `on viewport` hydrate trigger.
6491
6348
  * @codeGenApi
6492
6349
  */
6493
- declare function ɵɵdeferHydrateOnViewport(): void;
6350
+ declare function ɵɵdeferHydrateOnViewport(options?: IntersectionObserverInit): void;
6494
6351
 
6495
6352
  /**
6496
6353
  * Advances to an element for later binding instructions.
@@ -6518,12 +6375,12 @@ declare function ɵɵdeferHydrateOnViewport(): void;
6518
6375
  declare function ɵɵadvance(delta?: number): void;
6519
6376
 
6520
6377
  /**
6521
- * Update an ARIA attribute by either its attribute or property name on a selected element.
6378
+ * Update an ARIA attribute on a selected element.
6522
6379
  *
6523
- * If the property name also exists as an input property on any of the element's directives, those
6524
- * inputs will be set instead of the element property.
6380
+ * If the attribute name also exists as an input property on any of the element's directives, those
6381
+ * inputs will be set instead of the element attribute.
6525
6382
  *
6526
- * @param name Name of the ARIA attribute or property (beginning with `aria`).
6383
+ * @param name Name of the ARIA attribute (beginning with `aria-`).
6527
6384
  * @param value New value to write.
6528
6385
  * @returns This function returns itself so that it may be chained.
6529
6386
  *
@@ -6567,8 +6424,8 @@ declare function ɵɵanimateEnter(value: string | Function): typeof ɵɵanimateE
6567
6424
  declare function ɵɵanimateEnterListener(value: AnimationFunction): typeof ɵɵanimateEnterListener;
6568
6425
  /**
6569
6426
  * Instruction to handle the `animate.leave` behavior for class animations.
6570
- * It registers an animation with the ElementRegistry to be run when the element
6571
- * is scheduled for removal from the DOM.
6427
+ * It creates a leave animation function that's tracked in the LView to
6428
+ * be run before DOM node removal and cleanup.
6572
6429
  *
6573
6430
  * @param value The value bound to `animate.leave`, which can be a string or a function.
6574
6431
  * @returns This function returns itself so that it may be chained.
@@ -6579,8 +6436,8 @@ declare function ɵɵanimateLeave(value: string | Function): typeof ɵɵanimateL
6579
6436
  /**
6580
6437
  * Instruction to handle the `(animate.leave)` behavior for event bindings, aka when
6581
6438
  * a user wants to use a custom animation function rather than a class. It registers
6582
- * an animation with the ElementRegistry to be run when the element is scheduled for
6583
- * removal from the DOM.
6439
+ * a leave animation function in the LView to be run at right before removal from the
6440
+ * DOM.
6584
6441
  *
6585
6442
  * @param value The value bound to `(animate.leave)`, an AnimationFunction.
6586
6443
  * @returns This function returns itself so that it may be chained.
@@ -6589,13 +6446,6 @@ declare function ɵɵanimateLeave(value: string | Function): typeof ɵɵanimateL
6589
6446
  */
6590
6447
  declare function ɵɵanimateLeaveListener(value: AnimationFunction): typeof ɵɵanimateLeaveListener;
6591
6448
 
6592
- /*!
6593
- * @license
6594
- * Copyright Google LLC All Rights Reserved.
6595
- *
6596
- * Use of this source code is governed by an MIT-style license that can be
6597
- * found in the LICENSE file at https://angular.dev/license
6598
- */
6599
6449
  /**
6600
6450
  * Instruction that returns the component instance in which the current instruction is executing.
6601
6451
  * This is a constant-time version of `nextContent` for the case where we know that we need the
@@ -6605,6 +6455,29 @@ declare function ɵɵanimateLeaveListener(value: AnimationFunction): typeof ɵɵ
6605
6455
  */
6606
6456
  declare function ɵɵcomponentInstance(): unknown;
6607
6457
 
6458
+ /**
6459
+ * Possibly sets up a {@link ɵControl} to manage a native or custom form control.
6460
+ *
6461
+ * Setup occurs if a `field` input is bound to a {@link ɵControl} directive on the current node,
6462
+ * but not to a component. If a `field` input is bound to a component, we assume the component
6463
+ * will manage the control in its own template.
6464
+ *
6465
+ * @codeGenApi
6466
+ */
6467
+ declare function ɵɵcontrolCreate(): void;
6468
+ /**
6469
+ * Updates a `field` property, and possibly other form control properties, on the current element.
6470
+ *
6471
+ * This is a specialized version of the `ɵɵproperty` instruction that handles updating additional
6472
+ * form control properties, if set up to do so by {@link ɵɵcontrolCreate} during creation.
6473
+ *
6474
+ * @param value New value to write.
6475
+ * @param sanitizer An optional function used to sanitize the value.
6476
+ *
6477
+ * @codeGenApi
6478
+ */
6479
+ declare function ɵɵcontrol<T>(value: T, sanitizer?: SanitizerFn | null): void;
6480
+
6608
6481
  /**
6609
6482
  * Creates an LContainer for an ng-template representing a root node
6610
6483
  * of control flow (@if, @switch). We use this to explicitly set
@@ -7201,7 +7074,6 @@ declare function ɵɵnamespaceMathML(): void;
7201
7074
  * @codeGenApi
7202
7075
  */
7203
7076
  declare function ɵɵnamespaceHTML(): void;
7204
- declare function getAnimationElementRemovalRegistry(): AnimationRemovalRegistry;
7205
7077
 
7206
7078
  /**
7207
7079
  * Retrieves a context at the level specified and saves it as the global, contextViewData.
@@ -7713,14 +7585,6 @@ declare function ɵɵtextInterpolate8(prefix: string, v0: any, i0: string, v1: a
7713
7585
  */
7714
7586
  declare function ɵɵtextInterpolateV(values: any[]): typeof ɵɵtextInterpolateV;
7715
7587
 
7716
- /*!
7717
- * @license
7718
- * Copyright Google LLC All Rights Reserved.
7719
- *
7720
- * Use of this source code is governed by an MIT-style license that can be
7721
- * found in the LICENSE file at https://angular.dev/license
7722
- */
7723
-
7724
7588
  /**
7725
7589
  * Update a two-way bound property on a selected element.
7726
7590
  *
@@ -7754,13 +7618,6 @@ declare function ɵɵtwoWayBindingSet<T>(target: unknown, value: T): boolean;
7754
7618
  */
7755
7619
  declare function ɵɵtwoWayListener(eventName: string, listenerFn: EventCallback): typeof ɵɵtwoWayListener;
7756
7620
 
7757
- /*!
7758
- * @license
7759
- * Copyright Google LLC All Rights Reserved.
7760
- *
7761
- * Use of this source code is governed by an MIT-style license that can be
7762
- * found in the LICENSE file at https://angular.dev/license
7763
- */
7764
7621
  /**
7765
7622
  * Declares an `@let` at a specific data slot. Returns itself to allow chaining.
7766
7623
  *
@@ -7785,13 +7642,6 @@ declare function ɵɵstoreLet<T>(value: T): T;
7785
7642
  */
7786
7643
  declare function ɵɵreadContextLet<T>(index: number): T;
7787
7644
 
7788
- /*!
7789
- * @license
7790
- * Copyright Google LLC All Rights Reserved.
7791
- *
7792
- * Use of this source code is governed by an MIT-style license that can be
7793
- * found in the LICENSE file at https://angular.dev/license
7794
- */
7795
7645
  /**
7796
7646
  * Sets the location within the source template at which
7797
7647
  * each element in the current view was defined.
@@ -7804,14 +7654,6 @@ declare function ɵɵreadContextLet<T>(index: number): T;
7804
7654
  */
7805
7655
  declare function ɵɵattachSourceLocations(templatePath: string, locations: [index: number, offset: number, line: number, column: number][]): void;
7806
7656
 
7807
- /*!
7808
- * @license
7809
- * Copyright Google LLC All Rights Reserved.
7810
- *
7811
- * Use of this source code is governed by an MIT-style license that can be
7812
- * found in the LICENSE file at https://angular.dev/license
7813
- */
7814
-
7815
7657
  /**
7816
7658
  * Interpolate a value with a single bound value and no prefixes or suffixes.
7817
7659
  *
@@ -8266,14 +8108,6 @@ declare function ɵɵgetComponentDepsFactory(type: ComponentType<any>, rawImport
8266
8108
  */
8267
8109
  declare function ɵsetClassDebugInfo(type: Type$1<any>, debugInfo: ClassDebugInfo): void;
8268
8110
 
8269
- /*!
8270
- * @license
8271
- * Copyright Google LLC All Rights Reserved.
8272
- *
8273
- * Use of this source code is governed by an MIT-style license that can be
8274
- * found in the LICENSE file at https://angular.dev/license
8275
- */
8276
-
8277
8111
  /** Represents `import.meta` plus some information that's not in the built-in types. */
8278
8112
  type ImportMetaExtended = ImportMeta & {
8279
8113
  hot?: {
@@ -8306,6 +8140,124 @@ declare function ɵɵreplaceMetadata(type: Type$1<unknown>, applyMetadata: (...a
8306
8140
  /** Store a value in the `data` at a given `index`. */
8307
8141
  declare function store<T>(tView: TView, lView: LView, index: number, value: T): void;
8308
8142
 
8143
+ /** A unique symbol used to identify {@link ɵControl} implementations. */
8144
+ declare const ɵCONTROL: unique symbol;
8145
+ /**
8146
+ * A directive that binds a {@link ɵFieldState} to a form control.
8147
+ */
8148
+ interface ɵControl<T> {
8149
+ readonly [ɵCONTROL]: undefined;
8150
+ /** The state of the field bound to this control. */
8151
+ readonly state: Signal<ɵFieldState<T>>;
8152
+ /**
8153
+ * Registers this directive as a control of its associated form field.
8154
+ *
8155
+ * The presence of this directive alone is not sufficient to determine whether it'll control
8156
+ * the bound field. If this directive's host is a component with a `field` input, we assume
8157
+ * the component will forward the bound field to another field directive in its own template,
8158
+ * and do nothing.
8159
+ */
8160
+ ɵregister(): void;
8161
+ /**
8162
+ * Indicates whether this field is bound to an interoperable control.
8163
+ *
8164
+ * This is used for interoperability between signal forms and reactive forms.
8165
+ */
8166
+ readonly ɵhasInteropControl: boolean;
8167
+ /**
8168
+ * Adds event listeners to the associated interoperable control.
8169
+ *
8170
+ * This method should only be called from a template function in create mode if this
8171
+ * {@link ɵhasInteropControl}.
8172
+ */
8173
+ ɵinteropControlCreate(): void;
8174
+ /**
8175
+ * Updates the associated interoperable control.
8176
+ *
8177
+ * This method should only be called from a template function in update mode if this
8178
+ * {@link ɵhasInteropControl}.
8179
+ */
8180
+ ɵinteropControlUpdate(): void;
8181
+ }
8182
+ /**
8183
+ * The state of a form field to be synchronized with its bound control.
8184
+ */
8185
+ interface ɵFieldState<T> {
8186
+ /**
8187
+ * A signal containing the current errors for the field.
8188
+ */
8189
+ readonly errors: Signal<unknown>;
8190
+ /**
8191
+ * A signal indicating whether the field is valid.
8192
+ */
8193
+ readonly invalid: Signal<boolean>;
8194
+ /**
8195
+ * A signal indicating whether the field is currently disabled.
8196
+ */
8197
+ readonly disabled: Signal<boolean>;
8198
+ /**
8199
+ * A signal containing the reasons why the field is currently disabled.
8200
+ */
8201
+ readonly disabledReasons: Signal<unknown>;
8202
+ /**
8203
+ * A signal indicating the field's maximum value, if applicable.
8204
+ *
8205
+ * Applies to `<input>` with a numeric or date `type` attribute and custom controls.
8206
+ */
8207
+ readonly max?: Signal<number | undefined>;
8208
+ /**
8209
+ * A signal indicating the field's maximum string length, if applicable.
8210
+ *
8211
+ * Applies to `<input>`, `<textarea>`, and custom controls.
8212
+ */
8213
+ readonly maxLength?: Signal<number | undefined>;
8214
+ /**
8215
+ * A signal indicating the field's minimum value, if applicable.
8216
+ *
8217
+ * Applies to `<input>` with a numeric or date `type` attribute and custom controls.
8218
+ */
8219
+ readonly min?: Signal<number | undefined>;
8220
+ /**
8221
+ * A signal indicating the field's minimum string length, if applicable.
8222
+ *
8223
+ * Applies to `<input>`, `<textarea>`, and custom controls.
8224
+ */
8225
+ readonly minLength?: Signal<number | undefined>;
8226
+ /**
8227
+ * A signal of a unique name for the field, by default based on the name of its parent field.
8228
+ */
8229
+ readonly name: Signal<string>;
8230
+ /**
8231
+ * A signal indicating the patterns the field must match.
8232
+ */
8233
+ readonly pattern?: Signal<readonly RegExp[]>;
8234
+ /**
8235
+ * A signal indicating whether the field is currently readonly.
8236
+ */
8237
+ readonly readonly: Signal<boolean>;
8238
+ /**
8239
+ * A signal indicating whether the field is required.
8240
+ */
8241
+ readonly required?: Signal<boolean>;
8242
+ /**
8243
+ * A signal indicating whether the field has been touched by the user.
8244
+ */
8245
+ readonly touched: Signal<boolean>;
8246
+ /**
8247
+ * A writable signal containing the value for this field. Updating this signal will update the
8248
+ * data model that the field is bound to.
8249
+ */
8250
+ readonly value: WritableSignal<T>;
8251
+ /**
8252
+ * Sets the dirty status of the field to `true`.
8253
+ */
8254
+ markAsDirty(): void;
8255
+ /**
8256
+ * Sets the touched status of the field to `true`.
8257
+ */
8258
+ markAsTouched(): void;
8259
+ }
8260
+
8309
8261
  type Type = Function;
8310
8262
  type OpaqueValue = unknown;
8311
8263
  declare enum FactoryTarget {
@@ -8383,7 +8335,6 @@ interface R3DeclareComponentFacade extends R3DeclareDirectiveFacade {
8383
8335
  animations?: OpaqueValue;
8384
8336
  changeDetection?: ChangeDetectionStrategy;
8385
8337
  encapsulation?: ViewEncapsulation;
8386
- interpolation?: [string, string];
8387
8338
  preserveWhitespaces?: boolean;
8388
8339
  }
8389
8340
  type R3DeclareTemplateDependencyFacade = {
@@ -8591,13 +8542,6 @@ declare function isNgModule<T>(value: Type$1<T>): value is Type$1<T> & {
8591
8542
  ɵmod: NgModuleDef<T>;
8592
8543
  };
8593
8544
 
8594
- /*!
8595
- * @license
8596
- * Copyright Google LLC All Rights Reserved.
8597
- *
8598
- * Use of this source code is governed by an MIT-style license that can be
8599
- * found in the LICENSE file at https://angular.dev/license
8600
- */
8601
8545
  /**
8602
8546
  * Profiler events is an enum used by the profiler to distinguish between different calls of user
8603
8547
  * code invoked throughout the application lifecycle.
@@ -8749,13 +8693,6 @@ declare function setProfiler(profiler: Profiler | null): () => void;
8749
8693
  */
8750
8694
  declare function applyChanges(component: {}): void;
8751
8695
 
8752
- /*!
8753
- * @license
8754
- * Copyright Google LLC All Rights Reserved.
8755
- *
8756
- * Use of this source code is governed by an MIT-style license that can be
8757
- * found in the LICENSE file at https://angular.dev/license
8758
- */
8759
8696
  /** Retrieved information about a `@defer` block. */
8760
8697
  interface DeferBlockData {
8761
8698
  /** Current state of the block. */
@@ -8842,7 +8779,7 @@ declare function getInjectorMetadata(injector: Injector): {
8842
8779
  declare function getInjectorResolutionPath(injector: Injector): Injector[];
8843
8780
 
8844
8781
  interface DebugSignalGraphNode {
8845
- kind: string;
8782
+ kind: ReactiveNodeKind;
8846
8783
  id: string;
8847
8784
  epoch: number;
8848
8785
  label?: string;
@@ -8904,8 +8841,10 @@ declare function getTransferState(injector: Injector): Record<string, unknown>;
8904
8841
  * tools are patched (window.ng).
8905
8842
  * */
8906
8843
  declare const GLOBAL_PUBLISH_EXPANDO_KEY = "ng";
8907
- interface NgGlobalPublishUtils {
8844
+ interface ExternalGlobalUtils {
8908
8845
  ɵgetLoadedRoutes(route: any): any;
8846
+ ɵnavigateByUrl(router: any, url: string): any;
8847
+ ɵgetRouterInstance(injector: any): any;
8909
8848
  }
8910
8849
  declare const globalUtilsFunctions: {
8911
8850
  /**
@@ -8934,7 +8873,6 @@ declare const globalUtilsFunctions: {
8934
8873
  isSignal: typeof isSignal;
8935
8874
  enableProfiling: typeof enableProfiling$1;
8936
8875
  };
8937
- type ExternalGlobalUtilsFunctions = keyof NgGlobalPublishUtils;
8938
8876
  /**
8939
8877
  * Default debug tools available under `window.ng`.
8940
8878
  */
@@ -8951,12 +8889,12 @@ type GlobalDevModeUtils = {
8951
8889
  */
8952
8890
  type FrameworkAgnosticGlobalUtils = Omit<typeof globalUtilsFunctions, 'getDirectiveMetadata'> & {
8953
8891
  getDirectiveMetadata(directiveOrComponentInstance: any): DirectiveDebugMetadata | null;
8954
- };
8892
+ } & ExternalGlobalUtils;
8955
8893
  /**
8956
8894
  * Publishes the given function to `window.ng` from package other than @angular/core
8957
8895
  * So that it can be used from the browser console when an application is not in production.
8958
8896
  */
8959
- declare function publishExternalGlobalUtil<K extends ExternalGlobalUtilsFunctions>(name: K, fn: NgGlobalPublishUtils[K]): void;
8897
+ declare function publishExternalGlobalUtil<K extends keyof ExternalGlobalUtils>(name: K, fn: ExternalGlobalUtils[K]): void;
8960
8898
 
8961
8899
  /**
8962
8900
  * An `html` sanitizer which converts untrusted `html` **string** into trusted string by removing
@@ -9234,7 +9172,6 @@ declare const depsTracker: DepsTracker;
9234
9172
  *
9235
9173
  * ```angular-ts
9236
9174
  * @Component({
9237
- * standalone: true,
9238
9175
  * template: `Hello {{ name }}!`
9239
9176
  * })
9240
9177
  * class HelloComponent {
@@ -9242,7 +9179,6 @@ declare const depsTracker: DepsTracker;
9242
9179
  * }
9243
9180
  *
9244
9181
  * @Component({
9245
- * standalone: true,
9246
9182
  * template: `<div id="hello-component-host"></div>`
9247
9183
  * })
9248
9184
  * class RootComponent {}
@@ -9279,7 +9215,7 @@ declare const depsTracker: DepsTracker;
9279
9215
  * `[[element1, element2], [element3]]`: projects `element1` and `element2` into one `<ng-content>`,
9280
9216
  * and `element3` into a separate `<ng-content>`.
9281
9217
  * * `directives` (optional): Directives that should be applied to the component.
9282
- * * `binding` (optional): Bindings to apply to the root component.
9218
+ * * `bindings` (optional): Bindings to apply to the root component.
9283
9219
  * @returns ComponentRef instance that represents a given Component.
9284
9220
  *
9285
9221
  * @publicApi
@@ -9343,7 +9279,6 @@ interface ComponentMirror<C> {
9343
9279
  *
9344
9280
  * ```angular-ts
9345
9281
  * @Component({
9346
- * standalone: true,
9347
9282
  * selector: 'foo-component',
9348
9283
  * template: `
9349
9284
  * <ng-content></ng-content>
@@ -9468,5 +9403,5 @@ declare const DOCUMENT: InjectionToken<Document>;
9468
9403
  */
9469
9404
  declare function provideNgReflectAttributes(): EnvironmentProviders;
9470
9405
 
9471
- export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, 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, MAX_ANIMATION_TIMEOUT, 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, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, ANIMATIONS_DISABLED as ɵANIMATIONS_DISABLED, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ChangeDetectionScheduler as ɵChangeDetectionScheduler, ChangeDetectionSchedulerImpl as ɵChangeDetectionSchedulerImpl, 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, ElementRegistry as ɵElementRegistry, 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, NotificationSource as ɵNotificationSource, 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, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAnimationElementRemovalRegistry as ɵgetAnimationElementRemovalRegistry, 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, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, 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, ɵɵAnimationsFeature, ɵɵCopyDefinitionFeature, ɵɵ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, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
9472
- export type { AfterContentChecked, AfterContentInit, AfterRenderOptions, AfterViewChecked, AfterViewInit, AnimationCallbackEvent, AnimationFunction, ApplicationConfig, AttributeDecorator, ComponentMirror, ContentChildDecorator, ContentChildFunction, ContentChildrenDecorator, CreateComputedOptions, DoBootstrap, DoCheck, ForwardRefFn, GetTestability, HostDecorator, ImportProvidersSource, InjectDecorator, InjectableDecorator, InjectableProvider, InputFunction, InputOptions, InputOptionsWithTransform, InputOptionsWithoutTransform, InputSignal, InputSignalWithTransform, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDifferFactory, KeyValueChangeRecord, KeyValueChanges, KeyValueDiffer, KeyValueDifferFactory, ModelFunction, ModelOptions, ModelSignal, NgIterable, NgZoneOptions, OnChanges, OnDestroy, OnInit, OptionalDecorator, PipeTransform, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, AnimationRemovalRegistry as ɵAnimationRemovalRegistry, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵFirstAvailable, ɵFirstAvailableSignal, FrameworkAgnosticGlobalUtils as ɵFrameworkAgnosticGlobalUtils, GlobalDevModeUtils as ɵGlobalDevModeUtils, HydratedNode as ɵHydratedNode, HydrationInfo as ɵHydrationInfo, ImageConfig as ɵImageConfig, InjectorProfilerContext as ɵInjectorProfilerContext, 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 };
9406
+ export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, HydrationStatus as ɵHydrationStatus, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getComponentDef as ɵgetComponentDef, getDirectives as ɵgetDirectives, getDocument as ɵgetDocument, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
9407
+ export type { AfterContentChecked, AfterContentInit, AfterRenderOptions, AfterViewChecked, AfterViewInit, ApplicationConfig, AttributeDecorator, ComponentMirror, ContentChildDecorator, ContentChildFunction, ContentChildrenDecorator, CreateComputedOptions, DoBootstrap, DoCheck, ForwardRefFn, GetTestability, HostDecorator, ImportProvidersSource, InjectDecorator, InjectableDecorator, InjectableProvider, InputFunction, InputOptions, InputOptionsWithTransform, InputOptionsWithoutTransform, InputSignal, InputSignalWithTransform, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDifferFactory, KeyValueChangeRecord, KeyValueChanges, KeyValueDiffer, KeyValueDifferFactory, ModelFunction, ModelOptions, ModelSignal, NgIterable, NgZoneOptions, OnChanges, OnDestroy, OnInit, OptionalDecorator, PipeTransform, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, ɵControl, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵFieldState, ɵFirstAvailable, ɵFirstAvailableSignal, FrameworkAgnosticGlobalUtils as ɵFrameworkAgnosticGlobalUtils, GlobalDevModeUtils as ɵGlobalDevModeUtils, HydratedNode as ɵHydratedNode, HydrationInfo as ɵHydrationInfo, ImageConfig as ɵImageConfig, InjectorProfilerContext as ɵInjectorProfilerContext, 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 };