@angular/core 21.2.1 → 21.2.3

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 (68) hide show
  1. package/fesm2022/_attribute-chunk.mjs +1 -1
  2. package/fesm2022/_debug_node-chunk.mjs +98 -46
  3. package/fesm2022/_debug_node-chunk.mjs.map +1 -1
  4. package/fesm2022/_effect-chunk.mjs +3 -5
  5. package/fesm2022/_effect-chunk.mjs.map +1 -1
  6. package/fesm2022/_effect-chunk2.mjs +6 -5
  7. package/fesm2022/_effect-chunk2.mjs.map +1 -1
  8. package/fesm2022/_not_found-chunk.mjs +1 -1
  9. package/fesm2022/_resource-chunk.mjs +7 -7
  10. package/fesm2022/_resource-chunk.mjs.map +1 -1
  11. package/fesm2022/_untracked-chunk.mjs +2 -3
  12. package/fesm2022/_untracked-chunk.mjs.map +1 -1
  13. package/fesm2022/_weak_ref-chunk.mjs +1 -1
  14. package/fesm2022/core.mjs +5 -33
  15. package/fesm2022/core.mjs.map +1 -1
  16. package/fesm2022/primitives-di.mjs +1 -1
  17. package/fesm2022/primitives-event-dispatch.mjs +1 -1
  18. package/fesm2022/primitives-signals.mjs +1 -1
  19. package/fesm2022/rxjs-interop.mjs +2 -2
  20. package/fesm2022/rxjs-interop.mjs.map +1 -1
  21. package/fesm2022/testing.mjs +1 -1
  22. package/package.json +2 -2
  23. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +1 -1
  24. package/schematics/bundles/application-config-core.cjs +1 -1
  25. package/schematics/bundles/apply_import_manager-CxA_YYgB.cjs +1 -1
  26. package/schematics/bundles/bootstrap-options-migration.cjs +1 -1
  27. package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
  28. package/schematics/bundles/common-to-standalone-migration.cjs +1 -1
  29. package/schematics/bundles/compiler_host-CY14HvaP.cjs +1 -1
  30. package/schematics/bundles/control-flow-migration.cjs +1 -1
  31. package/schematics/bundles/imports-CVmcbVA9.cjs +1 -1
  32. package/schematics/bundles/index-BtLcQH8g.cjs +1 -1
  33. package/schematics/bundles/inject-migration.cjs +1 -1
  34. package/schematics/bundles/leading_space-BTPRV0wu.cjs +1 -1
  35. package/schematics/bundles/migrate_ts_type_references-MWoZx-Cb.cjs +1 -1
  36. package/schematics/bundles/ng_component_template-BOuKAnQd.cjs +1 -1
  37. package/schematics/bundles/ng_decorators-DYy6II6x.cjs +1 -1
  38. package/schematics/bundles/ngclass-to-class-migration.cjs +1 -1
  39. package/schematics/bundles/ngstyle-to-style-migration.cjs +1 -1
  40. package/schematics/bundles/nodes-ZSQ7WZRB.cjs +1 -1
  41. package/schematics/bundles/output-migration.cjs +1 -1
  42. package/schematics/bundles/parse_html-C8eKA9px.cjs +1 -1
  43. package/schematics/bundles/project_paths-D2V-Uh2L.cjs +1 -1
  44. package/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs +1 -1
  45. package/schematics/bundles/property_name-BCpALNpZ.cjs +1 -1
  46. package/schematics/bundles/route-lazy-loading.cjs +1 -1
  47. package/schematics/bundles/router-current-navigation.cjs +1 -1
  48. package/schematics/bundles/router-last-successful-navigation.cjs +1 -1
  49. package/schematics/bundles/router-testing-module-migration.cjs +1 -1
  50. package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
  51. package/schematics/bundles/signal-input-migration.cjs +1 -1
  52. package/schematics/bundles/signal-queries-migration.cjs +1 -1
  53. package/schematics/bundles/signals.cjs +1 -1
  54. package/schematics/bundles/standalone-migration.cjs +1 -1
  55. package/schematics/bundles/symbol-DZeHSR-V.cjs +1 -1
  56. package/types/_api-chunk.d.ts +1 -1
  57. package/types/_chrome_dev_tools_performance-chunk.d.ts +3 -2
  58. package/types/_discovery-chunk.d.ts +96 -58
  59. package/types/_effect-chunk.d.ts +1 -1
  60. package/types/_event_dispatcher-chunk.d.ts +1 -1
  61. package/types/_formatter-chunk.d.ts +1 -1
  62. package/types/_weak_ref-chunk.d.ts +1 -1
  63. package/types/core.d.ts +617 -613
  64. package/types/primitives-di.d.ts +1 -1
  65. package/types/primitives-event-dispatch.d.ts +1 -1
  66. package/types/primitives-signals.d.ts +1 -1
  67. package/types/rxjs-interop.d.ts +2 -1
  68. package/types/testing.d.ts +4 -4
package/types/core.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.2.1
2
+ * @license Angular v21.2.3
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -7,11 +7,12 @@
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, 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
- 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, ControlDirectiveHost as ɵControlDirectiveHost, 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';
10
+ import { InputSignalNode, TypeDecorator, AfterRenderRef, EffectCleanupRegisterFn, SchemaMetadata, ComponentDef, DirectiveDef, PipeDef, CssSelectorList, DirectiveDefFeature, HostBindingsFunction, TAttributes, ContentQueriesFunction, ViewQueriesFunction, ComponentTemplate, TConstantsOrFactory, ComponentDefFeature, ViewEncapsulation as ViewEncapsulation$1, ChangeDetectionStrategy as ChangeDetectionStrategy$1, TypeOrFactory, DependencyTypeList, InputFlags, InputTransformFunction, EmbeddedViewRef, ChangeDetectorRef, LView, ApplicationRef, 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, HostDirectiveConfig, ComponentType, NgModuleScopeInfoFromDecorator, DependencyResolverFn, TDeferDetailsFlags, SanitizerFn, AnimationClassBindingFn, AnimationFunction, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, DehydratedDeferBlock, CompilerOptions, PipeType, DirectiveType, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript } 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, ControlDirectiveHost as ɵControlDirectiveHost, 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, R3Injector as ɵR3Injector, RenderFlags as ɵRenderFlags, TracingAction as ɵTracingAction, TracingService as ɵTracingService, TracingSnapshot as ɵTracingSnapshot, ZONELESS_ENABLED as ɵZONELESS_ENABLED, 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, ResourceStreamItem, WritableResource, ResourceSnapshot, Resource } from './_api-chunk.js';
13
13
  export { BaseResourceOptions, OutputEmitterRef, OutputOptions, PromiseResourceOptions, ResourceLoader, ResourceLoaderParams, StreamingResourceOptions, output, getOutputDestroyRef as ɵgetOutputDestroyRef } from './_api-chunk.js';
14
14
  import './_event_dispatcher-chunk.js';
15
+ import * as _angular_core from '@angular/core';
15
16
  import { Observable, Subscribable } from 'rxjs';
16
17
  export { setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl } from './_weak_ref-chunk.js';
17
18
  export { setCurrentInjector as ɵsetCurrentInjector } from './primitives-di.js';
@@ -208,6 +209,8 @@ interface InputFunction {
208
209
  *
209
210
  * @publicAPI
210
211
  * @initializerApiFunction
212
+ *
213
+ * @see [Accepting data with input properties](guide/components/inputs)
211
214
  */
212
215
  declare const input: InputFunction;
213
216
 
@@ -468,7 +471,7 @@ interface ViewChildFunction {
468
471
  *
469
472
  * ```angular-ts
470
473
  * @Component({template: '<div #el></div><my-component #cmp />'})
471
- * export class TestComponent {
474
+ * export class Card {
472
475
  * divEl = viewChild<ElementRef>('el'); // Signal<ElementRef|undefined>
473
476
  * divElRequired = viewChild.required<ElementRef>('el'); // Signal<ElementRef>
474
477
  * cmp = viewChild(MyComponent); // Signal<MyComponent|undefined>
@@ -541,7 +544,7 @@ interface ContentChildFunction {
541
544
  *
542
545
  * ```ts
543
546
  * @Component({...})
544
- * export class TestComponent {
547
+ * export class Card {
545
548
  * headerEl = contentChild<ElementRef>('h'); // Signal<ElementRef|undefined>
546
549
  * headerElElRequired = contentChild.required<ElementRef>('h'); // Signal<ElementRef>
547
550
  * header = contentChild(MyHeader); // Signal<MyHeader|undefined>
@@ -549,10 +552,12 @@ interface ContentChildFunction {
549
552
  * }
550
553
  * ```
551
554
  *
552
- * Note: By default `descendants` is `true` which means the query will traverse all descendants in the same template.
555
+ * NOTE: By default `descendants` is `true` which means the query will traverse all descendants in the same template.
553
556
  *
554
557
  * @initializerApiFunction
555
558
  * @publicApi 19.0
559
+ *
560
+ * @See [Content queries](guide/components/queries#content-queries)
556
561
  */
557
562
  declare const contentChild: ContentChildFunction;
558
563
  declare function contentChildren<LocatorT>(locator: ProviderToken<LocatorT> | string, opts?: {
@@ -1413,7 +1418,7 @@ interface IterableDifferFactory {
1413
1418
  declare class IterableDiffers {
1414
1419
  private factories;
1415
1420
  /** @nocollapse */
1416
- static ɵprov: unknown;
1421
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<IterableDiffers>;
1417
1422
  constructor(factories: IterableDifferFactory[]);
1418
1423
  static create(factories: IterableDifferFactory[], parent?: IterableDiffers): IterableDiffers;
1419
1424
  /**
@@ -2093,10 +2098,10 @@ interface KeyValueDifferFactory {
2093
2098
  */
2094
2099
  declare class KeyValueDiffers {
2095
2100
  /** @nocollapse */
2096
- static ɵprov: unknown;
2101
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<KeyValueDiffers>;
2097
2102
  private readonly factories;
2098
2103
  constructor(factories: KeyValueDifferFactory[]);
2099
- static create<S>(factories: KeyValueDifferFactory[], parent?: KeyValueDiffers): KeyValueDiffers;
2104
+ static create(factories: KeyValueDifferFactory[], parent?: KeyValueDiffers): KeyValueDiffers;
2100
2105
  /**
2101
2106
  * Takes an array of {@link KeyValueDifferFactory} and returns a provider used to extend the
2102
2107
  * inherited {@link KeyValueDiffers} instance with the provided factories and return a new
@@ -2117,7 +2122,7 @@ declare class KeyValueDiffers {
2117
2122
  * })
2118
2123
  * ```
2119
2124
  */
2120
- static extend<S>(factories: KeyValueDifferFactory[]): StaticProvider;
2125
+ static extend(factories: KeyValueDifferFactory[]): StaticProvider;
2121
2126
  find(kv: any): KeyValueDifferFactory;
2122
2127
  }
2123
2128
 
@@ -3024,7 +3029,7 @@ declare function ɵɵdefineNgModule<T>(def: {
3024
3029
  schemas?: SchemaMetadata[] | null;
3025
3030
  /** Unique ID for the module that is used with `getModuleFactory`. */
3026
3031
  id?: string | null;
3027
- }): unknown;
3032
+ }): NgModuleDef<T>;
3028
3033
  /**
3029
3034
  * Create a directive definition object.
3030
3035
  *
@@ -3069,7 +3074,7 @@ declare function ɵɵdefinePipe<T>(pipeDef: {
3069
3074
  * Whether the pipe is standalone.
3070
3075
  */
3071
3076
  standalone?: boolean;
3072
- }): unknown;
3077
+ }): PipeDef<T>;
3073
3078
 
3074
3079
  /**
3075
3080
  * If a given component has unresolved async metadata - returns a reference
@@ -3099,9 +3104,7 @@ declare function setClassMetadata(type: Type$1<any>, decorators: any[] | null, c
3099
3104
  [field: string]: any;
3100
3105
  } | null): void;
3101
3106
 
3102
- interface ChangeDetectorRefInterface extends ChangeDetectorRef {
3103
- }
3104
- declare class ViewRef<T> implements EmbeddedViewRef<T>, ChangeDetectorRefInterface {
3107
+ declare class ViewRef<T> implements EmbeddedViewRef<T>, ChangeDetectorRef {
3105
3108
  /**
3106
3109
  * This represents the `LView` associated with the point where `ChangeDetectorRef` was
3107
3110
  * requested.
@@ -3368,6 +3371,7 @@ declare class ComponentFactory<T> extends ComponentFactory$1<T> {
3368
3371
  */
3369
3372
  constructor(componentDef: ComponentDef<any>, ngModule?: NgModuleRef$1<any> | undefined);
3370
3373
  create(injector: Injector, projectableNodes?: any[][] | undefined, rootSelectorOrNode?: any, environmentInjector?: NgModuleRef$1<any> | EnvironmentInjector | undefined, directives?: (Type$1<unknown> | DirectiveWithBindings<unknown>)[], componentBindings?: Binding[]): ComponentRef$1<T>;
3374
+ private createComponentRef;
3371
3375
  }
3372
3376
  /**
3373
3377
  * Represents an instance of a Component created via a {@link ComponentFactory}.
@@ -3841,8 +3845,8 @@ declare function internalProvideZoneChangeDetection({ ngZoneFactory, scheduleInR
3841
3845
  * Provides `NgZone`-based change detection for the application bootstrapped using
3842
3846
  * `bootstrapApplication`.
3843
3847
  *
3844
- * `NgZone` is already provided in applications by default. This provider allows you to configure
3845
- * options like `eventCoalescing` in the `NgZone`.
3848
+ * Add this provider to use `NgZone`/ZoneJS-based change detection and configure options like
3849
+ * `eventCoalescing` in the `NgZone`.
3846
3850
  *
3847
3851
  * If you need this provider function in an NgModule-based application, pass it as `applicationProviders` to `bootstrapModule()`.
3848
3852
  *
@@ -3995,7 +3999,7 @@ declare class PendingTasks {
3995
3999
  */
3996
4000
  run(fn: () => Promise<unknown>): void;
3997
4001
  /** @nocollapse */
3998
- static ɵprov: unknown;
4002
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<PendingTasks>;
3999
4003
  }
4000
4004
 
4001
4005
  /**
@@ -5030,7 +5034,7 @@ declare function makeStateKey<T = void>(key: string): StateKey<T>;
5030
5034
  */
5031
5035
  declare class TransferState {
5032
5036
  /** @nocollapse */
5033
- static ɵprov: unknown;
5037
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<TransferState>;
5034
5038
  private onSerializeCallbacks;
5035
5039
  /**
5036
5040
  * Get the value corresponding to a key. Return `defaultValue` if key is not found.
@@ -5316,7 +5320,7 @@ declare class PendingTasksInternal implements OnDestroy {
5316
5320
  remove(taskId: number): void;
5317
5321
  ngOnDestroy(): void;
5318
5322
  /** @nocollapse */
5319
- static ɵprov: unknown;
5323
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<PendingTasksInternal>;
5320
5324
  }
5321
5325
 
5322
5326
  /**
@@ -5734,110 +5738,129 @@ declare class ResourceImpl<T, R> extends BaseWritableResource<T> implements Reso
5734
5738
  }
5735
5739
  declare function encapsulateResourceError(error: unknown): Error;
5736
5740
 
5737
- /**
5738
- * Gets the class name of the closest component to a node.
5739
- * Warning! this function will return minified names if the name of the component is minified. The
5740
- * consumer of the function is responsible for resolving the minified name to its original name.
5741
- * @param node Node from which to start the search.
5742
- */
5743
- declare function getClosestComponentName(node: Node): string | null;
5741
+ declare function ɵɵControlFeature(passThroughInput: string | null): (definition: DirectiveDef<unknown>) => void;
5744
5742
 
5745
5743
  /**
5746
- * The following getter methods retrieve the definition from the type. Currently the retrieval
5747
- * honors inheritance, but in the future we may change the rule to require that definitions are
5748
- * explicit. This would require some sort of migration strategy.
5749
- */
5750
- declare function getComponentDef<T>(type: any): ComponentDef<T> | null;
5751
- /**
5752
- * Checks whether a given Component, Directive or Pipe is marked as standalone.
5753
- * This will return false if passed anything other than a Component, Directive, or Pipe class
5744
+ * This feature adds the host directives behavior to a directive definition by patching a
5745
+ * function onto it. The expectation is that the runtime will invoke the function during
5746
+ * directive matching.
5754
5747
  *
5755
- * @param type A reference to a Component, Directive or Pipe.
5756
- * @publicApi
5748
+ * For example:
5749
+ * ```ts
5750
+ * class ComponentWithHostDirective {
5751
+ * static ɵcmp = defineComponent({
5752
+ * type: ComponentWithHostDirective,
5753
+ * features: [ɵɵHostDirectivesFeature([
5754
+ * SimpleHostDirective,
5755
+ * {directive: AdvancedHostDirective, inputs: ['foo: alias'], outputs: ['bar']},
5756
+ * ])]
5757
+ * });
5758
+ * }
5759
+ * ```
5760
+ *
5761
+ * @codeGenApi
5757
5762
  */
5758
- declare function isStandalone(type: Type$1<unknown>): boolean;
5763
+ declare function ɵɵHostDirectivesFeature(rawHostDirectives: HostDirectiveConfig[] | (() => HostDirectiveConfig[])): DirectiveDefFeature;
5759
5764
 
5760
5765
  /**
5761
- * TODO(incremental-hydration): Remove this file entirely once PromiseWithResolvers lands in stable
5762
- * node / TS.
5766
+ * Merges the definition from a super class to a sub class.
5767
+ * @param definition The definition that is a SubClass of another directive of component
5768
+ *
5769
+ * @codeGenApi
5763
5770
  */
5764
- interface PromiseWithResolvers<T> {
5765
- promise: Promise<T>;
5766
- resolve: (value: T | PromiseLike<T>) => void;
5767
- reject: (reason?: any) => void;
5768
- }
5771
+ declare function ɵɵInheritDefinitionFeature(definition: DirectiveDef<any> | ComponentDef<any>): void;
5772
+
5769
5773
  /**
5770
- * Replace with `Promise.withResolvers()` once it's available.
5771
- * NET September 2026
5774
+ * The NgOnChangesFeature decorates a component with support for the ngOnChanges
5775
+ * lifecycle hook, so it should be included in any component that implements
5776
+ * that hook.
5772
5777
  *
5773
- * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/withResolvers.
5778
+ * If the component or directive uses inheritance, the NgOnChangesFeature MUST
5779
+ * be included as a feature AFTER {@link InheritDefinitionFeature}, otherwise
5780
+ * inherited properties will not be propagated to the ngOnChanges lifecycle
5781
+ * hook.
5782
+ *
5783
+ * Example usage:
5784
+ *
5785
+ * ```ts
5786
+ * static ɵcmp = defineComponent({
5787
+ * ...
5788
+ * inputs: {name: 'publicName'},
5789
+ * features: [NgOnChangesFeature]
5790
+ * });
5791
+ * ```
5792
+ *
5793
+ * @codeGenApi
5774
5794
  */
5775
- declare function promiseWithResolvers<T>(): {
5776
- promise: Promise<T>;
5777
- resolve: (value: T | PromiseLike<T>) => void;
5778
- reject: (reason?: any) => void;
5779
- };
5795
+ declare const ɵɵNgOnChangesFeature: () => DirectiveDefFeature;
5780
5796
 
5781
5797
  /**
5782
- * An internal injection token to reference `DehydratedBlockRegistry` implementation
5783
- * in a tree-shakable way.
5798
+ * This feature resolves the providers of a directive (or component),
5799
+ * and publish them into the DI system, making it visible to others for injection.
5800
+ *
5801
+ * For example:
5802
+ * ```ts
5803
+ * class ComponentWithProviders {
5804
+ * constructor(private greeter: GreeterDE) {}
5805
+ *
5806
+ * static ɵcmp = defineComponent({
5807
+ * type: ComponentWithProviders,
5808
+ * selectors: [['component-with-providers']],
5809
+ * factory: () => new ComponentWithProviders(directiveInject(GreeterDE as any)),
5810
+ * decls: 1,
5811
+ * vars: 1,
5812
+ * template: function(fs: RenderFlags, ctx: ComponentWithProviders) {
5813
+ * if (fs & RenderFlags.Create) {
5814
+ * ɵɵtext(0);
5815
+ * }
5816
+ * if (fs & RenderFlags.Update) {
5817
+ * ɵɵtextInterpolate(ctx.greeter.greet());
5818
+ * }
5819
+ * },
5820
+ * features: [ɵɵProvidersFeature([GreeterDE])]
5821
+ * });
5822
+ * }
5823
+ * ```
5824
+ *
5825
+ * @param definition
5826
+ *
5827
+ * @codeGenApi
5784
5828
  */
5785
- declare const DEHYDRATED_BLOCK_REGISTRY: InjectionToken<DehydratedBlockRegistry>;
5829
+ declare function ɵɵProvidersFeature<T>(providers: Provider[], viewProviders: Provider[]): (definition: DirectiveDef<T>) => void;
5830
+
5786
5831
  /**
5787
- * The DehydratedBlockRegistry is used for incremental hydration purposes. It keeps
5788
- * track of the Defer Blocks that need hydration so we can effectively
5789
- * navigate up to the top dehydrated defer block and fire appropriate cleanup
5790
- * functions post hydration.
5832
+ * A feature that adds support for external runtime styles for a component.
5833
+ * An external runtime style is a URL to a CSS stylesheet that contains the styles
5834
+ * for a given component. For browsers, this URL will be used in an appended `link` element
5835
+ * when the component is rendered. This feature is typically used for Hot Module Replacement
5836
+ * (HMR) of component stylesheets by leveraging preexisting global stylesheet HMR available
5837
+ * in most development servers.
5838
+ *
5839
+ * @codeGenApi
5791
5840
  */
5792
- declare class DehydratedBlockRegistry {
5793
- private registry;
5794
- private cleanupFns;
5795
- private jsActionMap;
5796
- private contract;
5797
- add(blockId: string, info: DehydratedDeferBlock): void;
5798
- get(blockId: string): DehydratedDeferBlock | null;
5799
- has(blockId: string): boolean;
5800
- cleanup(hydratedBlocks: string[]): void;
5801
- get size(): number;
5802
- addCleanupFn(blockId: string, fn: Function): void;
5803
- invokeTriggerCleanupFns(blockId: string): void;
5804
- hydrating: Map<string, PromiseWithResolvers<void>>;
5805
- private awaitingCallbacks;
5806
- awaitParentBlock(topmostParentBlock: string, callback: Function): void;
5807
- /** @nocollapse */
5808
- static ɵprov: unknown;
5809
- }
5841
+ declare function ɵɵExternalStylesFeature(styleUrls: string[]): ComponentDefFeature;
5810
5842
 
5811
5843
  /**
5812
- * Helper service to schedule `setTimeout`s for batches of defer blocks,
5813
- * to avoid calling `setTimeout` for each defer block (e.g. if defer blocks
5814
- * are created inside a for loop).
5844
+ * Generated next to NgModules to monkey-patch directive and pipe references onto a component's
5845
+ * definition, when generating a direct reference in the component file would otherwise create an
5846
+ * import cycle.
5847
+ *
5848
+ * See [this explanation](https://hackmd.io/Odw80D0pR6yfsOjg_7XCJg?view) for more details.
5849
+ *
5850
+ * @codeGenApi
5815
5851
  */
5816
- declare class TimerScheduler implements OnDestroy {
5817
- executingCallbacks: boolean;
5818
- timeoutId: number | null;
5819
- invokeTimerAt: number | null;
5820
- current: Array<number | VoidFunction>;
5821
- deferred: Array<number | VoidFunction>;
5822
- add(delay: number, callback: VoidFunction, ngZone: NgZone): void;
5823
- remove(callback: VoidFunction): void;
5824
- private addToQueue;
5825
- private removeFromQueue;
5826
- private scheduleTimer;
5827
- private clearTimeout;
5828
- ngOnDestroy(): void;
5829
- /** @nocollapse */
5830
- static ɵprov: unknown;
5831
- }
5832
-
5852
+ declare function ɵɵsetComponentScope(type: ComponentType<any>, directives: Type$1<any>[] | (() => Type$1<any>[]), pipes: Type$1<any>[] | (() => Type$1<any>[])): void;
5833
5853
  /**
5834
- * Utility function used during template type checking to assert that a value is of a certain type.
5854
+ * Adds the module metadata that is necessary to compute the module's transitive scope to an
5855
+ * existing module definition.
5856
+ *
5857
+ * Scope metadata of modules is not used in production builds, so calls to this function can be
5858
+ * marked pure to tree-shake it from the bundle, allowing for all referenced declarations
5859
+ * to become eligible for tree-shaking as well.
5860
+ *
5835
5861
  * @codeGenApi
5836
5862
  */
5837
- declare function ɵassertType<T>(value: unknown): asserts value is T;
5838
-
5839
- /** Tracks the IDs of LViews with leaving animations. */
5840
- declare const allLeavingAnimations: Set<number>;
5863
+ declare function ɵɵsetNgModuleScope(type: any, scope: NgModuleScopeInfoFromDecorator): unknown;
5841
5864
 
5842
5865
  /**
5843
5866
  * Profiler events is an enum used by the profiler to distinguish between different calls of user
@@ -5973,438 +5996,63 @@ declare enum Framework {
5973
5996
  Wiz = "wiz"
5974
5997
  }
5975
5998
 
5976
- declare function compileNgModuleFactory<M>(injector: Injector, options: CompilerOptions, moduleType: Type$1<M>): Promise<NgModuleFactory$1<M>>;
5977
-
5978
5999
  /**
5979
- * Create a new `Injector` which is configured using a `defType` of `InjectorType<any>`s.
6000
+ * Retrieves the component instance associated with a given DOM element.
6001
+ *
6002
+ * @usageNotes
6003
+ * Given the following DOM structure:
6004
+ *
6005
+ * ```html
6006
+ * <app-root>
6007
+ * <div>
6008
+ * <child-comp></child-comp>
6009
+ * </div>
6010
+ * </app-root>
6011
+ * ```
6012
+ *
6013
+ * Calling `getComponent` on `<child-comp>` will return the instance of `ChildComponent`
6014
+ * associated with this DOM element.
6015
+ *
6016
+ * Calling the function on `<app-root>` will return the `MyApp` instance.
6017
+ *
6018
+ *
6019
+ * @param element DOM element from which the component should be retrieved.
6020
+ * @returns Component instance associated with the element or `null` if there
6021
+ * is no component associated with it.
6022
+ *
6023
+ * @publicApi
5980
6024
  */
5981
- declare function createInjector(defType: any, parent?: Injector | null, additionalProviders?: Array<Provider | StaticProvider> | null, name?: string): Injector;
5982
-
6025
+ declare function getComponent<T>(element: Element): T | null;
5983
6026
  /**
5984
- * Adds the given NgModule type to Angular's NgModule registry.
6027
+ * If inside an embedded view (e.g. `*ngIf` or `*ngFor`), retrieves the context of the embedded
6028
+ * view that the element is part of. Otherwise retrieves the instance of the component whose view
6029
+ * owns the element (in this case, the result is the same as calling `getOwningComponent`).
5985
6030
  *
5986
- * This is generated as a side-effect of NgModule compilation. Note that the `id` is passed in
5987
- * explicitly and not read from the NgModule definition. This is for two reasons: it avoids a
5988
- * megamorphic read, and in JIT there's a chicken-and-egg problem where the NgModule may not be
5989
- * fully resolved when it's registered.
6031
+ * @param element Element for which to get the surrounding component instance.
6032
+ * @returns Instance of the component that is around the element or null if the element isn't
6033
+ * inside any component.
5990
6034
  *
5991
- * @codeGenApi
6035
+ * @publicApi
5992
6036
  */
5993
- declare function registerNgModuleType(ngModuleType: NgModuleType, id: string): void;
6037
+ declare function getContext<T extends {}>(element: Element): T | null;
5994
6038
  /**
5995
- * Control whether the NgModule registration system enforces that each NgModule type registered has
5996
- * a unique id.
6039
+ * Retrieves the component instance whose view contains the DOM element.
5997
6040
  *
5998
- * This is useful for testing as the NgModule registry cannot be properly reset between tests with
5999
- * Angular's current API.
6041
+ * For example, if `<child-comp>` is used in the template of `<app-comp>`
6042
+ * (i.e. a `ViewChild` of `<app-comp>`), calling `getOwningComponent` on `<child-comp>`
6043
+ * would return `<app-comp>`.
6044
+ *
6045
+ * @param elementOrDir DOM element, component or directive instance
6046
+ * for which to retrieve the root components.
6047
+ * @returns Component instance whose view owns the DOM element or null if the element is not
6048
+ * part of a component view.
6049
+ *
6050
+ * @publicApi
6000
6051
  */
6001
- declare function setAllowDuplicateNgModuleIdsForTest(allowDuplicates: boolean): void;
6002
-
6052
+ declare function getOwningComponent<T>(elementOrDir: Element | {}): T | null;
6003
6053
  /**
6004
- * The internal view context which is specific to a given DOM element, directive or
6005
- * component instance. Each value in here (besides the LView and element node details)
6006
- * can be present, null or undefined. If undefined then it implies the value has not been
6007
- * looked up yet, otherwise, if null, then a lookup was executed and nothing was found.
6008
- *
6009
- * Each value will get filled when the respective value is examined within the getContext
6010
- * function. The component, element and each directive instance will share the same instance
6011
- * of the context.
6012
- */
6013
- declare class LContext {
6014
- /**
6015
- * ID of the component's parent view data.
6016
- */
6017
- private lViewId;
6018
- /**
6019
- * The index instance of the node.
6020
- */
6021
- nodeIndex: number;
6022
- /**
6023
- * The instance of the DOM node that is attached to the lNode.
6024
- */
6025
- native: RNode;
6026
- /**
6027
- * The instance of the Component node.
6028
- */
6029
- component: {} | null | undefined;
6030
- /**
6031
- * The list of active directives that exist on this element.
6032
- */
6033
- directives: any[] | null | undefined;
6034
- /**
6035
- * The map of local references (local reference name => element or directive instance) that
6036
- * exist on this element.
6037
- */
6038
- localRefs: {
6039
- [key: string]: any;
6040
- } | null | undefined;
6041
- /** Component's parent view data. */
6042
- get lView(): LView | null;
6043
- constructor(
6044
- /**
6045
- * ID of the component's parent view data.
6046
- */
6047
- lViewId: number,
6048
- /**
6049
- * The index instance of the node.
6050
- */
6051
- nodeIndex: number,
6052
- /**
6053
- * The instance of the DOM node that is attached to the lNode.
6054
- */
6055
- native: RNode);
6056
- }
6057
-
6058
- /**
6059
- * Returns the matching `LContext` data for a given DOM node, directive or component instance.
6060
- *
6061
- * This function will examine the provided DOM element, component, or directive instance\'s
6062
- * monkey-patched property to derive the `LContext` data. Once called then the monkey-patched
6063
- * value will be that of the newly created `LContext`.
6064
- *
6065
- * If the monkey-patched value is the `LView` instance then the context value for that
6066
- * target will be created and the monkey-patch reference will be updated. Therefore when this
6067
- * function is called it may mutate the provided element\'s, component\'s or any of the associated
6068
- * directive\'s monkey-patch values.
6069
- *
6070
- * If the monkey-patch value is not detected then the code will walk up the DOM until an element
6071
- * is found which contains a monkey-patch reference. When that occurs then the provided element
6072
- * will be updated with a new context (which is then returned). If the monkey-patch value is not
6073
- * detected for a component/directive instance then it will throw an error (all components and
6074
- * directives should be automatically monkey-patched by ivy).
6075
- *
6076
- * @param target Component, Directive or DOM Node.
6077
- */
6078
- declare function getLContext(target: any): LContext | null;
6079
-
6080
- /**
6081
- * Represents the set of dependencies of a type in a certain context.
6082
- */
6083
- interface ScopeData {
6084
- pipes: Set<PipeType<any>>;
6085
- directives: Set<DirectiveType<any> | ComponentType<any> | Type$1<any>>;
6086
- /**
6087
- * If true it indicates that calculating this scope somehow was not successful. The consumers
6088
- * should interpret this as empty dependencies. The application of this flag is when calculating
6089
- * scope recursively, the presence of this flag in a scope dependency implies that the scope is
6090
- * also poisoned and thus we can return immediately without having to continue the recursion. The
6091
- * reason for this error is displayed as an error message in the console as per JIT behavior
6092
- * today. In addition to that, in local compilation the other build/compilations run in parallel
6093
- * with local compilation may or may not reveal some details about the error as well.
6094
- */
6095
- isPoisoned?: boolean;
6096
- }
6097
- /**
6098
- * Represents scope data for standalone components as calculated during runtime by the deps
6099
- * tracker.
6100
- */
6101
- interface StandaloneCompScopeData extends ScopeData {
6102
- ngModules: Set<NgModuleType<any>>;
6103
- }
6104
- /** Represents scope data for NgModule as calculated during runtime by the deps tracker. */
6105
- interface NgModuleScope {
6106
- compilation: ScopeData;
6107
- exported: ScopeData;
6108
- }
6109
- /**
6110
- * Represents scope data for standalone component as calculated during runtime by the deps tracker.
6111
- */
6112
- interface StandaloneComponentScope {
6113
- compilation: StandaloneCompScopeData;
6114
- }
6115
- /** Component dependencies info as calculated during runtime by the deps tracker. */
6116
- interface ComponentDependencies {
6117
- dependencies: DependencyTypeList;
6118
- }
6119
- /**
6120
- * Public API for runtime deps tracker (RDT).
6121
- *
6122
- * All downstream tools should only use these methods.
6123
- */
6124
- interface DepsTrackerApi {
6125
- /**
6126
- * Computes the component dependencies, i.e., a set of components/directive/pipes that could be
6127
- * present in the component's template (This set might contain directives/components/pipes not
6128
- * necessarily used in the component's template depending on the implementation).
6129
- *
6130
- * Standalone components should specify `rawImports` as this information is not available from
6131
- * their type. The consumer (e.g., {@link getStandaloneDefFunctions}) is expected to pass this
6132
- * parameter.
6133
- *
6134
- * The implementation is expected to use some caching mechanism in order to optimize the resources
6135
- * needed to do this computation.
6136
- */
6137
- getComponentDependencies(cmp: ComponentType<any>, rawImports?: (Type$1<any> | (() => Type$1<any>))[]): ComponentDependencies;
6138
- /**
6139
- * Registers an NgModule into the tracker with the given scope info.
6140
- *
6141
- * This method should be called for every NgModule whether it is compiled in local mode or not.
6142
- * This is needed in order to compute component's dependencies as some dependencies might be in
6143
- * different compilation units with different compilation mode.
6144
- */
6145
- registerNgModule(type: Type$1<any>, scopeInfo: NgModuleScopeInfoFromDecorator): void;
6146
- /**
6147
- * Clears the scope cache for NgModule or standalone component. This will force re-calculation of
6148
- * the scope, which could be an expensive operation as it involves aggregating transitive closure.
6149
- *
6150
- * The main application of this method is for test beds where we want to clear the cache to
6151
- * enforce scope update after overriding.
6152
- */
6153
- clearScopeCacheFor(type: Type$1<any>): void;
6154
- /**
6155
- * Returns the scope of NgModule. Mainly to be used by JIT and test bed.
6156
- *
6157
- * The scope value here is memoized. To enforce a new calculation bust the cache by using
6158
- * `clearScopeCacheFor` method.
6159
- */
6160
- getNgModuleScope(type: NgModuleType<any>): NgModuleScope;
6161
- /**
6162
- * Returns the scope of standalone component. Mainly to be used by JIT. This method should be
6163
- * called lazily after the initial parsing so that all the forward refs can be resolved.
6164
- *
6165
- * @param rawImports the imports statement as appears on the component decorate which consists of
6166
- * Type as well as forward refs.
6167
- *
6168
- * The scope value here is memoized. To enforce a new calculation bust the cache by using
6169
- * `clearScopeCacheFor` method.
6170
- */
6171
- getStandaloneComponentScope(type: ComponentType<any>, rawImports: (Type$1<any> | (() => Type$1<any>))[]): StandaloneComponentScope;
6172
- /**
6173
- * Checks if the NgModule declaring the component is not loaded into the browser yet. Always
6174
- * returns false for standalone components.
6175
- */
6176
- isOrphanComponent(cmp: ComponentType<any>): boolean;
6177
- }
6178
-
6179
- /**
6180
- * An implementation of DepsTrackerApi which will be used for JIT and local compilation.
6181
- */
6182
- declare class DepsTracker implements DepsTrackerApi {
6183
- private ownerNgModule;
6184
- private ngModulesWithSomeUnresolvedDecls;
6185
- private ngModulesScopeCache;
6186
- private standaloneComponentsScopeCache;
6187
- /**
6188
- * Attempts to resolve ng module's forward ref declarations as much as possible and add them to
6189
- * the `ownerNgModule` map. This method normally should be called after the initial parsing when
6190
- * all the forward refs are resolved (e.g., when trying to render a component)
6191
- */
6192
- private resolveNgModulesDecls;
6193
- /** @override */
6194
- getComponentDependencies(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): ComponentDependencies;
6195
- /**
6196
- * @override
6197
- * This implementation does not make use of param scopeInfo since it assumes the scope info is
6198
- * already added to the type itself through methods like {@link ɵɵsetNgModuleScope}
6199
- */
6200
- registerNgModule(type: Type$1<any>, scopeInfo: NgModuleScopeInfoFromDecorator): void;
6201
- /** @override */
6202
- clearScopeCacheFor(type: Type$1<any>): void;
6203
- /** @override */
6204
- getNgModuleScope(type: NgModuleType<any>): NgModuleScope;
6205
- /** Compute NgModule scope afresh. */
6206
- private computeNgModuleScope;
6207
- /** @override */
6208
- getStandaloneComponentScope(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): StandaloneComponentScope;
6209
- private computeStandaloneComponentScope;
6210
- /** @override */
6211
- isOrphanComponent(cmp: Type$1<any>): boolean;
6212
- }
6213
- /** The deps tracker to be used in the current Angular app in dev mode. */
6214
- declare const depsTracker: DepsTracker;
6215
-
6216
- declare const NG_COMP_DEF: string;
6217
- declare const NG_DIR_DEF: string;
6218
- declare const NG_PIPE_DEF: string;
6219
- declare const NG_MOD_DEF: string;
6220
- /**
6221
- * If a directive is diPublic, bloomAdd sets a property on the type with this constant as
6222
- * the key and the directive's unique ID as the value. This allows us to map directives to their
6223
- * bloom filter bit for DI.
6224
- */
6225
- declare const NG_ELEMENT_ID: string;
6226
-
6227
- declare function ɵɵControlFeature(passThroughInput: string | null): (definition: DirectiveDef<unknown>) => void;
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({
6293
- * type: ComponentWithProviders,
6294
- * selectors: [['component-with-providers']],
6295
- * factory: () => new ComponentWithProviders(directiveInject(GreeterDE as any)),
6296
- * decls: 1,
6297
- * vars: 1,
6298
- * template: function(fs: RenderFlags, ctx: ComponentWithProviders) {
6299
- * if (fs & RenderFlags.Create) {
6300
- * ɵɵtext(0);
6301
- * }
6302
- * if (fs & RenderFlags.Update) {
6303
- * ɵɵtextInterpolate(ctx.greeter.greet());
6304
- * }
6305
- * },
6306
- * features: [ɵɵProvidersFeature([GreeterDE])]
6307
- * });
6308
- * }
6309
- * ```
6310
- *
6311
- * @param definition
6312
- *
6313
- * @codeGenApi
6314
- */
6315
- declare function ɵɵProvidersFeature<T>(providers: Provider[], viewProviders: Provider[]): (definition: DirectiveDef<T>) => void;
6316
-
6317
- /**
6318
- * A feature that adds support for external runtime styles for a component.
6319
- * An external runtime style is a URL to a CSS stylesheet that contains the styles
6320
- * for a given component. For browsers, this URL will be used in an appended `link` element
6321
- * when the component is rendered. This feature is typically used for Hot Module Replacement
6322
- * (HMR) of component stylesheets by leveraging preexisting global stylesheet HMR available
6323
- * in most development servers.
6324
- *
6325
- * @codeGenApi
6326
- */
6327
- declare function ɵɵExternalStylesFeature(styleUrls: string[]): ComponentDefFeature;
6328
-
6329
- /**
6330
- * Generated next to NgModules to monkey-patch directive and pipe references onto a component's
6331
- * definition, when generating a direct reference in the component file would otherwise create an
6332
- * import cycle.
6333
- *
6334
- * See [this explanation](https://hackmd.io/Odw80D0pR6yfsOjg_7XCJg?view) for more details.
6335
- *
6336
- * @codeGenApi
6337
- */
6338
- declare function ɵɵsetComponentScope(type: ComponentType<any>, directives: Type$1<any>[] | (() => Type$1<any>[]), pipes: Type$1<any>[] | (() => Type$1<any>[])): void;
6339
- /**
6340
- * Adds the module metadata that is necessary to compute the module's transitive scope to an
6341
- * existing module definition.
6342
- *
6343
- * Scope metadata of modules is not used in production builds, so calls to this function can be
6344
- * marked pure to tree-shake it from the bundle, allowing for all referenced declarations
6345
- * to become eligible for tree-shaking as well.
6346
- *
6347
- * @codeGenApi
6348
- */
6349
- declare function ɵɵsetNgModuleScope(type: any, scope: NgModuleScopeInfoFromDecorator): unknown;
6350
-
6351
- /**
6352
- * Retrieves the component instance associated with a given DOM element.
6353
- *
6354
- * @usageNotes
6355
- * Given the following DOM structure:
6356
- *
6357
- * ```html
6358
- * <app-root>
6359
- * <div>
6360
- * <child-comp></child-comp>
6361
- * </div>
6362
- * </app-root>
6363
- * ```
6364
- *
6365
- * Calling `getComponent` on `<child-comp>` will return the instance of `ChildComponent`
6366
- * associated with this DOM element.
6367
- *
6368
- * Calling the function on `<app-root>` will return the `MyApp` instance.
6369
- *
6370
- *
6371
- * @param element DOM element from which the component should be retrieved.
6372
- * @returns Component instance associated with the element or `null` if there
6373
- * is no component associated with it.
6374
- *
6375
- * @publicApi
6376
- */
6377
- declare function getComponent<T>(element: Element): T | null;
6378
- /**
6379
- * If inside an embedded view (e.g. `*ngIf` or `*ngFor`), retrieves the context of the embedded
6380
- * view that the element is part of. Otherwise retrieves the instance of the component whose view
6381
- * owns the element (in this case, the result is the same as calling `getOwningComponent`).
6382
- *
6383
- * @param element Element for which to get the surrounding component instance.
6384
- * @returns Instance of the component that is around the element or null if the element isn't
6385
- * inside any component.
6386
- *
6387
- * @publicApi
6388
- */
6389
- declare function getContext<T extends {}>(element: Element): T | null;
6390
- /**
6391
- * Retrieves the component instance whose view contains the DOM element.
6392
- *
6393
- * For example, if `<child-comp>` is used in the template of `<app-comp>`
6394
- * (i.e. a `ViewChild` of `<app-comp>`), calling `getOwningComponent` on `<child-comp>`
6395
- * would return `<app-comp>`.
6396
- *
6397
- * @param elementOrDir DOM element, component or directive instance
6398
- * for which to retrieve the root components.
6399
- * @returns Component instance whose view owns the DOM element or null if the element is not
6400
- * part of a component view.
6401
- *
6402
- * @publicApi
6403
- */
6404
- declare function getOwningComponent<T>(elementOrDir: Element | {}): T | null;
6405
- /**
6406
- * Retrieves all root components associated with a DOM element, directive or component instance.
6407
- * Root components are those which have been bootstrapped by Angular.
6054
+ * Retrieves all root components associated with a DOM element, directive or component instance.
6055
+ * Root components are those which have been bootstrapped by Angular.
6408
6056
  *
6409
6057
  * @param elementOrDir DOM element, component or directive instance
6410
6058
  * for which to retrieve the root components.
@@ -8362,7 +8010,23 @@ declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any
8362
8010
  *
8363
8011
  * @codeGenApi
8364
8012
  */
8365
- declare function ɵɵpureFunction4(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, thisArg?: any): any;
8013
+ declare function ɵɵpureFunction4(slotOffset: number, pureFn: (v1: any, v2: any, v3: any, v4: any) => any, exp1: any, exp2: any, exp3: any, exp4: any, thisArg?: any): any;
8014
+ /**
8015
+ * If the value of any provided exp has changed, calls the pure function to return
8016
+ * an updated value. Or if no values have changed, returns cached value.
8017
+ *
8018
+ * @param slotOffset the offset from binding root to the reserved slot
8019
+ * @param pureFn
8020
+ * @param exp1
8021
+ * @param exp2
8022
+ * @param exp3
8023
+ * @param exp4
8024
+ * @param exp5
8025
+ * @returns Updated or cached value
8026
+ *
8027
+ * @codeGenApi
8028
+ */
8029
+ 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;
8366
8030
  /**
8367
8031
  * If the value of any provided exp has changed, calls the pure function to return
8368
8032
  * an updated value. Or if no values have changed, returns cached value.
@@ -8374,11 +8038,12 @@ declare function ɵɵpureFunction4(slotOffset: number, pureFn: (v1: any, v2: any
8374
8038
  * @param exp3
8375
8039
  * @param exp4
8376
8040
  * @param exp5
8041
+ * @param exp6
8377
8042
  * @returns Updated or cached value
8378
8043
  *
8379
8044
  * @codeGenApi
8380
8045
  */
8381
- 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;
8046
+ 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;
8382
8047
  /**
8383
8048
  * If the value of any provided exp has changed, calls the pure function to return
8384
8049
  * an updated value. Or if no values have changed, returns cached value.
@@ -8391,11 +8056,12 @@ declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any
8391
8056
  * @param exp4
8392
8057
  * @param exp5
8393
8058
  * @param exp6
8059
+ * @param exp7
8394
8060
  * @returns Updated or cached value
8395
8061
  *
8396
8062
  * @codeGenApi
8397
8063
  */
8398
- 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;
8064
+ 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;
8399
8065
  /**
8400
8066
  * If the value of any provided exp has changed, calls the pure function to return
8401
8067
  * an updated value. Or if no values have changed, returns cached value.
@@ -8409,116 +8075,454 @@ declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any
8409
8075
  * @param exp5
8410
8076
  * @param exp6
8411
8077
  * @param exp7
8078
+ * @param exp8
8412
8079
  * @returns Updated or cached value
8413
8080
  *
8414
8081
  * @codeGenApi
8415
8082
  */
8416
- 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;
8083
+ 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;
8084
+ /**
8085
+ * pureFunction instruction that can support any number of bindings.
8086
+ *
8087
+ * If the value of any provided exp has changed, calls the pure function to return
8088
+ * an updated value. Or if no values have changed, returns cached value.
8089
+ *
8090
+ * @param slotOffset the offset from binding root to the reserved slot
8091
+ * @param pureFn A pure function that takes binding values and builds an object or array
8092
+ * containing those values.
8093
+ * @param exps An array of binding values
8094
+ * @returns Updated or cached value
8095
+ *
8096
+ * @codeGenApi
8097
+ */
8098
+ declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[]): any;
8099
+
8100
+ /**
8101
+ *
8102
+ * @codeGenApi
8103
+ */
8104
+ declare function ɵɵresolveWindow(element: RElement & {
8105
+ ownerDocument: Document;
8106
+ }): (Window & typeof globalThis) | null;
8107
+ /**
8108
+ *
8109
+ * @codeGenApi
8110
+ */
8111
+ declare function ɵɵresolveDocument(element: RElement & {
8112
+ ownerDocument: Document;
8113
+ }): Document;
8114
+ /**
8115
+ *
8116
+ * @codeGenApi
8117
+ */
8118
+ declare function ɵɵresolveBody(element: RElement & {
8119
+ ownerDocument: Document;
8120
+ }): HTMLElement;
8121
+
8122
+ /**
8123
+ * Retrieves `TemplateRef` instance from `Injector` when a local reference is placed on the
8124
+ * `<ng-template>` element.
8125
+ *
8126
+ * @codeGenApi
8127
+ */
8128
+ declare function ɵɵtemplateRefExtractor(tNode: TNode, lView: LView): TemplateRef<any> | null;
8129
+
8130
+ declare function ɵɵgetComponentDepsFactory(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): () => DependencyTypeList;
8131
+
8132
+ /**
8133
+ * Sets the debug info for an Angular class.
8134
+ *
8135
+ * This runtime is guarded by ngDevMode flag.
8136
+ */
8137
+ declare function ɵsetClassDebugInfo(type: Type$1<any>, debugInfo: ClassDebugInfo): void;
8138
+
8139
+ /** Represents `import.meta` plus some information that's not in the built-in types. */
8140
+ type ImportMetaExtended = ImportMeta & {
8141
+ hot?: {
8142
+ send?: (name: string, payload: unknown) => void;
8143
+ };
8144
+ };
8145
+ /**
8146
+ * Gets the URL from which the client will fetch a new version of a component's metadata so it
8147
+ * can be replaced during hot module reloading.
8148
+ * @param id Unique ID for the component, generated during compile time.
8149
+ * @param timestamp Time at which the request happened.
8150
+ * @param base Base URL against which to resolve relative paths.
8151
+ * @codeGenApi
8152
+ */
8153
+ declare function ɵɵgetReplaceMetadataURL(id: string, timestamp: string, base: string): string;
8154
+ /**
8155
+ * Replaces the metadata of a component type and re-renders all live instances of the component.
8156
+ * @param type Class whose metadata will be replaced.
8157
+ * @param applyMetadata Callback that will apply a new set of metadata on the `type` when invoked.
8158
+ * @param environment Syntehtic namespace imports that need to be passed along to the callback.
8159
+ * @param locals Local symbols from the source location that have to be exposed to the callback.
8160
+ * @param importMeta `import.meta` from the call site of the replacement function. Optional since
8161
+ * it isn't used internally.
8162
+ * @param id ID to the class being replaced. **Not** the same as the component definition ID.
8163
+ * Optional since the ID might not be available internally.
8164
+ * @codeGenApi
8165
+ */
8166
+ declare function ɵɵreplaceMetadata(type: Type$1<unknown>, applyMetadata: (...args: [Type$1<unknown>, unknown[], ...unknown[]]) => void, namespaces: unknown[], locals: unknown[], importMeta?: ImportMetaExtended | null, id?: string | null): void;
8167
+
8168
+ /** Store a value in the `data` at a given `index`. */
8169
+ declare function store<T>(tView: TView, lView: LView, index: number, value: T): void;
8170
+
8171
+ /**
8172
+ * Gets the class name of the closest component to a node.
8173
+ * Warning! this function will return minified names if the name of the component is minified. The
8174
+ * consumer of the function is responsible for resolving the minified name to its original name.
8175
+ * @param node Node from which to start the search.
8176
+ */
8177
+ declare function getClosestComponentName(node: Node): string | null;
8178
+
8179
+ /**
8180
+ * The following getter methods retrieve the definition from the type. Currently the retrieval
8181
+ * honors inheritance, but in the future we may change the rule to require that definitions are
8182
+ * explicit. This would require some sort of migration strategy.
8183
+ */
8184
+ declare function getComponentDef<T>(type: any): ComponentDef<T> | null;
8185
+ /**
8186
+ * Checks whether a given Component, Directive or Pipe is marked as standalone.
8187
+ * This will return false if passed anything other than a Component, Directive, or Pipe class
8188
+ *
8189
+ * @param type A reference to a Component, Directive or Pipe.
8190
+ * @publicApi
8191
+ */
8192
+ declare function isStandalone(type: Type$1<unknown>): boolean;
8193
+
8194
+ /**
8195
+ * TODO(incremental-hydration): Remove this file entirely once PromiseWithResolvers lands in stable
8196
+ * node / TS.
8197
+ */
8198
+ interface PromiseWithResolvers<T> {
8199
+ promise: Promise<T>;
8200
+ resolve: (value: T | PromiseLike<T>) => void;
8201
+ reject: (reason?: any) => void;
8202
+ }
8203
+ /**
8204
+ * Replace with `Promise.withResolvers()` once it's available.
8205
+ * NET September 2026
8206
+ *
8207
+ * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/withResolvers.
8208
+ */
8209
+ declare function promiseWithResolvers<T>(): {
8210
+ promise: Promise<T>;
8211
+ resolve: (value: T | PromiseLike<T>) => void;
8212
+ reject: (reason?: any) => void;
8213
+ };
8214
+
8215
+ /**
8216
+ * An internal injection token to reference `DehydratedBlockRegistry` implementation
8217
+ * in a tree-shakable way.
8218
+ */
8219
+ declare const DEHYDRATED_BLOCK_REGISTRY: InjectionToken<DehydratedBlockRegistry>;
8220
+ /**
8221
+ * The DehydratedBlockRegistry is used for incremental hydration purposes. It keeps
8222
+ * track of the Defer Blocks that need hydration so we can effectively
8223
+ * navigate up to the top dehydrated defer block and fire appropriate cleanup
8224
+ * functions post hydration.
8225
+ */
8226
+ declare class DehydratedBlockRegistry {
8227
+ private registry;
8228
+ private cleanupFns;
8229
+ private jsActionMap;
8230
+ private contract;
8231
+ add(blockId: string, info: DehydratedDeferBlock): void;
8232
+ get(blockId: string): DehydratedDeferBlock | null;
8233
+ has(blockId: string): boolean;
8234
+ cleanup(hydratedBlocks: string[]): void;
8235
+ get size(): number;
8236
+ addCleanupFn(blockId: string, fn: Function): void;
8237
+ invokeTriggerCleanupFns(blockId: string): void;
8238
+ hydrating: Map<string, PromiseWithResolvers<void>>;
8239
+ private awaitingCallbacks;
8240
+ awaitParentBlock(topmostParentBlock: string, callback: Function): void;
8241
+ /** @nocollapse */
8242
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<DehydratedBlockRegistry>;
8243
+ }
8244
+
8245
+ /**
8246
+ * Helper service to schedule `setTimeout`s for batches of defer blocks,
8247
+ * to avoid calling `setTimeout` for each defer block (e.g. if defer blocks
8248
+ * are created inside a for loop).
8249
+ */
8250
+ declare class TimerScheduler implements OnDestroy {
8251
+ executingCallbacks: boolean;
8252
+ timeoutId: number | null;
8253
+ invokeTimerAt: number | null;
8254
+ current: Array<number | VoidFunction>;
8255
+ deferred: Array<number | VoidFunction>;
8256
+ add(delay: number, callback: VoidFunction, ngZone: NgZone): void;
8257
+ remove(callback: VoidFunction): void;
8258
+ private addToQueue;
8259
+ private removeFromQueue;
8260
+ private scheduleTimer;
8261
+ private clearTimeout;
8262
+ ngOnDestroy(): void;
8263
+ /** @nocollapse */
8264
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<TimerScheduler>;
8265
+ }
8266
+
8267
+ /**
8268
+ * Utility function used during template type checking to assert that a value is of a certain type.
8269
+ * @codeGenApi
8270
+ */
8271
+ declare function ɵassertType<T>(value: unknown): asserts value is T;
8272
+
8273
+ /** Tracks the IDs of LViews with leaving animations. */
8274
+ declare const allLeavingAnimations: Set<number>;
8275
+
8276
+ declare function compileNgModuleFactory<M>(injector: Injector, options: CompilerOptions, moduleType: Type$1<M>): Promise<NgModuleFactory$1<M>>;
8277
+
8278
+ /**
8279
+ * Create a new `Injector` which is configured using a `defType` of `InjectorType<any>`s.
8280
+ */
8281
+ declare function createInjector(defType: any, parent?: Injector | null, additionalProviders?: Array<Provider | StaticProvider> | null, name?: string): Injector;
8282
+
8283
+ /**
8284
+ * Adds the given NgModule type to Angular's NgModule registry.
8285
+ *
8286
+ * This is generated as a side-effect of NgModule compilation. Note that the `id` is passed in
8287
+ * explicitly and not read from the NgModule definition. This is for two reasons: it avoids a
8288
+ * megamorphic read, and in JIT there's a chicken-and-egg problem where the NgModule may not be
8289
+ * fully resolved when it's registered.
8290
+ *
8291
+ * @codeGenApi
8292
+ */
8293
+ declare function registerNgModuleType(ngModuleType: NgModuleType, id: string): void;
8294
+ /**
8295
+ * Control whether the NgModule registration system enforces that each NgModule type registered has
8296
+ * a unique id.
8297
+ *
8298
+ * This is useful for testing as the NgModule registry cannot be properly reset between tests with
8299
+ * Angular's current API.
8300
+ */
8301
+ declare function setAllowDuplicateNgModuleIdsForTest(allowDuplicates: boolean): void;
8302
+
8303
+ /**
8304
+ * The internal view context which is specific to a given DOM element, directive or
8305
+ * component instance. Each value in here (besides the LView and element node details)
8306
+ * can be present, null or undefined. If undefined then it implies the value has not been
8307
+ * looked up yet, otherwise, if null, then a lookup was executed and nothing was found.
8308
+ *
8309
+ * Each value will get filled when the respective value is examined within the getContext
8310
+ * function. The component, element and each directive instance will share the same instance
8311
+ * of the context.
8312
+ */
8313
+ declare class LContext {
8314
+ /**
8315
+ * ID of the component's parent view data.
8316
+ */
8317
+ private lViewId;
8318
+ /**
8319
+ * The index instance of the node.
8320
+ */
8321
+ nodeIndex: number;
8322
+ /**
8323
+ * The instance of the DOM node that is attached to the lNode.
8324
+ */
8325
+ native: RNode;
8326
+ /**
8327
+ * The instance of the Component node.
8328
+ */
8329
+ component: {} | null | undefined;
8330
+ /**
8331
+ * The list of active directives that exist on this element.
8332
+ */
8333
+ directives: any[] | null | undefined;
8334
+ /**
8335
+ * The map of local references (local reference name => element or directive instance) that
8336
+ * exist on this element.
8337
+ */
8338
+ localRefs: {
8339
+ [key: string]: any;
8340
+ } | null | undefined;
8341
+ /** Component's parent view data. */
8342
+ get lView(): LView | null;
8343
+ constructor(
8344
+ /**
8345
+ * ID of the component's parent view data.
8346
+ */
8347
+ lViewId: number,
8348
+ /**
8349
+ * The index instance of the node.
8350
+ */
8351
+ nodeIndex: number,
8352
+ /**
8353
+ * The instance of the DOM node that is attached to the lNode.
8354
+ */
8355
+ native: RNode);
8356
+ }
8357
+
8417
8358
  /**
8418
- * If the value of any provided exp has changed, calls the pure function to return
8419
- * an updated value. Or if no values have changed, returns cached value.
8420
- *
8421
- * @param slotOffset the offset from binding root to the reserved slot
8422
- * @param pureFn
8423
- * @param exp1
8424
- * @param exp2
8425
- * @param exp3
8426
- * @param exp4
8427
- * @param exp5
8428
- * @param exp6
8429
- * @param exp7
8430
- * @param exp8
8431
- * @returns Updated or cached value
8359
+ * Returns the matching `LContext` data for a given DOM node, directive or component instance.
8432
8360
  *
8433
- * @codeGenApi
8434
- */
8435
- 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;
8436
- /**
8437
- * pureFunction instruction that can support any number of bindings.
8361
+ * This function will examine the provided DOM element, component, or directive instance\'s
8362
+ * monkey-patched property to derive the `LContext` data. Once called then the monkey-patched
8363
+ * value will be that of the newly created `LContext`.
8438
8364
  *
8439
- * If the value of any provided exp has changed, calls the pure function to return
8440
- * an updated value. Or if no values have changed, returns cached value.
8365
+ * If the monkey-patched value is the `LView` instance then the context value for that
8366
+ * target will be created and the monkey-patch reference will be updated. Therefore when this
8367
+ * function is called it may mutate the provided element\'s, component\'s or any of the associated
8368
+ * directive\'s monkey-patch values.
8441
8369
  *
8442
- * @param slotOffset the offset from binding root to the reserved slot
8443
- * @param pureFn A pure function that takes binding values and builds an object or array
8444
- * containing those values.
8445
- * @param exps An array of binding values
8446
- * @returns Updated or cached value
8370
+ * If the monkey-patch value is not detected then the code will walk up the DOM until an element
8371
+ * is found which contains a monkey-patch reference. When that occurs then the provided element
8372
+ * will be updated with a new context (which is then returned). If the monkey-patch value is not
8373
+ * detected for a component/directive instance then it will throw an error (all components and
8374
+ * directives should be automatically monkey-patched by ivy).
8447
8375
  *
8448
- * @codeGenApi
8376
+ * @param target Component, Directive or DOM Node.
8449
8377
  */
8450
- declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[]): any;
8378
+ declare function getLContext(target: any): LContext | null;
8451
8379
 
8452
8380
  /**
8453
- *
8454
- * @codeGenApi
8381
+ * Represents the set of dependencies of a type in a certain context.
8455
8382
  */
8456
- declare function ɵɵresolveWindow(element: RElement & {
8457
- ownerDocument: Document;
8458
- }): (Window & typeof globalThis) | null;
8383
+ interface ScopeData {
8384
+ pipes: Set<PipeType<any>>;
8385
+ directives: Set<DirectiveType<any> | ComponentType<any> | Type$1<any>>;
8386
+ /**
8387
+ * If true it indicates that calculating this scope somehow was not successful. The consumers
8388
+ * should interpret this as empty dependencies. The application of this flag is when calculating
8389
+ * scope recursively, the presence of this flag in a scope dependency implies that the scope is
8390
+ * also poisoned and thus we can return immediately without having to continue the recursion. The
8391
+ * reason for this error is displayed as an error message in the console as per JIT behavior
8392
+ * today. In addition to that, in local compilation the other build/compilations run in parallel
8393
+ * with local compilation may or may not reveal some details about the error as well.
8394
+ */
8395
+ isPoisoned?: boolean;
8396
+ }
8459
8397
  /**
8460
- *
8461
- * @codeGenApi
8398
+ * Represents scope data for standalone components as calculated during runtime by the deps
8399
+ * tracker.
8462
8400
  */
8463
- declare function ɵɵresolveDocument(element: RElement & {
8464
- ownerDocument: Document;
8465
- }): Document;
8401
+ interface StandaloneCompScopeData extends ScopeData {
8402
+ ngModules: Set<NgModuleType<any>>;
8403
+ }
8404
+ /** Represents scope data for NgModule as calculated during runtime by the deps tracker. */
8405
+ interface NgModuleScope {
8406
+ compilation: ScopeData;
8407
+ exported: ScopeData;
8408
+ }
8466
8409
  /**
8467
- *
8468
- * @codeGenApi
8410
+ * Represents scope data for standalone component as calculated during runtime by the deps tracker.
8469
8411
  */
8470
- declare function ɵɵresolveBody(element: RElement & {
8471
- ownerDocument: Document;
8472
- }): HTMLElement;
8473
-
8412
+ interface StandaloneComponentScope {
8413
+ compilation: StandaloneCompScopeData;
8414
+ }
8415
+ /** Component dependencies info as calculated during runtime by the deps tracker. */
8416
+ interface ComponentDependencies {
8417
+ dependencies: DependencyTypeList;
8418
+ }
8474
8419
  /**
8475
- * Retrieves `TemplateRef` instance from `Injector` when a local reference is placed on the
8476
- * `<ng-template>` element.
8420
+ * Public API for runtime deps tracker (RDT).
8477
8421
  *
8478
- * @codeGenApi
8422
+ * All downstream tools should only use these methods.
8479
8423
  */
8480
- declare function ɵɵtemplateRefExtractor(tNode: TNode, lView: LView): TemplateRef<any> | null;
8481
-
8482
- declare function ɵɵgetComponentDepsFactory(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): () => DependencyTypeList;
8424
+ interface DepsTrackerApi {
8425
+ /**
8426
+ * Computes the component dependencies, i.e., a set of components/directive/pipes that could be
8427
+ * present in the component's template (This set might contain directives/components/pipes not
8428
+ * necessarily used in the component's template depending on the implementation).
8429
+ *
8430
+ * Standalone components should specify `rawImports` as this information is not available from
8431
+ * their type. The consumer (e.g., {@link getStandaloneDefFunctions}) is expected to pass this
8432
+ * parameter.
8433
+ *
8434
+ * The implementation is expected to use some caching mechanism in order to optimize the resources
8435
+ * needed to do this computation.
8436
+ */
8437
+ getComponentDependencies(cmp: ComponentType<any>, rawImports?: (Type$1<any> | (() => Type$1<any>))[]): ComponentDependencies;
8438
+ /**
8439
+ * Registers an NgModule into the tracker with the given scope info.
8440
+ *
8441
+ * This method should be called for every NgModule whether it is compiled in local mode or not.
8442
+ * This is needed in order to compute component's dependencies as some dependencies might be in
8443
+ * different compilation units with different compilation mode.
8444
+ */
8445
+ registerNgModule(type: Type$1<any>, scopeInfo: NgModuleScopeInfoFromDecorator): void;
8446
+ /**
8447
+ * Clears the scope cache for NgModule or standalone component. This will force re-calculation of
8448
+ * the scope, which could be an expensive operation as it involves aggregating transitive closure.
8449
+ *
8450
+ * The main application of this method is for test beds where we want to clear the cache to
8451
+ * enforce scope update after overriding.
8452
+ */
8453
+ clearScopeCacheFor(type: Type$1<any>): void;
8454
+ /**
8455
+ * Returns the scope of NgModule. Mainly to be used by JIT and test bed.
8456
+ *
8457
+ * The scope value here is memoized. To enforce a new calculation bust the cache by using
8458
+ * `clearScopeCacheFor` method.
8459
+ */
8460
+ getNgModuleScope(type: NgModuleType<any>): NgModuleScope;
8461
+ /**
8462
+ * Returns the scope of standalone component. Mainly to be used by JIT. This method should be
8463
+ * called lazily after the initial parsing so that all the forward refs can be resolved.
8464
+ *
8465
+ * @param rawImports the imports statement as appears on the component decorate which consists of
8466
+ * Type as well as forward refs.
8467
+ *
8468
+ * The scope value here is memoized. To enforce a new calculation bust the cache by using
8469
+ * `clearScopeCacheFor` method.
8470
+ */
8471
+ getStandaloneComponentScope(type: ComponentType<any>, rawImports: (Type$1<any> | (() => Type$1<any>))[]): StandaloneComponentScope;
8472
+ /**
8473
+ * Checks if the NgModule declaring the component is not loaded into the browser yet. Always
8474
+ * returns false for standalone components.
8475
+ */
8476
+ isOrphanComponent(cmp: ComponentType<any>): boolean;
8477
+ }
8483
8478
 
8484
8479
  /**
8485
- * Sets the debug info for an Angular class.
8486
- *
8487
- * This runtime is guarded by ngDevMode flag.
8480
+ * An implementation of DepsTrackerApi which will be used for JIT and local compilation.
8488
8481
  */
8489
- declare function ɵsetClassDebugInfo(type: Type$1<any>, debugInfo: ClassDebugInfo): void;
8482
+ declare class DepsTracker implements DepsTrackerApi {
8483
+ private ownerNgModule;
8484
+ private ngModulesWithSomeUnresolvedDecls;
8485
+ private ngModulesScopeCache;
8486
+ private standaloneComponentsScopeCache;
8487
+ /**
8488
+ * Attempts to resolve ng module's forward ref declarations as much as possible and add them to
8489
+ * the `ownerNgModule` map. This method normally should be called after the initial parsing when
8490
+ * all the forward refs are resolved (e.g., when trying to render a component)
8491
+ */
8492
+ private resolveNgModulesDecls;
8493
+ /** @override */
8494
+ getComponentDependencies(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): ComponentDependencies;
8495
+ /**
8496
+ * @override
8497
+ * This implementation does not make use of param scopeInfo since it assumes the scope info is
8498
+ * already added to the type itself through methods like {@link ɵɵsetNgModuleScope}
8499
+ */
8500
+ registerNgModule(type: Type$1<any>, scopeInfo: NgModuleScopeInfoFromDecorator): void;
8501
+ /** @override */
8502
+ clearScopeCacheFor(type: Type$1<any>): void;
8503
+ /** @override */
8504
+ getNgModuleScope(type: NgModuleType<any>): NgModuleScope;
8505
+ /** Compute NgModule scope afresh. */
8506
+ private computeNgModuleScope;
8507
+ /** @override */
8508
+ getStandaloneComponentScope(type: ComponentType<any>, rawImports?: RawScopeInfoFromDecorator[]): StandaloneComponentScope;
8509
+ private computeStandaloneComponentScope;
8510
+ /** @override */
8511
+ isOrphanComponent(cmp: Type$1<any>): boolean;
8512
+ }
8513
+ /** The deps tracker to be used in the current Angular app in dev mode. */
8514
+ declare const depsTracker: DepsTracker;
8490
8515
 
8491
- /** Represents `import.meta` plus some information that's not in the built-in types. */
8492
- type ImportMetaExtended = ImportMeta & {
8493
- hot?: {
8494
- send?: (name: string, payload: unknown) => void;
8495
- };
8496
- };
8497
- /**
8498
- * Gets the URL from which the client will fetch a new version of a component's metadata so it
8499
- * can be replaced during hot module reloading.
8500
- * @param id Unique ID for the component, generated during compile time.
8501
- * @param timestamp Time at which the request happened.
8502
- * @param base Base URL against which to resolve relative paths.
8503
- * @codeGenApi
8504
- */
8505
- declare function ɵɵgetReplaceMetadataURL(id: string, timestamp: string, base: string): string;
8516
+ declare const NG_COMP_DEF: string;
8517
+ declare const NG_DIR_DEF: string;
8518
+ declare const NG_PIPE_DEF: string;
8519
+ declare const NG_MOD_DEF: string;
8506
8520
  /**
8507
- * Replaces the metadata of a component type and re-renders all live instances of the component.
8508
- * @param type Class whose metadata will be replaced.
8509
- * @param applyMetadata Callback that will apply a new set of metadata on the `type` when invoked.
8510
- * @param environment Syntehtic namespace imports that need to be passed along to the callback.
8511
- * @param locals Local symbols from the source location that have to be exposed to the callback.
8512
- * @param importMeta `import.meta` from the call site of the replacement function. Optional since
8513
- * it isn't used internally.
8514
- * @param id ID to the class being replaced. **Not** the same as the component definition ID.
8515
- * Optional since the ID might not be available internally.
8516
- * @codeGenApi
8521
+ * If a directive is diPublic, bloomAdd sets a property on the type with this constant as
8522
+ * the key and the directive's unique ID as the value. This allows us to map directives to their
8523
+ * bloom filter bit for DI.
8517
8524
  */
8518
- declare function ɵɵreplaceMetadata(type: Type$1<unknown>, applyMetadata: (...args: [Type$1<unknown>, unknown[], ...unknown[]]) => void, namespaces: unknown[], locals: unknown[], importMeta?: ImportMetaExtended | null, id?: string | null): void;
8519
-
8520
- /** Store a value in the `data` at a given `index`. */
8521
- declare function store<T>(tView: TView, lView: LView, index: number, value: T): void;
8525
+ declare const NG_ELEMENT_ID: string;
8522
8526
 
8523
8527
  type Type = Function;
8524
8528
  type OpaqueValue = unknown;
@@ -9430,5 +9434,5 @@ declare const DOCUMENT: InjectionToken<Document>;
9430
9434
  */
9431
9435
  declare function provideNgReflectAttributes(): EnvironmentProviders;
9432
9436
 
9433
- 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, DirectiveWithBindings, 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, ResourceSnapshot, ResourceStatus, ResourceStreamItem, 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, resourceFromSnapshots, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, 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, 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, ɵɵControlFeature, ɵɵ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, ɵɵarrowFunction, ɵɵ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 };
9437
+ 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, DirectiveWithBindings, 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, ResourceSnapshot, ResourceStatus, ResourceStreamItem, 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, resourceFromSnapshots, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, 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, PipeDef as ɵPipeDef, 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, 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, ɵɵControlFeature, ɵɵ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, ɵɵarrowFunction, ɵɵ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 };
9434
9438
  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, ɵ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 };