@angular/core 21.0.0 → 21.0.2
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.
- package/fesm2022/_attribute-chunk.mjs +1 -1
- package/fesm2022/_attribute-chunk.mjs.map +1 -1
- package/fesm2022/_debug_node-chunk.mjs +469 -367
- package/fesm2022/_debug_node-chunk.mjs.map +1 -1
- package/fesm2022/_effect-chunk.mjs +1 -1
- package/fesm2022/_effect-chunk.mjs.map +1 -1
- package/fesm2022/_linked_signal-chunk.mjs +1 -1
- package/fesm2022/_linked_signal-chunk.mjs.map +1 -1
- package/fesm2022/_not_found-chunk.mjs +1 -1
- package/fesm2022/_not_found-chunk.mjs.map +1 -1
- package/fesm2022/_resource-chunk.mjs +33 -19
- package/fesm2022/_resource-chunk.mjs.map +1 -1
- package/fesm2022/_untracked-chunk.mjs +14 -6
- package/fesm2022/_untracked-chunk.mjs.map +1 -1
- package/fesm2022/_weak_ref-chunk.mjs +1 -1
- package/fesm2022/_weak_ref-chunk.mjs.map +1 -1
- package/fesm2022/core.mjs +27 -16
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives-di.mjs +1 -1
- package/fesm2022/primitives-di.mjs.map +1 -1
- package/fesm2022/primitives-event-dispatch.mjs +1 -1
- package/fesm2022/primitives-event-dispatch.mjs.map +1 -1
- package/fesm2022/primitives-signals.mjs +3 -3
- package/fesm2022/primitives-signals.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +12 -4
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/fesm2022/testing.mjs.map +1 -1
- package/package.json +3 -3
- package/resources/best-practices.md +0 -1
- package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +1 -1
- package/schematics/bundles/application-config-core.cjs +1 -1
- package/schematics/bundles/apply_import_manager-1Zs_gpB6.cjs +1 -1
- package/schematics/bundles/bootstrap-options-migration.cjs +53 -7
- package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
- package/schematics/bundles/common-to-standalone-migration.cjs +5 -3
- package/schematics/bundles/compiler_host-DBwYMlTo.cjs +1 -1
- package/schematics/bundles/control-flow-migration.cjs +1 -1
- package/schematics/bundles/imports-DP72APSx.cjs +1 -1
- package/schematics/bundles/index-B7I9sIUx.cjs +1 -1
- package/schematics/bundles/inject-migration.cjs +1 -1
- package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
- package/schematics/bundles/migrate_ts_type_references-UGIUl7En.cjs +1 -1
- package/schematics/bundles/ng_component_template-Dsuq1Lw7.cjs +1 -1
- package/schematics/bundles/ng_decorators-DSFlWYQY.cjs +1 -1
- package/schematics/bundles/ngclass-to-class-migration.cjs +1 -1
- package/schematics/bundles/ngstyle-to-style-migration.cjs +1 -1
- package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +1 -1
- package/schematics/bundles/parse_html-8VLCL37B.cjs +1 -1
- package/schematics/bundles/project_paths-DvD50ouC.cjs +1 -1
- package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
- package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
- package/schematics/bundles/route-lazy-loading.cjs +1 -1
- package/schematics/bundles/router-current-navigation.cjs +1 -1
- package/schematics/bundles/router-last-successful-navigation.cjs +1 -1
- package/schematics/bundles/router-testing-module-migration.cjs +1 -1
- package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
- package/schematics/bundles/signal-input-migration.cjs +1 -1
- package/schematics/bundles/signal-queries-migration.cjs +1 -1
- package/schematics/bundles/signals.cjs +1 -1
- package/schematics/bundles/standalone-migration.cjs +1 -1
- package/schematics/bundles/symbol-BObKoqes.cjs +1 -1
- package/types/_api-chunk.d.ts +7 -2
- package/types/_chrome_dev_tools_performance-chunk.d.ts +9 -1
- package/types/_discovery-chunk.d.ts +28 -21
- package/types/_effect-chunk.d.ts +1 -1
- package/types/_event_dispatcher-chunk.d.ts +1 -1
- package/types/_formatter-chunk.d.ts +1 -1
- package/types/_weak_ref-chunk.d.ts +1 -1
- package/types/core.d.ts +158 -147
- package/types/primitives-di.d.ts +1 -1
- package/types/primitives-event-dispatch.d.ts +1 -1
- package/types/primitives-signals.d.ts +1 -1
- package/types/rxjs-interop.d.ts +5 -1
- package/types/testing.d.ts +13 -1
package/types/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -9,7 +9,7 @@ import { Signal, WritableSignal, OutputRef, Provider, EnvironmentProviders, Type
|
|
|
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
10
|
import { InputSignalNode, TypeDecorator, AfterRenderRef, EffectCleanupRegisterFn, SchemaMetadata, ComponentDef, DirectiveDef, CssSelectorList, DirectiveDefFeature, HostBindingsFunction, TAttributes, ContentQueriesFunction, ViewQueriesFunction, ComponentTemplate, TConstantsOrFactory, ComponentDefFeature, ViewEncapsulation as ViewEncapsulation$1, ChangeDetectionStrategy as ChangeDetectionStrategy$1, TypeOrFactory, DependencyTypeList, InputFlags, InputTransformFunction, EmbeddedViewRef, LView, ApplicationRef, ChangeDetectorRef, ComponentFactory as ComponentFactory$1, NgModuleRef as NgModuleRef$1, EnvironmentInjector, DirectiveWithBindings, Binding, ComponentRef as ComponentRef$1, ElementRef, ComponentFactoryResolver as ComponentFactoryResolver$1, InternalNgModuleRef, NgModuleFactory as NgModuleFactory$1, ViewRef as ViewRef$1, PlatformRef, NgZone, ɵɵFactoryDeclaration as __FactoryDeclaration, ɵɵInjectableDeclaration as __InjectableDeclaration, ɵɵNgModuleDeclaration as __NgModuleDeclaration, ɵɵInjectorDeclaration as __InjectorDeclaration, DeferBlockDependencyInterceptor, DeferBlockConfig, DeferBlockState, TNode, LContainer, TView, TDeferBlockDetails, RNode, Component, TrustedHTML, DehydratedDeferBlock, CompilerOptions, HostDirectiveConfig, ComponentType, NgModuleScopeInfoFromDecorator, DependencyResolverFn, TDeferDetailsFlags, SanitizerFn, AnimationClassBindingFn, AnimationFunction, LocalRefExtractor, OpaqueViewState, GlobalTargetResolver, ProjectionSlots, QueryFlags, QueryList, RElement, RawScopeInfoFromDecorator, ClassDebugInfo, Directive, NgModule, Pipe, TrustedScriptURL, TrustedScript, PipeType, DirectiveType } from './_discovery-chunk.js';
|
|
11
11
|
export { APP_BOOTSTRAP_LISTENER, AnimationCallbackEvent, BootstrapOptions, COMPILER_OPTIONS, CUSTOM_ELEMENTS_SCHEMA, Compiler, CompilerFactory, ComponentDecorator, CreateEffectOptions, DebugElement, DebugEventListener, DebugNode, DirectiveDecorator, EffectCleanupFn, EffectRef, EventEmitter, HostBinding, HostBindingDecorator, HostListener, HostListenerDecorator, InjectableType, InjectorType, Input, InputDecorator, ListenerOptions, MAX_ANIMATION_TIMEOUT, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModuleDecorator, Output, OutputDecorator, PipeDecorator, Predicate, Renderer2, RendererFactory2, RendererStyleFlags2, RendererType2, Sanitizer, SecurityContext, asNativeElements, effect, getDebugNode, inputBinding, outputBinding, twoWayBinding, ANIMATIONS_DISABLED as ɵANIMATIONS_DISABLED, AfterRenderManager as ɵAfterRenderManager, AnimationRendererType as ɵAnimationRendererType, AttributeMarker as ɵAttributeMarker, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, ChangeDetectionScheduler as ɵChangeDetectionScheduler, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockDetails as ɵDeferBlockDetails, EffectScheduler as ɵEffectScheduler, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, NG_INJ_DEF as ɵNG_INJ_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NavigateEvent as ɵNavigateEvent, Navigation as ɵNavigation, NavigationCurrentEntryChangeEvent as ɵNavigationCurrentEntryChangeEvent, NavigationDestination as ɵNavigationDestination, NavigationHistoryEntry as ɵNavigationHistoryEntry, NavigationInterceptOptions as ɵNavigationInterceptOptions, NavigationNavigateOptions as ɵNavigationNavigateOptions, NavigationOptions as ɵNavigationOptions, NavigationReloadOptions as ɵNavigationReloadOptions, NavigationResult as ɵNavigationResult, NavigationTransition as ɵNavigationTransition, NavigationTypeString as ɵNavigationTypeString, NavigationUpdateCurrentEntryOptions as ɵNavigationUpdateCurrentEntryOptions, NoopNgZone as ɵNoopNgZone, NotificationSource as ɵNotificationSource, PROVIDED_ZONELESS as ɵPROVIDED_ZONELESS, PipeDef as ɵPipeDef, R3Injector as ɵR3Injector, RenderFlags as ɵRenderFlags, TracingAction as ɵTracingAction, TracingService as ɵTracingService, TracingSnapshot as ɵTracingSnapshot, ZONELESS_ENABLED as ɵZONELESS_ENABLED, getDebugNode as ɵgetDebugNode, getDeferBlocks as ɵgetDeferBlocks, getInjectableDef as ɵgetInjectableDef, injectChangeDetectorRef as ɵinjectChangeDetectorRef, isBoundToModule as ɵisBoundToModule, isInjectable as ɵisInjectable, ɵɵComponentDeclaration, ɵɵDirectiveDeclaration, ɵɵInjectorDef, ɵɵPipeDeclaration, ɵɵdefineInjectable, ɵɵdefineInjector } from './_discovery-chunk.js';
|
|
12
|
-
import { ResourceOptions, ResourceRef,
|
|
12
|
+
import { ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, WritableResource, Resource } from './_api-chunk.js';
|
|
13
13
|
export { BaseResourceOptions, OutputEmitterRef, OutputOptions, PromiseResourceOptions, ResourceLoader, ResourceLoaderParams, ResourceStreamItem, StreamingResourceOptions, output, getOutputDestroyRef as ɵgetOutputDestroyRef } from './_api-chunk.js';
|
|
14
14
|
import './_event_dispatcher-chunk.js';
|
|
15
15
|
import { Observable, Subscribable } from 'rxjs';
|
|
@@ -644,6 +644,8 @@ declare class SimpleChange<T = any> {
|
|
|
644
644
|
*
|
|
645
645
|
* @see {@link OnChanges}
|
|
646
646
|
*
|
|
647
|
+
* @see [Inspecting changes](guide/components/lifecycle#inspecting-changes)
|
|
648
|
+
*
|
|
647
649
|
* @publicApi
|
|
648
650
|
*/
|
|
649
651
|
type SimpleChanges<T = unknown> = T extends object ? {
|
|
@@ -4079,6 +4081,8 @@ declare const ANIMATION_MODULE_TYPE: InjectionToken<"NoopAnimations" | "BrowserA
|
|
|
4079
4081
|
* Angular will apply when inserting inline styles. If not provided, Angular will look up its value
|
|
4080
4082
|
* from the `ngCspNonce` attribute of the application root node.
|
|
4081
4083
|
*
|
|
4084
|
+
* @see [Content security policy](best-practices/security#content-security-policy)
|
|
4085
|
+
*
|
|
4082
4086
|
* @publicApi
|
|
4083
4087
|
*/
|
|
4084
4088
|
declare const CSP_NONCE: InjectionToken<string | null>;
|
|
@@ -4109,6 +4113,8 @@ declare const IMAGE_CONFIG_DEFAULTS: ImageConfig;
|
|
|
4109
4113
|
*
|
|
4110
4114
|
* @see {@link NgOptimizedImage}
|
|
4111
4115
|
* @see {@link ImageConfig}
|
|
4116
|
+
* @see [Responsive images](guide/image-optimization#responsive-images)
|
|
4117
|
+
* @see [Using placeholders](guide/image-optimization#using-placeholders)
|
|
4112
4118
|
* @publicApi
|
|
4113
4119
|
*/
|
|
4114
4120
|
declare const IMAGE_CONFIG: InjectionToken<ImageConfig>;
|
|
@@ -4861,6 +4867,10 @@ declare const enum RuntimeErrorCode {
|
|
|
4861
4867
|
TYPE_IS_NOT_STANDALONE = 907,
|
|
4862
4868
|
MISSING_ZONEJS = 908,
|
|
4863
4869
|
UNEXPECTED_ZONE_STATE = 909,
|
|
4870
|
+
UNSAFE_ATTRIBUTE_BINDING = -910,
|
|
4871
|
+
/**
|
|
4872
|
+
* @deprecated use `UNSAFE_ATTRIBUTE_BINDING` instead.
|
|
4873
|
+
*/
|
|
4864
4874
|
UNSAFE_IFRAME_ATTRS = -910,
|
|
4865
4875
|
VIEW_ALREADY_DESTROYED = 911,
|
|
4866
4876
|
COMPONENT_ID_COLLISION = -912,
|
|
@@ -5605,11 +5615,11 @@ declare abstract class BaseWritableResource<T> implements WritableResource<T> {
|
|
|
5605
5615
|
abstract readonly status: Signal<ResourceStatus>;
|
|
5606
5616
|
abstract readonly error: Signal<Error | undefined>;
|
|
5607
5617
|
abstract reload(): boolean;
|
|
5608
|
-
|
|
5618
|
+
readonly isLoading: Signal<boolean>;
|
|
5619
|
+
constructor(value: Signal<T>, debugName: string | undefined);
|
|
5609
5620
|
abstract set(value: T): void;
|
|
5610
5621
|
private readonly isError;
|
|
5611
5622
|
update(updateFn: (value: T) => T): void;
|
|
5612
|
-
readonly isLoading: Signal<boolean>;
|
|
5613
5623
|
private readonly isValueDefined;
|
|
5614
5624
|
hasValue(): this is ResourceRef<Exclude<T, undefined>>;
|
|
5615
5625
|
asReadonly(): Resource<T>;
|
|
@@ -5620,6 +5630,7 @@ declare abstract class BaseWritableResource<T> implements WritableResource<T> {
|
|
|
5620
5630
|
declare class ResourceImpl<T, R> extends BaseWritableResource<T> implements ResourceRef<T> {
|
|
5621
5631
|
private readonly loaderFn;
|
|
5622
5632
|
private readonly equal;
|
|
5633
|
+
private readonly debugName;
|
|
5623
5634
|
private readonly pendingTasks;
|
|
5624
5635
|
/**
|
|
5625
5636
|
* The current state of the resource. Status, value, and error are derived from this.
|
|
@@ -5635,9 +5646,9 @@ declare class ResourceImpl<T, R> extends BaseWritableResource<T> implements Reso
|
|
|
5635
5646
|
private resolvePendingTask;
|
|
5636
5647
|
private destroyed;
|
|
5637
5648
|
private unregisterOnDestroy;
|
|
5638
|
-
constructor(request: () => R, loaderFn: ResourceStreamingLoader<T, R>, defaultValue: T, equal: ValueEqualityFn<T> | undefined, injector: Injector);
|
|
5639
5649
|
readonly status: Signal<ResourceStatus>;
|
|
5640
5650
|
readonly error: Signal<Error | undefined>;
|
|
5651
|
+
constructor(request: () => R, loaderFn: ResourceStreamingLoader<T, R>, defaultValue: T, equal: ValueEqualityFn<T> | undefined, debugName: string | undefined, injector: Injector);
|
|
5641
5652
|
/**
|
|
5642
5653
|
* Called either directly via `WritableResource.set` or via `.value.set()`.
|
|
5643
5654
|
*/
|
|
@@ -5980,6 +5991,140 @@ declare function ɵɵsetComponentScope(type: ComponentType<any>, directives: Typ
|
|
|
5980
5991
|
*/
|
|
5981
5992
|
declare function ɵɵsetNgModuleScope(type: any, scope: NgModuleScopeInfoFromDecorator): unknown;
|
|
5982
5993
|
|
|
5994
|
+
/**
|
|
5995
|
+
* Profiler events is an enum used by the profiler to distinguish between different calls of user
|
|
5996
|
+
* code invoked throughout the application lifecycle.
|
|
5997
|
+
*/
|
|
5998
|
+
declare enum ProfilerEvent {
|
|
5999
|
+
/**
|
|
6000
|
+
* Corresponds to the point in time before the runtime has called the template function of a
|
|
6001
|
+
* component with `RenderFlags.Create`.
|
|
6002
|
+
*/
|
|
6003
|
+
TemplateCreateStart = 0,
|
|
6004
|
+
/**
|
|
6005
|
+
* Corresponds to the point in time after the runtime has called the template function of a
|
|
6006
|
+
* component with `RenderFlags.Create`.
|
|
6007
|
+
*/
|
|
6008
|
+
TemplateCreateEnd = 1,
|
|
6009
|
+
/**
|
|
6010
|
+
* Corresponds to the point in time before the runtime has called the template function of a
|
|
6011
|
+
* component with `RenderFlags.Update`.
|
|
6012
|
+
*/
|
|
6013
|
+
TemplateUpdateStart = 2,
|
|
6014
|
+
/**
|
|
6015
|
+
* Corresponds to the point in time after the runtime has called the template function of a
|
|
6016
|
+
* component with `RenderFlags.Update`.
|
|
6017
|
+
*/
|
|
6018
|
+
TemplateUpdateEnd = 3,
|
|
6019
|
+
/**
|
|
6020
|
+
* Corresponds to the point in time before the runtime has called a lifecycle hook of a component
|
|
6021
|
+
* or directive.
|
|
6022
|
+
*/
|
|
6023
|
+
LifecycleHookStart = 4,
|
|
6024
|
+
/**
|
|
6025
|
+
* Corresponds to the point in time after the runtime has called a lifecycle hook of a component
|
|
6026
|
+
* or directive.
|
|
6027
|
+
*/
|
|
6028
|
+
LifecycleHookEnd = 5,
|
|
6029
|
+
/**
|
|
6030
|
+
* Corresponds to the point in time before the runtime has evaluated an expression associated with
|
|
6031
|
+
* an event or an output.
|
|
6032
|
+
*/
|
|
6033
|
+
OutputStart = 6,
|
|
6034
|
+
/**
|
|
6035
|
+
* Corresponds to the point in time after the runtime has evaluated an expression associated with
|
|
6036
|
+
* an event or an output.
|
|
6037
|
+
*/
|
|
6038
|
+
OutputEnd = 7,
|
|
6039
|
+
/**
|
|
6040
|
+
* Corresponds to the point in time just before application bootstrap.
|
|
6041
|
+
*/
|
|
6042
|
+
BootstrapApplicationStart = 8,
|
|
6043
|
+
/**
|
|
6044
|
+
* Corresponds to the point in time after application bootstrap.
|
|
6045
|
+
*/
|
|
6046
|
+
BootstrapApplicationEnd = 9,
|
|
6047
|
+
/**
|
|
6048
|
+
* Corresponds to the point in time just before root component bootstrap.
|
|
6049
|
+
*/
|
|
6050
|
+
BootstrapComponentStart = 10,
|
|
6051
|
+
/**
|
|
6052
|
+
* Corresponds to the point in time after root component bootstrap.
|
|
6053
|
+
*/
|
|
6054
|
+
BootstrapComponentEnd = 11,
|
|
6055
|
+
/**
|
|
6056
|
+
* Corresponds to the point in time just before Angular starts a change detection tick.
|
|
6057
|
+
*/
|
|
6058
|
+
ChangeDetectionStart = 12,
|
|
6059
|
+
/**
|
|
6060
|
+
* Corresponds to the point in time after Angular ended a change detection tick.
|
|
6061
|
+
*/
|
|
6062
|
+
ChangeDetectionEnd = 13,
|
|
6063
|
+
/**
|
|
6064
|
+
* Corresponds to the point in time just before Angular starts a new synchronization pass of change detection tick.
|
|
6065
|
+
*/
|
|
6066
|
+
ChangeDetectionSyncStart = 14,
|
|
6067
|
+
/**
|
|
6068
|
+
* Corresponds to the point in time after Angular ended a synchronization pass.
|
|
6069
|
+
*/
|
|
6070
|
+
ChangeDetectionSyncEnd = 15,
|
|
6071
|
+
/**
|
|
6072
|
+
* Corresponds to the point in time just before Angular executes after render hooks.
|
|
6073
|
+
*/
|
|
6074
|
+
AfterRenderHooksStart = 16,
|
|
6075
|
+
/**
|
|
6076
|
+
* Corresponds to the point in time after Angular executed after render hooks.
|
|
6077
|
+
*/
|
|
6078
|
+
AfterRenderHooksEnd = 17,
|
|
6079
|
+
/**
|
|
6080
|
+
* Corresponds to the point in time just before Angular starts processing a component (create or update).
|
|
6081
|
+
*/
|
|
6082
|
+
ComponentStart = 18,
|
|
6083
|
+
/**
|
|
6084
|
+
* Corresponds to the point in time after Angular finished processing a component.
|
|
6085
|
+
*/
|
|
6086
|
+
ComponentEnd = 19,
|
|
6087
|
+
/**
|
|
6088
|
+
* Corresponds to the point in time just before a defer block transitions between states.
|
|
6089
|
+
*/
|
|
6090
|
+
DeferBlockStateStart = 20,
|
|
6091
|
+
/**
|
|
6092
|
+
* Corresponds to the point in time after a defer block transitioned between states.
|
|
6093
|
+
*/
|
|
6094
|
+
DeferBlockStateEnd = 21,
|
|
6095
|
+
/**
|
|
6096
|
+
* Corresponds to the point in time just before a component instance is created dynamically.
|
|
6097
|
+
*/
|
|
6098
|
+
DynamicComponentStart = 22,
|
|
6099
|
+
/**
|
|
6100
|
+
* Corresponds to the point in time after a a component instance is created dynamically.
|
|
6101
|
+
*/
|
|
6102
|
+
DynamicComponentEnd = 23,
|
|
6103
|
+
/**
|
|
6104
|
+
* Corresponds to the point in time before the runtime has called the host bindings function
|
|
6105
|
+
* of a directive.
|
|
6106
|
+
*/
|
|
6107
|
+
HostBindingsUpdateStart = 24,
|
|
6108
|
+
/**
|
|
6109
|
+
* Corresponds to the point in time after the runtime has called the host bindings function
|
|
6110
|
+
* of a directive.
|
|
6111
|
+
*/
|
|
6112
|
+
HostBindingsUpdateEnd = 25
|
|
6113
|
+
}
|
|
6114
|
+
/**
|
|
6115
|
+
* Profiler function which the runtime will invoke before and after user code.
|
|
6116
|
+
*/
|
|
6117
|
+
interface Profiler {
|
|
6118
|
+
(event: ProfilerEvent, instance?: {} | null, eventFn?: Function): void;
|
|
6119
|
+
}
|
|
6120
|
+
|
|
6121
|
+
/** The framework used to author a particular application or component. */
|
|
6122
|
+
declare enum Framework {
|
|
6123
|
+
Angular = "angular",
|
|
6124
|
+
ACX = "acx",
|
|
6125
|
+
Wiz = "wiz"
|
|
6126
|
+
}
|
|
6127
|
+
|
|
5983
6128
|
/**
|
|
5984
6129
|
* Retrieves the component instance associated with a given DOM element.
|
|
5985
6130
|
*
|
|
@@ -6080,12 +6225,6 @@ declare function getInjector(elementOrDir: Element | {}): Injector;
|
|
|
6080
6225
|
* @publicApi
|
|
6081
6226
|
*/
|
|
6082
6227
|
declare function getDirectives(node: Node): {}[];
|
|
6083
|
-
/** The framework used to author a particular application or component. */
|
|
6084
|
-
declare enum Framework {
|
|
6085
|
-
Angular = "angular",
|
|
6086
|
-
ACX = "acx",
|
|
6087
|
-
Wiz = "wiz"
|
|
6088
|
-
}
|
|
6089
6228
|
/** Metadata common to directives from all frameworks. */
|
|
6090
6229
|
interface BaseDirectiveDebugMetadata {
|
|
6091
6230
|
name?: string;
|
|
@@ -8173,6 +8312,8 @@ interface ɵControl<T> {
|
|
|
8173
8312
|
readonly [ɵCONTROL]: undefined;
|
|
8174
8313
|
/** The state of the field bound to this control. */
|
|
8175
8314
|
readonly state: Signal<ɵFieldState<T>>;
|
|
8315
|
+
/** Options for the control. */
|
|
8316
|
+
readonly classes: ReadonlyArray<readonly [string, Signal<boolean>]>;
|
|
8176
8317
|
/** A reference to the interoperable control, if one is present. */
|
|
8177
8318
|
readonly ɵinteropControl: ɵInteropControl | undefined;
|
|
8178
8319
|
/**
|
|
@@ -8575,133 +8716,6 @@ declare function isNgModule<T>(value: Type$1<T>): value is Type$1<T> & {
|
|
|
8575
8716
|
ɵmod: NgModuleDef<T>;
|
|
8576
8717
|
};
|
|
8577
8718
|
|
|
8578
|
-
/**
|
|
8579
|
-
* Profiler events is an enum used by the profiler to distinguish between different calls of user
|
|
8580
|
-
* code invoked throughout the application lifecycle.
|
|
8581
|
-
*/
|
|
8582
|
-
declare const enum ProfilerEvent {
|
|
8583
|
-
/**
|
|
8584
|
-
* Corresponds to the point in time before the runtime has called the template function of a
|
|
8585
|
-
* component with `RenderFlags.Create`.
|
|
8586
|
-
*/
|
|
8587
|
-
TemplateCreateStart = 0,
|
|
8588
|
-
/**
|
|
8589
|
-
* Corresponds to the point in time after the runtime has called the template function of a
|
|
8590
|
-
* component with `RenderFlags.Create`.
|
|
8591
|
-
*/
|
|
8592
|
-
TemplateCreateEnd = 1,
|
|
8593
|
-
/**
|
|
8594
|
-
* Corresponds to the point in time before the runtime has called the template function of a
|
|
8595
|
-
* component with `RenderFlags.Update`.
|
|
8596
|
-
*/
|
|
8597
|
-
TemplateUpdateStart = 2,
|
|
8598
|
-
/**
|
|
8599
|
-
* Corresponds to the point in time after the runtime has called the template function of a
|
|
8600
|
-
* component with `RenderFlags.Update`.
|
|
8601
|
-
*/
|
|
8602
|
-
TemplateUpdateEnd = 3,
|
|
8603
|
-
/**
|
|
8604
|
-
* Corresponds to the point in time before the runtime has called a lifecycle hook of a component
|
|
8605
|
-
* or directive.
|
|
8606
|
-
*/
|
|
8607
|
-
LifecycleHookStart = 4,
|
|
8608
|
-
/**
|
|
8609
|
-
* Corresponds to the point in time after the runtime has called a lifecycle hook of a component
|
|
8610
|
-
* or directive.
|
|
8611
|
-
*/
|
|
8612
|
-
LifecycleHookEnd = 5,
|
|
8613
|
-
/**
|
|
8614
|
-
* Corresponds to the point in time before the runtime has evaluated an expression associated with
|
|
8615
|
-
* an event or an output.
|
|
8616
|
-
*/
|
|
8617
|
-
OutputStart = 6,
|
|
8618
|
-
/**
|
|
8619
|
-
* Corresponds to the point in time after the runtime has evaluated an expression associated with
|
|
8620
|
-
* an event or an output.
|
|
8621
|
-
*/
|
|
8622
|
-
OutputEnd = 7,
|
|
8623
|
-
/**
|
|
8624
|
-
* Corresponds to the point in time just before application bootstrap.
|
|
8625
|
-
*/
|
|
8626
|
-
BootstrapApplicationStart = 8,
|
|
8627
|
-
/**
|
|
8628
|
-
* Corresponds to the point in time after application bootstrap.
|
|
8629
|
-
*/
|
|
8630
|
-
BootstrapApplicationEnd = 9,
|
|
8631
|
-
/**
|
|
8632
|
-
* Corresponds to the point in time just before root component bootstrap.
|
|
8633
|
-
*/
|
|
8634
|
-
BootstrapComponentStart = 10,
|
|
8635
|
-
/**
|
|
8636
|
-
* Corresponds to the point in time after root component bootstrap.
|
|
8637
|
-
*/
|
|
8638
|
-
BootstrapComponentEnd = 11,
|
|
8639
|
-
/**
|
|
8640
|
-
* Corresponds to the point in time just before Angular starts a change detection tick.
|
|
8641
|
-
*/
|
|
8642
|
-
ChangeDetectionStart = 12,
|
|
8643
|
-
/**
|
|
8644
|
-
* Corresponds to the point in time after Angular ended a change detection tick.
|
|
8645
|
-
*/
|
|
8646
|
-
ChangeDetectionEnd = 13,
|
|
8647
|
-
/**
|
|
8648
|
-
* Corresponds to the point in time just before Angular starts a new synchronization pass of change detection tick.
|
|
8649
|
-
*/
|
|
8650
|
-
ChangeDetectionSyncStart = 14,
|
|
8651
|
-
/**
|
|
8652
|
-
* Corresponds to the point in time after Angular ended a synchronization pass.
|
|
8653
|
-
*/
|
|
8654
|
-
ChangeDetectionSyncEnd = 15,
|
|
8655
|
-
/**
|
|
8656
|
-
* Corresponds to the point in time just before Angular executes after render hooks.
|
|
8657
|
-
*/
|
|
8658
|
-
AfterRenderHooksStart = 16,
|
|
8659
|
-
/**
|
|
8660
|
-
* Corresponds to the point in time after Angular executed after render hooks.
|
|
8661
|
-
*/
|
|
8662
|
-
AfterRenderHooksEnd = 17,
|
|
8663
|
-
/**
|
|
8664
|
-
* Corresponds to the point in time just before Angular starts processing a component (create or update).
|
|
8665
|
-
*/
|
|
8666
|
-
ComponentStart = 18,
|
|
8667
|
-
/**
|
|
8668
|
-
* Corresponds to the point in time after Angular finished processing a component.
|
|
8669
|
-
*/
|
|
8670
|
-
ComponentEnd = 19,
|
|
8671
|
-
/**
|
|
8672
|
-
* Corresponds to the point in time just before a defer block transitions between states.
|
|
8673
|
-
*/
|
|
8674
|
-
DeferBlockStateStart = 20,
|
|
8675
|
-
/**
|
|
8676
|
-
* Corresponds to the point in time after a defer block transitioned between states.
|
|
8677
|
-
*/
|
|
8678
|
-
DeferBlockStateEnd = 21,
|
|
8679
|
-
/**
|
|
8680
|
-
* Corresponds to the point in time just before a component instance is created dynamically.
|
|
8681
|
-
*/
|
|
8682
|
-
DynamicComponentStart = 22,
|
|
8683
|
-
/**
|
|
8684
|
-
* Corresponds to the point in time after a a component instance is created dynamically.
|
|
8685
|
-
*/
|
|
8686
|
-
DynamicComponentEnd = 23,
|
|
8687
|
-
/**
|
|
8688
|
-
* Corresponds to the point in time before the runtime has called the host bindings function
|
|
8689
|
-
* of a directive.
|
|
8690
|
-
*/
|
|
8691
|
-
HostBindingsUpdateStart = 24,
|
|
8692
|
-
/**
|
|
8693
|
-
* Corresponds to the point in time after the runtime has called the host bindings function
|
|
8694
|
-
* of a directive.
|
|
8695
|
-
*/
|
|
8696
|
-
HostBindingsUpdateEnd = 25
|
|
8697
|
-
}
|
|
8698
|
-
/**
|
|
8699
|
-
* Profiler function which the runtime will invoke before and after user code.
|
|
8700
|
-
*/
|
|
8701
|
-
interface Profiler {
|
|
8702
|
-
(event: ProfilerEvent, instance?: {} | null, eventFn?: Function): void;
|
|
8703
|
-
}
|
|
8704
|
-
|
|
8705
8719
|
/**
|
|
8706
8720
|
* Adds a callback function which will be invoked before and after performing certain actions at
|
|
8707
8721
|
* runtime (for example, before and after running change detection). Multiple profiler callbacks can be set:
|
|
@@ -9043,17 +9057,14 @@ declare function ɵɵtrustConstantResourceUrl(url: TemplateStringsArray): Truste
|
|
|
9043
9057
|
* @codeGenApi
|
|
9044
9058
|
*/
|
|
9045
9059
|
declare function ɵɵsanitizeUrlOrResourceUrl(unsafeUrl: any, tag: string, prop: string): any;
|
|
9046
|
-
|
|
9047
9060
|
/**
|
|
9048
|
-
*
|
|
9049
|
-
* represent a security-sensitive attribute of an <iframe>.
|
|
9050
|
-
* See `IFRAME_SECURITY_SENSITIVE_ATTRS` in the
|
|
9051
|
-
* `packages/compiler/src/schema/dom_security_schema.ts` script for the full list
|
|
9052
|
-
* of such attributes.
|
|
9061
|
+
* Validates that the attribute binding is safe to use.
|
|
9053
9062
|
*
|
|
9054
|
-
* @
|
|
9063
|
+
* @param value The value of the attribute.
|
|
9064
|
+
* @param tagName The name of the tag.
|
|
9065
|
+
* @param attributeName The name of the attribute.
|
|
9055
9066
|
*/
|
|
9056
|
-
declare function
|
|
9067
|
+
declare function ɵɵvalidateAttribute(value: unknown, tagName: string, attributeName: string): unknown;
|
|
9057
9068
|
|
|
9058
9069
|
/**
|
|
9059
9070
|
* Represents the set of dependencies of a type in a certain context.
|
|
@@ -9445,5 +9456,5 @@ declare const DOCUMENT: InjectionToken<Document>;
|
|
|
9445
9456
|
*/
|
|
9446
9457
|
declare function provideNgReflectAttributes(): EnvironmentProviders;
|
|
9447
9458
|
|
|
9448
|
-
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, HydrationStatus as ɵHydrationStatus, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getComponentDef as ɵgetComponentDef, getDirectives as ɵgetDirectives, getDocument as ɵgetDocument, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
9459
|
+
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, HydrationStatus as ɵHydrationStatus, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getComponentDef as ɵgetComponentDef, getDirectives as ɵgetDirectives, getDocument as ɵgetDocument, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
9449
9460
|
export type { AfterContentChecked, AfterContentInit, AfterRenderOptions, AfterViewChecked, AfterViewInit, ApplicationConfig, AttributeDecorator, ComponentMirror, ContentChildDecorator, ContentChildFunction, ContentChildrenDecorator, CreateComputedOptions, DoBootstrap, DoCheck, ForwardRefFn, GetTestability, HostDecorator, ImportProvidersSource, InjectDecorator, InjectableDecorator, InjectableProvider, InputFunction, InputOptions, InputOptionsWithTransform, InputOptionsWithoutTransform, InputSignal, InputSignalWithTransform, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDifferFactory, KeyValueChangeRecord, KeyValueChanges, KeyValueDiffer, KeyValueDifferFactory, ModelFunction, ModelOptions, ModelSignal, NgIterable, NgZoneOptions, OnChanges, OnDestroy, OnInit, OptionalDecorator, PipeTransform, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, ɵControl, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵFieldState, ɵFirstAvailable, ɵFirstAvailableSignal, FrameworkAgnosticGlobalUtils as ɵFrameworkAgnosticGlobalUtils, GlobalDevModeUtils as ɵGlobalDevModeUtils, HydratedNode as ɵHydratedNode, HydrationInfo as ɵHydrationInfo, ImageConfig as ɵImageConfig, InjectorProfilerContext as ɵInjectorProfilerContext, ɵInteropControl, NgModuleDef as ɵNgModuleDef, NgModuleTransitiveScopes as ɵNgModuleTransitiveScopes, NgModuleType as ɵNgModuleType, Profiler as ɵProfiler, ProviderRecord as ɵProviderRecord, SafeHtml as ɵSafeHtml, SafeResourceUrl as ɵSafeResourceUrl, SafeScript as ɵSafeScript, SafeStyle as ɵSafeStyle, SafeUrl as ɵSafeUrl, SafeValue as ɵSafeValue, ɵUnwrapDirectiveSignalInputs, WizComponentDebugMetadata as ɵWizComponentDebugMetadata };
|
package/types/primitives-di.d.ts
CHANGED
package/types/rxjs-interop.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -135,6 +135,10 @@ interface ToSignalOptions<T> {
|
|
|
135
135
|
* Equality comparisons are executed against the initial value if one is provided.
|
|
136
136
|
*/
|
|
137
137
|
equal?: ValueEqualityFn<T>;
|
|
138
|
+
/**
|
|
139
|
+
* A debug name for the signal. Used in Angular DevTools to identify the signal.
|
|
140
|
+
*/
|
|
141
|
+
debugName?: string;
|
|
138
142
|
}
|
|
139
143
|
declare function toSignal<T>(source: Observable<T> | Subscribable<T>): Signal<T | undefined>;
|
|
140
144
|
declare function toSignal<T>(source: Observable<T> | Subscribable<T>, options: NoInfer<ToSignalOptions<T | undefined>> & {
|
package/types/testing.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.0.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -147,6 +147,8 @@ declare class ComponentFixture<T> {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
|
+
* IMPORTANT: This API requires Zone.js
|
|
151
|
+
*
|
|
150
152
|
* Clears out the shared fake async zone for a test.
|
|
151
153
|
* To be called in a global `beforeEach`.
|
|
152
154
|
*
|
|
@@ -154,6 +156,8 @@ declare class ComponentFixture<T> {
|
|
|
154
156
|
*/
|
|
155
157
|
declare function resetFakeAsyncZone(): void;
|
|
156
158
|
/**
|
|
159
|
+
* IMPORTANT: This API requires Zone.js
|
|
160
|
+
*
|
|
157
161
|
* Wraps a function to be executed in the `fakeAsync` zone:
|
|
158
162
|
* - Microtasks are manually executed by calling `flushMicrotasks()`.
|
|
159
163
|
* - Timers are synchronous; `tick()` simulates the asynchronous passage of time.
|
|
@@ -181,6 +185,8 @@ declare function fakeAsync(fn: Function, options?: {
|
|
|
181
185
|
flush?: boolean;
|
|
182
186
|
}): (...args: any[]) => any;
|
|
183
187
|
/**
|
|
188
|
+
* IMPORTANT: This API requires Zone.js
|
|
189
|
+
*
|
|
184
190
|
* Simulates the asynchronous passage of time for the timers in the `fakeAsync` zone.
|
|
185
191
|
*
|
|
186
192
|
* The microtasks queue is drained at the very start of this function and after any timer callback
|
|
@@ -248,6 +254,8 @@ declare function tick(millis?: number, tickOptions?: {
|
|
|
248
254
|
processNewMacroTasksSynchronously: boolean;
|
|
249
255
|
}): void;
|
|
250
256
|
/**
|
|
257
|
+
* IMPORTANT: This API requires Zone.js
|
|
258
|
+
*
|
|
251
259
|
* Flushes any pending microtasks and simulates the asynchronous passage of time for the timers in
|
|
252
260
|
* the `fakeAsync` zone by
|
|
253
261
|
* draining the macrotask queue until it is empty.
|
|
@@ -260,12 +268,16 @@ declare function tick(millis?: number, tickOptions?: {
|
|
|
260
268
|
*/
|
|
261
269
|
declare function flush(maxTurns?: number): number;
|
|
262
270
|
/**
|
|
271
|
+
* IMPORTANT: This API requires Zone.js
|
|
272
|
+
*
|
|
263
273
|
* Discard all remaining periodic tasks.
|
|
264
274
|
*
|
|
265
275
|
* @publicApi
|
|
266
276
|
*/
|
|
267
277
|
declare function discardPeriodicTasks(): void;
|
|
268
278
|
/**
|
|
279
|
+
* IMPORTANT: This API requires Zone.js
|
|
280
|
+
*
|
|
269
281
|
* Flush any pending microtasks.
|
|
270
282
|
*
|
|
271
283
|
* @publicApi
|