@angular/core 21.1.0-next.3 → 21.1.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/fesm2022/_attribute-chunk.mjs +2 -2
- package/fesm2022/_attribute-chunk.mjs.map +1 -1
- package/fesm2022/_debug_node-chunk.mjs +147 -103
- package/fesm2022/_debug_node-chunk.mjs.map +1 -1
- package/fesm2022/_effect-chunk.mjs +4 -4
- package/fesm2022/_effect-chunk.mjs.map +1 -1
- package/fesm2022/_linked_signal-chunk.mjs +3 -3
- package/fesm2022/_linked_signal-chunk.mjs.map +1 -1
- package/fesm2022/_not_found-chunk.mjs +2 -2
- package/fesm2022/_not_found-chunk.mjs.map +1 -1
- package/fesm2022/_resource-chunk.mjs +2 -2
- package/fesm2022/_resource-chunk.mjs.map +1 -1
- package/fesm2022/_untracked-chunk.mjs +21 -5
- package/fesm2022/_untracked-chunk.mjs.map +1 -1
- package/fesm2022/_weak_ref-chunk.mjs +2 -2
- package/fesm2022/_weak_ref-chunk.mjs.map +1 -1
- package/fesm2022/core.mjs +626 -567
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives-di.mjs +2 -2
- package/fesm2022/primitives-di.mjs.map +1 -1
- package/fesm2022/primitives-event-dispatch.mjs +2 -2
- package/fesm2022/primitives-event-dispatch.mjs.map +1 -1
- package/fesm2022/primitives-signals.mjs +2 -2
- package/fesm2022/primitives-signals.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +2 -2
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +9 -7
- package/fesm2022/testing.mjs.map +1 -1
- package/package.json +2 -2
- package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
- package/schematics/bundles/application-config-core.cjs +6 -6
- package/schematics/bundles/{apply_import_manager-1Zs_gpB6.cjs → apply_import_manager-CxA_YYgB.cjs} +3 -3
- package/schematics/bundles/bootstrap-options-migration.cjs +8 -8
- package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
- package/schematics/bundles/common-to-standalone-migration.cjs +9 -9
- package/schematics/bundles/{compiler_host-DBwYMlTo.cjs → compiler_host-CY14HvaP.cjs} +2 -2
- package/schematics/bundles/control-flow-migration.cjs +5 -5
- package/schematics/bundles/{imports-DP72APSx.cjs → imports-CVmcbVA9.cjs} +2 -2
- package/schematics/bundles/{index-B7I9sIUx.cjs → index-BtLcQH8g.cjs} +6 -5
- package/schematics/bundles/inject-migration.cjs +8 -8
- package/schematics/bundles/{leading_space-D9nQ8UQC.cjs → leading_space-BTPRV0wu.cjs} +2 -2
- package/schematics/bundles/{migrate_ts_type_references-UGIUl7En.cjs → migrate_ts_type_references-CV7qdt5t.cjs} +5 -5
- package/schematics/bundles/{ng_component_template-Dsuq1Lw7.cjs → ng_component_template-BOuKAnQd.cjs} +4 -4
- package/schematics/bundles/{ng_decorators-DSFlWYQY.cjs → ng_decorators-DYy6II6x.cjs} +3 -3
- package/schematics/bundles/ngclass-to-class-migration.cjs +10 -10
- package/schematics/bundles/ngstyle-to-style-migration.cjs +10 -10
- package/schematics/bundles/{nodes-B16H9JUd.cjs → nodes-ZSQ7WZRB.cjs} +2 -2
- package/schematics/bundles/output-migration.cjs +6 -6
- package/schematics/bundles/{parse_html-8VLCL37B.cjs → parse_html-C8eKA9px.cjs} +2 -2
- package/schematics/bundles/{project_paths-DvD50ouC.cjs → project_paths-D2V-Uh2L.cjs} +3 -3
- package/schematics/bundles/{project_tsconfig_paths-CDVxT6Ov.cjs → project_tsconfig_paths-DkkMibv-.cjs} +2 -2
- package/schematics/bundles/{property_name-BBwFuqMe.cjs → property_name-BCpALNpZ.cjs} +2 -2
- package/schematics/bundles/route-lazy-loading.cjs +5 -5
- package/schematics/bundles/router-current-navigation.cjs +6 -6
- package/schematics/bundles/router-last-successful-navigation.cjs +6 -6
- package/schematics/bundles/router-testing-module-migration.cjs +5 -5
- package/schematics/bundles/self-closing-tags-migration.cjs +9 -9
- package/schematics/bundles/signal-input-migration.cjs +8 -8
- package/schematics/bundles/signal-queries-migration.cjs +8 -8
- package/schematics/bundles/signals.cjs +8 -8
- package/schematics/bundles/standalone-migration.cjs +8 -8
- package/schematics/bundles/{symbol-BObKoqes.cjs → symbol-DZeHSR-V.cjs} +2 -2
- package/types/_api-chunk.d.ts +2 -2
- package/types/_chrome_dev_tools_performance-chunk.d.ts +2 -2
- package/types/_discovery-chunk.d.ts +8 -7
- package/types/_effect-chunk.d.ts +2 -2
- package/types/_event_dispatcher-chunk.d.ts +2 -2
- package/types/_formatter-chunk.d.ts +2 -2
- package/types/_weak_ref-chunk.d.ts +2 -2
- package/types/core.d.ts +85 -31
- package/types/primitives-di.d.ts +2 -2
- package/types/primitives-event-dispatch.d.ts +2 -2
- package/types/primitives-signals.d.ts +2 -2
- package/types/rxjs-interop.d.ts +2 -2
- package/types/testing.d.ts +9 -9
package/types/core.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0-
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0-rc.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -965,6 +965,7 @@ interface ContentChildrenDecorator {
|
|
|
965
965
|
* {@example core/di/ts/contentChildren/content_children_example.ts region='Component'}
|
|
966
966
|
*
|
|
967
967
|
* @Annotation
|
|
968
|
+
* @see [Content queries](guide/components/queries#decorator-content-queries)
|
|
968
969
|
*/
|
|
969
970
|
(selector: ProviderToken<unknown> | Function | string, opts?: {
|
|
970
971
|
descendants?: boolean;
|
|
@@ -1057,6 +1058,7 @@ interface ContentChildDecorator {
|
|
|
1057
1058
|
* {@example core/di/ts/contentChild/content_child_example.ts region='Component'}
|
|
1058
1059
|
*
|
|
1059
1060
|
* @Annotation
|
|
1061
|
+
* @see [Content queries](guide/components/queries#decorator-content-queries)
|
|
1060
1062
|
*/
|
|
1061
1063
|
(selector: ProviderToken<unknown> | Function | string, opts?: {
|
|
1062
1064
|
descendants?: boolean;
|
|
@@ -1142,6 +1144,7 @@ interface ViewChildrenDecorator {
|
|
|
1142
1144
|
* {@example core/di/ts/viewChildren/view_children_example.ts region='Component'}
|
|
1143
1145
|
*
|
|
1144
1146
|
* @Annotation
|
|
1147
|
+
* @see [View queries](guide/components/queries#decorator-view-queries)
|
|
1145
1148
|
*/
|
|
1146
1149
|
(selector: ProviderToken<unknown> | Function | string, opts?: {
|
|
1147
1150
|
read?: any;
|
|
@@ -1225,6 +1228,7 @@ interface ViewChildDecorator {
|
|
|
1225
1228
|
* {@example core/di/ts/viewChild/view_child_howto.ts region='HowTo'}
|
|
1226
1229
|
*
|
|
1227
1230
|
* @Annotation
|
|
1231
|
+
* @see [View queries](guide/components/queries#decorator-view-queries)
|
|
1228
1232
|
*/
|
|
1229
1233
|
(selector: ProviderToken<unknown> | Function | string, opts?: {
|
|
1230
1234
|
read?: any;
|
|
@@ -2648,6 +2652,7 @@ declare function afterRenderEffect<E = never, W = never, M = never>(spec: {
|
|
|
2648
2652
|
* to disallow certain code from running inside a reactive context (see {@link /api/core/rxjs-interop/toSignal toSignal})
|
|
2649
2653
|
*
|
|
2650
2654
|
* @param debugFn a reference to the function making the assertion (used for the error message).
|
|
2655
|
+
* @see [Asserts the reactive context](guide/signals#asserts-the-reactive-context)
|
|
2651
2656
|
*
|
|
2652
2657
|
* @publicApi
|
|
2653
2658
|
*/
|
|
@@ -3515,6 +3520,8 @@ declare function getNgModuleById<T>(id: string): Type$1<T>;
|
|
|
3515
3520
|
*
|
|
3516
3521
|
* @see {@link ViewContainerRef}
|
|
3517
3522
|
*
|
|
3523
|
+
* @see [Getting a reference to a template fragment](guide/templates/ng-template#getting-a-reference-to-a-template-fragment)
|
|
3524
|
+
*
|
|
3518
3525
|
* @publicApi
|
|
3519
3526
|
*/
|
|
3520
3527
|
declare class TemplateRef<C> {
|
|
@@ -3586,6 +3593,7 @@ declare class TemplateRef<C> {
|
|
|
3586
3593
|
*
|
|
3587
3594
|
* @see {@link ComponentRef}
|
|
3588
3595
|
* @see {@link EmbeddedViewRef}
|
|
3596
|
+
* @see [Using ViewContainerRef](guide/components/programmatic-rendering#using-viewcontainerref)
|
|
3589
3597
|
*
|
|
3590
3598
|
* @publicApi
|
|
3591
3599
|
*/
|
|
@@ -3798,13 +3806,18 @@ declare function createOrReusePlatformInjector(providers?: StaticProvider[]): In
|
|
|
3798
3806
|
*
|
|
3799
3807
|
* Note that the provided initializer is run in the injection context.
|
|
3800
3808
|
*
|
|
3801
|
-
*
|
|
3809
|
+
* @usageNotes
|
|
3810
|
+
* The platform initializer should be provided during platform creation:
|
|
3802
3811
|
*
|
|
3803
|
-
*
|
|
3812
|
+
* ```ts
|
|
3813
|
+
* const platformRef = platformBrowser([ providePlatformInitializer(() => ...) ]);
|
|
3814
|
+
*
|
|
3815
|
+
* bootstrapApplication(App, appConfig, { platformRef })
|
|
3816
|
+
* ```
|
|
3804
3817
|
*
|
|
3805
3818
|
* @publicApi
|
|
3806
3819
|
*/
|
|
3807
|
-
declare function providePlatformInitializer(initializerFn: () => void):
|
|
3820
|
+
declare function providePlatformInitializer(initializerFn: () => void): StaticProvider;
|
|
3808
3821
|
|
|
3809
3822
|
/**
|
|
3810
3823
|
* Internal token used to verify that `provideZoneChangeDetection` is not used
|
|
@@ -4128,6 +4141,33 @@ declare const IMAGE_CONFIG_DEFAULTS: ImageConfig;
|
|
|
4128
4141
|
*/
|
|
4129
4142
|
declare const IMAGE_CONFIG: InjectionToken<ImageConfig>;
|
|
4130
4143
|
|
|
4144
|
+
/**
|
|
4145
|
+
* Provides an application initializer that will log information about what tasks are keeping
|
|
4146
|
+
* the application from stabilizing if the application does not stabilize within 9 seconds.
|
|
4147
|
+
*
|
|
4148
|
+
* The logged information includes the stack of the tasks preventing stability. This stack can be traced
|
|
4149
|
+
* back to the source in the application code.
|
|
4150
|
+
*
|
|
4151
|
+
* If you are using Zone.js, it is recommended that you also temporarily import "zone.js/plugins/task-tracking".
|
|
4152
|
+
* This Zone.js plugin provides additional information about which macrotasks are scheduled in the Angular Zone
|
|
4153
|
+
* and keeping the Zone from stabilizing.
|
|
4154
|
+
*
|
|
4155
|
+
* @usageNotes
|
|
4156
|
+
*
|
|
4157
|
+
* ```ts
|
|
4158
|
+
* import 'zone.js/plugins/task-tracking';
|
|
4159
|
+
*
|
|
4160
|
+
* bootstrapApplication(AppComponent, {providers: [provideStabilityDebugging()]});
|
|
4161
|
+
* ```
|
|
4162
|
+
*
|
|
4163
|
+
* IMPORTANT: Neither the zone.js task tracking plugin nor this utility are removed from production bundles.
|
|
4164
|
+
* They are intended for temporary use while debugging stability issues during development, including for
|
|
4165
|
+
* optimized production builds.
|
|
4166
|
+
*
|
|
4167
|
+
* @publicApi 21.1
|
|
4168
|
+
*/
|
|
4169
|
+
declare function provideStabilityDebugging(): EnvironmentProviders;
|
|
4170
|
+
|
|
4131
4171
|
/**
|
|
4132
4172
|
* A DI token that you can use to provide
|
|
4133
4173
|
* one or more initialization functions.
|
|
@@ -4494,6 +4534,7 @@ declare const platformCore: (extraProviders?: StaticProvider[] | undefined) => P
|
|
|
4494
4534
|
* ```
|
|
4495
4535
|
*
|
|
4496
4536
|
* @publicApi
|
|
4537
|
+
* @see [Import global variants of the locale data](guide/i18n/import-global-variants)
|
|
4497
4538
|
*/
|
|
4498
4539
|
declare const LOCALE_ID: InjectionToken<string>;
|
|
4499
4540
|
/**
|
|
@@ -4889,6 +4930,11 @@ declare const enum RuntimeErrorCode {
|
|
|
4889
4930
|
MISSING_DIRECTIVE_DEFINITION = 916,
|
|
4890
4931
|
NO_COMPONENT_FACTORY_FOUND = 917,
|
|
4891
4932
|
EXTERNAL_RESOURCE_LOADING_FAILED = 918,
|
|
4933
|
+
DEF_TYPE_UNDEFINED = -919,
|
|
4934
|
+
NG_MODULE_ID_NOT_FOUND = 920,
|
|
4935
|
+
DUPLICATE_NG_MODULE_ID = 921,
|
|
4936
|
+
VIEW_DESTROYED_INSERT_ERROR = 922,
|
|
4937
|
+
VIEW_DESTROYED_MOVE_ERROR = 923,
|
|
4892
4938
|
REQUIRED_INPUT_NO_VALUE = -950,
|
|
4893
4939
|
REQUIRED_QUERY_NO_VALUE = -951,
|
|
4894
4940
|
REQUIRED_MODEL_NO_VALUE = 952,
|
|
@@ -5093,6 +5139,14 @@ declare function withEventReplay(): Provider[];
|
|
|
5093
5139
|
* during hydration is enabled.
|
|
5094
5140
|
*/
|
|
5095
5141
|
declare const IS_HYDRATION_DOM_REUSE_ENABLED: InjectionToken<boolean>;
|
|
5142
|
+
/**
|
|
5143
|
+
* A type of the queue that stores events occurring during the hydration process.
|
|
5144
|
+
*/
|
|
5145
|
+
type EventReplayQueue = {
|
|
5146
|
+
event: Event;
|
|
5147
|
+
currentTarget: Element;
|
|
5148
|
+
}[];
|
|
5149
|
+
declare const EVENT_REPLAY_QUEUE: InjectionToken<EventReplayQueue>;
|
|
5096
5150
|
/**
|
|
5097
5151
|
* Internal token that indicates whether incremental hydration support
|
|
5098
5152
|
* is enabled.
|
|
@@ -5120,7 +5174,7 @@ declare function registerLocaleData(data: any, localeId?: string | any, extraDat
|
|
|
5120
5174
|
*
|
|
5121
5175
|
* @param locale The locale code.
|
|
5122
5176
|
* @returns The locale data.
|
|
5123
|
-
* @see [Internationalization (i18n) Guide](
|
|
5177
|
+
* @see [Internationalization (i18n) Guide](guide/i18n)
|
|
5124
5178
|
*/
|
|
5125
5179
|
declare function findLocaleData(locale: string): any;
|
|
5126
5180
|
/**
|
|
@@ -5242,6 +5296,7 @@ declare class PendingTasksInternal implements OnDestroy {
|
|
|
5242
5296
|
private pendingTasks;
|
|
5243
5297
|
private destroyed;
|
|
5244
5298
|
private pendingTask;
|
|
5299
|
+
private debugTaskTracker;
|
|
5245
5300
|
get hasPendingTasks(): boolean;
|
|
5246
5301
|
/**
|
|
5247
5302
|
* In case the service is about to be destroyed, return a self-completing observable.
|
|
@@ -5571,7 +5626,7 @@ declare const PERFORMANCE_MARK_PREFIX = "\uD83C\uDD70\uFE0F";
|
|
|
5571
5626
|
* Function that will start measuring against the performance API
|
|
5572
5627
|
* Should be used in pair with stopMeasuring
|
|
5573
5628
|
*/
|
|
5574
|
-
declare function startMeasuring
|
|
5629
|
+
declare function startMeasuring(label: string): void;
|
|
5575
5630
|
/**
|
|
5576
5631
|
* Function that will stop measuring against the performance API
|
|
5577
5632
|
* Should be used in pair with startMeasuring
|
|
@@ -5749,7 +5804,7 @@ declare class DehydratedBlockRegistry {
|
|
|
5749
5804
|
* to avoid calling `setTimeout` for each defer block (e.g. if defer blocks
|
|
5750
5805
|
* are created inside a for loop).
|
|
5751
5806
|
*/
|
|
5752
|
-
declare class TimerScheduler {
|
|
5807
|
+
declare class TimerScheduler implements OnDestroy {
|
|
5753
5808
|
executingCallbacks: boolean;
|
|
5754
5809
|
timeoutId: number | null;
|
|
5755
5810
|
invokeTimerAt: number | null;
|
|
@@ -5772,7 +5827,8 @@ declare class TimerScheduler {
|
|
|
5772
5827
|
*/
|
|
5773
5828
|
declare function ɵassertType<T>(value: unknown): asserts value is T;
|
|
5774
5829
|
|
|
5775
|
-
|
|
5830
|
+
/** Tracks the IDs of LViews with leaving animations. */
|
|
5831
|
+
declare const allLeavingAnimations: Set<number>;
|
|
5776
5832
|
|
|
5777
5833
|
declare function compileNgModuleFactory<M>(injector: Injector, options: CompilerOptions, moduleType: Type$1<M>): Promise<NgModuleFactory$1<M>>;
|
|
5778
5834
|
|
|
@@ -6658,7 +6714,7 @@ declare function ɵɵcontrolCreate(): void;
|
|
|
6658
6714
|
*
|
|
6659
6715
|
* @codeGenApi
|
|
6660
6716
|
*/
|
|
6661
|
-
declare function ɵɵcontrol<T>(value: T, sanitizer?: SanitizerFn | null): void;
|
|
6717
|
+
declare function ɵɵcontrol<T>(value: T, name: string, sanitizer?: SanitizerFn | null): void;
|
|
6662
6718
|
/**
|
|
6663
6719
|
* Calls {@link updateControl} with the current `LView` and selected `TNode`.
|
|
6664
6720
|
*
|
|
@@ -8104,12 +8160,11 @@ declare function ɵɵpipeBindV(index: number, slotOffset: number, values: [any,
|
|
|
8104
8160
|
*
|
|
8105
8161
|
* @param slotOffset the offset from binding root to the reserved slot
|
|
8106
8162
|
* @param pureFn Function that returns a value
|
|
8107
|
-
* @param thisArg Optional calling context of pureFn
|
|
8108
8163
|
* @returns value
|
|
8109
8164
|
*
|
|
8110
8165
|
* @codeGenApi
|
|
8111
8166
|
*/
|
|
8112
|
-
declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T
|
|
8167
|
+
declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T): T;
|
|
8113
8168
|
/**
|
|
8114
8169
|
* If the value of the provided exp has changed, calls the pure function to return
|
|
8115
8170
|
* an updated value. Or if the value has not changed, returns cached value.
|
|
@@ -8117,12 +8172,11 @@ declare function ɵɵpureFunction0<T>(slotOffset: number, pureFn: () => T, thisA
|
|
|
8117
8172
|
* @param slotOffset the offset from binding root to the reserved slot
|
|
8118
8173
|
* @param pureFn Function that returns an updated value
|
|
8119
8174
|
* @param exp Updated expression value
|
|
8120
|
-
* @param thisArg Optional calling context of pureFn
|
|
8121
8175
|
* @returns Updated or cached value
|
|
8122
8176
|
*
|
|
8123
8177
|
* @codeGenApi
|
|
8124
8178
|
*/
|
|
8125
|
-
declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any
|
|
8179
|
+
declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any): any;
|
|
8126
8180
|
/**
|
|
8127
8181
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8128
8182
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8131,12 +8185,11 @@ declare function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any,
|
|
|
8131
8185
|
* @param pureFn
|
|
8132
8186
|
* @param exp1
|
|
8133
8187
|
* @param exp2
|
|
8134
|
-
* @param thisArg Optional calling context of pureFn
|
|
8135
8188
|
* @returns Updated or cached value
|
|
8136
8189
|
*
|
|
8137
8190
|
* @codeGenApi
|
|
8138
8191
|
*/
|
|
8139
|
-
declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any
|
|
8192
|
+
declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any): any;
|
|
8140
8193
|
/**
|
|
8141
8194
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8142
8195
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8146,12 +8199,11 @@ declare function ɵɵpureFunction2(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8146
8199
|
* @param exp1
|
|
8147
8200
|
* @param exp2
|
|
8148
8201
|
* @param exp3
|
|
8149
|
-
* @param thisArg Optional calling context of pureFn
|
|
8150
8202
|
* @returns Updated or cached value
|
|
8151
8203
|
*
|
|
8152
8204
|
* @codeGenApi
|
|
8153
8205
|
*/
|
|
8154
|
-
declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any
|
|
8206
|
+
declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any, v3: any) => any, exp1: any, exp2: any, exp3: any): any;
|
|
8155
8207
|
/**
|
|
8156
8208
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8157
8209
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8162,7 +8214,6 @@ declare function ɵɵpureFunction3(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8162
8214
|
* @param exp2
|
|
8163
8215
|
* @param exp3
|
|
8164
8216
|
* @param exp4
|
|
8165
|
-
* @param thisArg Optional calling context of pureFn
|
|
8166
8217
|
* @returns Updated or cached value
|
|
8167
8218
|
*
|
|
8168
8219
|
* @codeGenApi
|
|
@@ -8179,12 +8230,11 @@ declare function ɵɵpureFunction4(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8179
8230
|
* @param exp3
|
|
8180
8231
|
* @param exp4
|
|
8181
8232
|
* @param exp5
|
|
8182
|
-
* @param thisArg Optional calling context of pureFn
|
|
8183
8233
|
* @returns Updated or cached value
|
|
8184
8234
|
*
|
|
8185
8235
|
* @codeGenApi
|
|
8186
8236
|
*/
|
|
8187
|
-
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
|
|
8237
|
+
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;
|
|
8188
8238
|
/**
|
|
8189
8239
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8190
8240
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8197,12 +8247,11 @@ declare function ɵɵpureFunction5(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8197
8247
|
* @param exp4
|
|
8198
8248
|
* @param exp5
|
|
8199
8249
|
* @param exp6
|
|
8200
|
-
* @param thisArg Optional calling context of pureFn
|
|
8201
8250
|
* @returns Updated or cached value
|
|
8202
8251
|
*
|
|
8203
8252
|
* @codeGenApi
|
|
8204
8253
|
*/
|
|
8205
|
-
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
|
|
8254
|
+
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;
|
|
8206
8255
|
/**
|
|
8207
8256
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8208
8257
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8216,12 +8265,11 @@ declare function ɵɵpureFunction6(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8216
8265
|
* @param exp5
|
|
8217
8266
|
* @param exp6
|
|
8218
8267
|
* @param exp7
|
|
8219
|
-
* @param thisArg Optional calling context of pureFn
|
|
8220
8268
|
* @returns Updated or cached value
|
|
8221
8269
|
*
|
|
8222
8270
|
* @codeGenApi
|
|
8223
8271
|
*/
|
|
8224
|
-
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
|
|
8272
|
+
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;
|
|
8225
8273
|
/**
|
|
8226
8274
|
* If the value of any provided exp has changed, calls the pure function to return
|
|
8227
8275
|
* an updated value. Or if no values have changed, returns cached value.
|
|
@@ -8236,12 +8284,11 @@ declare function ɵɵpureFunction7(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8236
8284
|
* @param exp6
|
|
8237
8285
|
* @param exp7
|
|
8238
8286
|
* @param exp8
|
|
8239
|
-
* @param thisArg Optional calling context of pureFn
|
|
8240
8287
|
* @returns Updated or cached value
|
|
8241
8288
|
*
|
|
8242
8289
|
* @codeGenApi
|
|
8243
8290
|
*/
|
|
8244
|
-
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
|
|
8291
|
+
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;
|
|
8245
8292
|
/**
|
|
8246
8293
|
* pureFunction instruction that can support any number of bindings.
|
|
8247
8294
|
*
|
|
@@ -8252,12 +8299,11 @@ declare function ɵɵpureFunction8(slotOffset: number, pureFn: (v1: any, v2: any
|
|
|
8252
8299
|
* @param pureFn A pure function that takes binding values and builds an object or array
|
|
8253
8300
|
* containing those values.
|
|
8254
8301
|
* @param exps An array of binding values
|
|
8255
|
-
* @param thisArg Optional calling context of pureFn
|
|
8256
8302
|
* @returns Updated or cached value
|
|
8257
8303
|
*
|
|
8258
8304
|
* @codeGenApi
|
|
8259
8305
|
*/
|
|
8260
|
-
declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[]
|
|
8306
|
+
declare function ɵɵpureFunctionV(slotOffset: number, pureFn: (...v: any[]) => any, exps: any[]): any;
|
|
8261
8307
|
|
|
8262
8308
|
/**
|
|
8263
8309
|
*
|
|
@@ -9450,6 +9496,14 @@ declare function mergeApplicationConfig(...configs: ApplicationConfig[]): Applic
|
|
|
9450
9496
|
* @publicApi
|
|
9451
9497
|
*/
|
|
9452
9498
|
declare const REQUEST: InjectionToken<Request | null>;
|
|
9499
|
+
/**
|
|
9500
|
+
* Type that represents the initialization options for a response.
|
|
9501
|
+
*
|
|
9502
|
+
* @publicApi
|
|
9503
|
+
*/
|
|
9504
|
+
type ResponseInit = {
|
|
9505
|
+
-readonly [P in keyof globalThis.ResponseInit]: globalThis.ResponseInit[P];
|
|
9506
|
+
};
|
|
9453
9507
|
/**
|
|
9454
9508
|
* Injection token for response initialization options.
|
|
9455
9509
|
*
|
|
@@ -9508,5 +9562,5 @@ declare const DOCUMENT: InjectionToken<Document>;
|
|
|
9508
9562
|
*/
|
|
9509
9563
|
declare function provideNgReflectAttributes(): EnvironmentProviders;
|
|
9510
9564
|
|
|
9511
|
-
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, HydrationStatus as ɵHydrationStatus, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, ɵcontrolUpdate, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getComponentDef as ɵgetComponentDef, getDirectives as ɵgetDirectives, getDocument as ɵgetDocument, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, promiseWithResolvers as ɵpromiseWithResolvers, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
9512
|
-
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 };
|
|
9565
|
+
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideStabilityDebugging, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, EVENT_REPLAY_QUEUE as ɵEVENT_REPLAY_QUEUE, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, HydrationStatus as ɵHydrationStatus, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, ɵcontrolUpdate, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getComponentDef as ɵgetComponentDef, getDirectives as ɵgetDirectives, getDocument as ɵgetDocument, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, promiseWithResolvers as ɵpromiseWithResolvers, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
9566
|
+
export type { AfterContentChecked, AfterContentInit, AfterRenderOptions, AfterViewChecked, AfterViewInit, ApplicationConfig, AttributeDecorator, ComponentMirror, ContentChildDecorator, ContentChildFunction, ContentChildrenDecorator, CreateComputedOptions, DoBootstrap, DoCheck, ForwardRefFn, GetTestability, HostDecorator, ImportProvidersSource, InjectDecorator, InjectableDecorator, InjectableProvider, InputFunction, InputOptions, InputOptionsWithTransform, InputOptionsWithoutTransform, InputSignal, InputSignalWithTransform, IterableChangeRecord, IterableChanges, IterableDiffer, IterableDifferFactory, KeyValueChangeRecord, KeyValueChanges, KeyValueDiffer, KeyValueDifferFactory, ModelFunction, ModelOptions, ModelSignal, NgIterable, NgZoneOptions, OnChanges, OnDestroy, OnInit, OptionalDecorator, PipeTransform, ResponseInit, SelfDecorator, SimpleChanges, SkipSelfDecorator, StateKey, TrackByFunction, ViewChildDecorator, ViewChildFunction, ViewChildrenDecorator, AcxComponentDebugMetadata as ɵAcxComponentDebugMetadata, AcxDirectiveDebugMetadata as ɵAcxDirectiveDebugMetadata, AngularComponentDebugMetadata as ɵAngularComponentDebugMetadata, AngularDirectiveDebugMetadata as ɵAngularDirectiveDebugMetadata, BaseDirectiveDebugMetadata as ɵBaseDirectiveDebugMetadata, ɵControl, DeferBlockData as ɵDeferBlockData, DirectiveDebugMetadata as ɵDirectiveDebugMetadata, ɵFieldState, ɵFirstAvailable, ɵFirstAvailableSignal, FrameworkAgnosticGlobalUtils as ɵFrameworkAgnosticGlobalUtils, GlobalDevModeUtils as ɵGlobalDevModeUtils, HydratedNode as ɵHydratedNode, HydrationInfo as ɵHydrationInfo, ImageConfig as ɵImageConfig, InjectorProfilerContext as ɵInjectorProfilerContext, ɵInteropControl, NgModuleDef as ɵNgModuleDef, NgModuleTransitiveScopes as ɵNgModuleTransitiveScopes, NgModuleType as ɵNgModuleType, Profiler as ɵProfiler, ProviderRecord as ɵProviderRecord, SafeHtml as ɵSafeHtml, SafeResourceUrl as ɵSafeResourceUrl, SafeScript as ɵSafeScript, SafeStyle as ɵSafeStyle, SafeUrl as ɵSafeUrl, SafeValue as ɵSafeValue, ɵUnwrapDirectiveSignalInputs, WizComponentDebugMetadata as ɵWizComponentDebugMetadata };
|
package/types/primitives-di.d.ts
CHANGED
package/types/rxjs-interop.d.ts
CHANGED
package/types/testing.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0-
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0-rc.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -147,7 +147,7 @@ declare class ComponentFixture<T> {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
|
-
* IMPORTANT: This API requires Zone.js
|
|
150
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
151
151
|
*
|
|
152
152
|
* Clears out the shared fake async zone for a test.
|
|
153
153
|
* To be called in a global `beforeEach`.
|
|
@@ -156,7 +156,7 @@ declare class ComponentFixture<T> {
|
|
|
156
156
|
*/
|
|
157
157
|
declare function resetFakeAsyncZone(): void;
|
|
158
158
|
/**
|
|
159
|
-
* IMPORTANT: This API requires Zone.js
|
|
159
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
160
160
|
*
|
|
161
161
|
* Wraps a function to be executed in the `fakeAsync` zone:
|
|
162
162
|
* - Microtasks are manually executed by calling `flushMicrotasks()`.
|
|
@@ -185,7 +185,7 @@ declare function fakeAsync(fn: Function, options?: {
|
|
|
185
185
|
flush?: boolean;
|
|
186
186
|
}): (...args: any[]) => any;
|
|
187
187
|
/**
|
|
188
|
-
* IMPORTANT: This API requires Zone.js
|
|
188
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
189
189
|
*
|
|
190
190
|
* Simulates the asynchronous passage of time for the timers in the `fakeAsync` zone.
|
|
191
191
|
*
|
|
@@ -254,7 +254,7 @@ declare function tick(millis?: number, tickOptions?: {
|
|
|
254
254
|
processNewMacroTasksSynchronously: boolean;
|
|
255
255
|
}): void;
|
|
256
256
|
/**
|
|
257
|
-
* IMPORTANT: This API requires Zone.js
|
|
257
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
258
258
|
*
|
|
259
259
|
* Flushes any pending microtasks and simulates the asynchronous passage of time for the timers in
|
|
260
260
|
* the `fakeAsync` zone by
|
|
@@ -268,7 +268,7 @@ declare function tick(millis?: number, tickOptions?: {
|
|
|
268
268
|
*/
|
|
269
269
|
declare function flush(maxTurns?: number): number;
|
|
270
270
|
/**
|
|
271
|
-
* IMPORTANT: This API requires Zone.js
|
|
271
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
272
272
|
*
|
|
273
273
|
* Discard all remaining periodic tasks.
|
|
274
274
|
*
|
|
@@ -276,7 +276,7 @@ declare function flush(maxTurns?: number): number;
|
|
|
276
276
|
*/
|
|
277
277
|
declare function discardPeriodicTasks(): void;
|
|
278
278
|
/**
|
|
279
|
-
* IMPORTANT: This API requires Zone.js
|
|
279
|
+
* IMPORTANT: This API requires Zone.js and cannot be used with the Vitest test runner
|
|
280
280
|
*
|
|
281
281
|
* Flush any pending microtasks.
|
|
282
282
|
*
|
|
@@ -593,7 +593,7 @@ declare class FakeNavigation implements Navigation {
|
|
|
593
593
|
* A prospective current active entry index, which includes unresolved
|
|
594
594
|
* traversals. Used by `go` to determine where navigations are intended to go.
|
|
595
595
|
*/
|
|
596
|
-
private
|
|
596
|
+
private propsectiveTraversalDestinations;
|
|
597
597
|
/**
|
|
598
598
|
* A test-only option to make traversals synchronous, rather than emulate
|
|
599
599
|
* cross-process communication.
|