@angular/core 21.0.0-rc.1 → 21.0.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/fesm2022/_attribute-chunk.mjs +1 -1
- package/fesm2022/_attribute-chunk.mjs.map +1 -1
- package/fesm2022/_debug_node-chunk.mjs +265 -222
- package/fesm2022/_debug_node-chunk.mjs.map +1 -1
- package/fesm2022/_effect-chunk.mjs +11 -2
- package/fesm2022/_effect-chunk.mjs.map +1 -1
- package/fesm2022/_linked_signal-chunk.mjs +87 -0
- package/fesm2022/_linked_signal-chunk.mjs.map +1 -0
- package/fesm2022/_not_found-chunk.mjs +1 -1
- package/fesm2022/_not_found-chunk.mjs.map +1 -1
- package/fesm2022/_resource-chunk.mjs +7 -16
- package/fesm2022/_resource-chunk.mjs.map +1 -1
- package/fesm2022/_untracked-chunk.mjs +2922 -74
- 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 +8 -8
- 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 +6 -6
- package/fesm2022/primitives-signals.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +4 -4
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +24 -36
- package/fesm2022/testing.mjs.map +1 -1
- package/package.json +2 -2
- package/resources/best-practices.md +1 -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 +1 -1
- package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
- package/schematics/bundles/common-to-standalone-migration.cjs +1 -1
- 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 +8 -1
- package/types/_chrome_dev_tools_performance-chunk.d.ts +12 -2
- package/types/_discovery-chunk.d.ts +47 -7
- package/types/_effect-chunk.d.ts +1 -1
- package/types/_event_dispatcher-chunk.d.ts +1 -1
- package/types/_formatter-chunk.d.ts +2 -2
- package/types/_weak_ref-chunk.d.ts +1 -1
- package/types/core.d.ts +94 -62
- package/types/primitives-di.d.ts +1 -1
- package/types/primitives-event-dispatch.d.ts +1 -1
- package/types/primitives-signals.d.ts +6 -5
- package/types/rxjs-interop.d.ts +11 -1
- package/types/testing.d.ts +2 -2
- package/fesm2022/_effect-chunk2.mjs +0 -2940
- package/fesm2022/_effect-chunk2.mjs.map +0 -1
package/types/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-rc.
|
|
2
|
+
* @license Angular v21.0.0-rc.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -20,6 +20,8 @@ import '@angular/core/primitives/di';
|
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* @publicAPI
|
|
23
|
+
* @see [Input aliases](guide/components/inputs#input-aliases)
|
|
24
|
+
* @see [Input transforms](guide/components/inputs#input-transforms)
|
|
23
25
|
*
|
|
24
26
|
* Options for signal inputs.
|
|
25
27
|
*/
|
|
@@ -108,6 +110,9 @@ interface InputSignal<T> extends InputSignalWithTransform<T, T> {
|
|
|
108
110
|
* The function exposes an API for also declaring required inputs via the
|
|
109
111
|
* `input.required` function.
|
|
110
112
|
*
|
|
113
|
+
* @see [Accepting data with input properties](guide/components/inputs)
|
|
114
|
+
* @see [Required inputs](guide/components/inputs#required-inputs)
|
|
115
|
+
* @see [Input transforms](guide/components/inputs#input-transforms)
|
|
111
116
|
* @publicAPI
|
|
112
117
|
* @docsPrivate Ignored because `input` is the canonical API entry.
|
|
113
118
|
*/
|
|
@@ -252,6 +257,10 @@ interface ModelSignal<T> extends WritableSignal<T>, InputSignal<T>, OutputRef<T>
|
|
|
252
257
|
* The function exposes an API for also declaring required models via the
|
|
253
258
|
* `model.required` function.
|
|
254
259
|
*
|
|
260
|
+
* @see [Two-way binding between components](guide/templates/two-way-binding#two-way-binding-between-components)
|
|
261
|
+
* @see [Model inputs](guide/components/inputs#model-inputs)
|
|
262
|
+
* @see [Customizing model inputs](guide/components/inputs#customizing-model-inputs)
|
|
263
|
+
*
|
|
255
264
|
* @publicAPI
|
|
256
265
|
* @docsPrivate Ignored because `model` is the canonical API entry.
|
|
257
266
|
*/
|
|
@@ -316,6 +325,9 @@ interface ModelFunction {
|
|
|
316
325
|
* this.firstName.set(newFirstName);
|
|
317
326
|
* }
|
|
318
327
|
* ```
|
|
328
|
+
* @see [Two-way binding between components](guide/templates/two-way-binding#two-way-binding-between-components)
|
|
329
|
+
* @see [Model inputs](guide/components/inputs#model-inputs)
|
|
330
|
+
* @see [Customizing model inputs](guide/components/inputs#customizing-model-inputs)
|
|
319
331
|
*
|
|
320
332
|
* @publicApi 19.0
|
|
321
333
|
* @initializerApiFunction
|
|
@@ -468,6 +480,8 @@ interface ViewChildFunction {
|
|
|
468
480
|
*
|
|
469
481
|
* @publicApi 19.0
|
|
470
482
|
* @initializerApiFunction
|
|
483
|
+
* @see [Referencing component children with queries](guide/components/queries)
|
|
484
|
+
* @see [Required queries](guide/components/queries#required-queries)
|
|
471
485
|
*/
|
|
472
486
|
declare const viewChild: ViewChildFunction;
|
|
473
487
|
declare function viewChildren<LocatorT>(locator: ProviderToken<LocatorT> | string, opts?: {
|
|
@@ -1629,6 +1643,8 @@ declare const Host: HostDecorator;
|
|
|
1629
1643
|
* from the given `Injector`. Note that `inject` is only usable synchronously, and cannot be used in
|
|
1630
1644
|
* any asynchronous callbacks or after any `await` points.
|
|
1631
1645
|
*
|
|
1646
|
+
* @see [Run within an injection context](guide/di/dependency-injection-context#run-within-an-injection-context)
|
|
1647
|
+
*
|
|
1632
1648
|
* @param injector the injector which will satisfy calls to [`inject`](api/core/inject) while `fn`
|
|
1633
1649
|
* is executing
|
|
1634
1650
|
* @param fn the closure to be run in the context of `injector`
|
|
@@ -1698,7 +1714,7 @@ interface ForwardRefFn {
|
|
|
1698
1714
|
* hideParent = input.required<boolean>();
|
|
1699
1715
|
* }
|
|
1700
1716
|
* ```
|
|
1701
|
-
*
|
|
1717
|
+
* @see [Resolve circular dependencies with a forward reference](guide/di/di-in-action#resolve-circular-dependencies-with-a-forward-reference)
|
|
1702
1718
|
* @publicApi
|
|
1703
1719
|
*/
|
|
1704
1720
|
declare function forwardRef(forwardRefFn: ForwardRefFn): Type$1<any>;
|
|
@@ -1734,7 +1750,8 @@ interface InjectableDecorator {
|
|
|
1734
1750
|
* provided and injected as a dependency.
|
|
1735
1751
|
*
|
|
1736
1752
|
* @see [Introduction to Services and DI](guide/di)
|
|
1737
|
-
* @see [
|
|
1753
|
+
* @see [Creating and using services](guide/di/creating-and-using-services)
|
|
1754
|
+
* @see [Defining dependency providers](guide/di/defining-dependency-providers)
|
|
1738
1755
|
*
|
|
1739
1756
|
* @usageNotes
|
|
1740
1757
|
*
|
|
@@ -1760,6 +1777,7 @@ interface InjectableDecorator {
|
|
|
1760
1777
|
/**
|
|
1761
1778
|
* Type of the Injectable metadata.
|
|
1762
1779
|
*
|
|
1780
|
+
*
|
|
1763
1781
|
* @publicApi
|
|
1764
1782
|
*/
|
|
1765
1783
|
interface Injectable {
|
|
@@ -1824,6 +1842,7 @@ declare const ENVIRONMENT_INITIALIZER: InjectionToken<readonly (() => void)[]>;
|
|
|
1824
1842
|
* attr: string | null = inject(new HostAttributeToken('some-attr'), {optional: true});
|
|
1825
1843
|
* }
|
|
1826
1844
|
* ```
|
|
1845
|
+
* @see [Injecting host element attributes](guide/components/host-elements#injecting-host-element-attributes)
|
|
1827
1846
|
* @publicApi
|
|
1828
1847
|
*/
|
|
1829
1848
|
declare class HostAttributeToken {
|
|
@@ -2168,6 +2187,7 @@ interface CreateComputedOptions<T> {
|
|
|
2168
2187
|
}
|
|
2169
2188
|
/**
|
|
2170
2189
|
* Create a computed `Signal` which derives a reactive value from an expression.
|
|
2190
|
+
* @see [Computed signals](guide/signals#computed-signals)
|
|
2171
2191
|
*/
|
|
2172
2192
|
declare function computed<T>(computation: () => T, options?: CreateComputedOptions<T>): Signal<T>;
|
|
2173
2193
|
|
|
@@ -2187,6 +2207,7 @@ declare function linkedSignal<D>(computation: () => D, options?: {
|
|
|
2187
2207
|
* Note: The computation is reactive, meaning the linked signal will automatically update whenever any of the signals used within the computation change.
|
|
2188
2208
|
*
|
|
2189
2209
|
* @publicApi 20.0
|
|
2210
|
+
* @see [Dependent state with linkedSignal](guide/signals/linked-signal)
|
|
2190
2211
|
*/
|
|
2191
2212
|
declare function linkedSignal<S, D>(options: {
|
|
2192
2213
|
source: () => S;
|
|
@@ -2201,6 +2222,7 @@ declare function linkedSignal<S, D>(options: {
|
|
|
2201
2222
|
/**
|
|
2202
2223
|
* Execute an arbitrary function in a non-reactive (non-tracking) context. The executed function
|
|
2203
2224
|
* can, optionally, return a value.
|
|
2225
|
+
* @see [Reading without tracking dependencies](guide/signals#reading-without-tracking-dependencies)
|
|
2204
2226
|
*/
|
|
2205
2227
|
declare function untracked<T>(nonReactiveReadsFn: () => T): T;
|
|
2206
2228
|
|
|
@@ -2304,6 +2326,8 @@ interface AfterRenderOptions {
|
|
|
2304
2326
|
* }
|
|
2305
2327
|
* ```
|
|
2306
2328
|
*
|
|
2329
|
+
* @see [afterEveryRender and afterNextRender](guide/components/lifecycle#aftereveryrender-and-afternextrender)
|
|
2330
|
+
*
|
|
2307
2331
|
* @publicApi 20.0
|
|
2308
2332
|
*/
|
|
2309
2333
|
declare function afterEveryRender<E = never, W = never, M = never>(spec: {
|
|
@@ -2443,6 +2467,7 @@ declare function afterEveryRender(callback: VoidFunction, options?: AfterRenderO
|
|
|
2443
2467
|
* ```
|
|
2444
2468
|
*
|
|
2445
2469
|
* @publicApi 20.0
|
|
2470
|
+
* @see [afterEveryRender and afterNextRender](guide/components/lifecycle#aftereveryrender-and-afternextrender)
|
|
2446
2471
|
*/
|
|
2447
2472
|
declare function afterNextRender<E = never, W = never, M = never>(spec: {
|
|
2448
2473
|
earlyRead?: () => E;
|
|
@@ -3884,6 +3909,7 @@ interface NgZoneOptions {
|
|
|
3884
3909
|
* @publicApi 20.2
|
|
3885
3910
|
*
|
|
3886
3911
|
* @see {@link /api/platform-browser/bootstrapApplication bootstrapApplication}
|
|
3912
|
+
* @see [Angular without ZoneJS (Zoneless)](guide/zoneless)
|
|
3887
3913
|
*/
|
|
3888
3914
|
declare function provideZonelessChangeDetection(): EnvironmentProviders;
|
|
3889
3915
|
declare function provideZonelessChangeDetectionInternal(): Provider[];
|
|
@@ -3907,6 +3933,9 @@ declare function provideZonelessChangeDetectionInternal(): Provider[];
|
|
|
3907
3933
|
* taskCleanup();
|
|
3908
3934
|
* ```
|
|
3909
3935
|
*
|
|
3936
|
+
*
|
|
3937
|
+
* @see [PendingTasks for Server Side Rendering (SSR)](guide/zoneless#pendingtasks-for-server-side-rendering-ssr)
|
|
3938
|
+
*
|
|
3910
3939
|
* @publicApi 20.0
|
|
3911
3940
|
*/
|
|
3912
3941
|
declare class PendingTasks {
|
|
@@ -4650,6 +4679,8 @@ declare const INTERNAL_APPLICATION_ERROR_HANDLER: InjectionToken<(e: any) => voi
|
|
|
4650
4679
|
*
|
|
4651
4680
|
* The listeners added are for the window's 'unhandledrejection' and 'error' events.
|
|
4652
4681
|
*
|
|
4682
|
+
* @see [Global error listeners](best-practices/error-handling#global-error-listeners)
|
|
4683
|
+
*
|
|
4653
4684
|
* @publicApi
|
|
4654
4685
|
*/
|
|
4655
4686
|
declare function provideBrowserGlobalErrorListeners(): EnvironmentProviders;
|
|
@@ -5018,18 +5049,23 @@ declare function withDomHydration(): EnvironmentProviders;
|
|
|
5018
5049
|
/**
|
|
5019
5050
|
* Returns a set of providers required to setup support for i18n hydration.
|
|
5020
5051
|
* Requires hydration to be enabled separately.
|
|
5052
|
+
* @see [I18N](guide/hydration#i18n)
|
|
5021
5053
|
*/
|
|
5022
5054
|
declare function withI18nSupport(): Provider[];
|
|
5023
5055
|
/**
|
|
5024
5056
|
* Returns a set of providers required to setup support for incremental hydration.
|
|
5025
5057
|
* Requires hydration to be enabled separately.
|
|
5026
5058
|
* Enabling incremental hydration also enables event replay for the entire app.
|
|
5059
|
+
* @see [Incremental Hydration](guide/incremental-hydration#how-do-you-enable-incremental-hydration-in-angular)
|
|
5027
5060
|
*/
|
|
5028
5061
|
declare function withIncrementalHydration(): Provider[];
|
|
5029
5062
|
|
|
5030
5063
|
/**
|
|
5031
5064
|
* Returns a set of providers required to setup support for event replay.
|
|
5032
5065
|
* Requires hydration to be enabled separately.
|
|
5066
|
+
*
|
|
5067
|
+
* @see [Capturing and replaying event](guide/hydration#capturing-and-replaying-events)
|
|
5068
|
+
*
|
|
5033
5069
|
*/
|
|
5034
5070
|
declare function withEventReplay(): Provider[];
|
|
5035
5071
|
|
|
@@ -5149,8 +5185,7 @@ declare const DEFAULT_LOCALE_ID = "en-US";
|
|
|
5149
5185
|
* selector: 'my-comp',
|
|
5150
5186
|
* templateUrl: 'my-comp.html', // This requires asynchronous resolution
|
|
5151
5187
|
* })
|
|
5152
|
-
* class MyComponent{
|
|
5153
|
-
* }
|
|
5188
|
+
* class MyComponent { }
|
|
5154
5189
|
*
|
|
5155
5190
|
* // Calling `renderComponent` will fail because `renderComponent` is a synchronous process
|
|
5156
5191
|
* // and `MyComponent`'s `@Component.templateUrl` needs to be resolved asynchronously.
|
|
@@ -5160,13 +5195,13 @@ declare const DEFAULT_LOCALE_ID = "en-US";
|
|
|
5160
5195
|
*
|
|
5161
5196
|
* // Use browser's `fetch()` function as the default resource resolution strategy.
|
|
5162
5197
|
* resolveComponentResources(fetch).then(() => {
|
|
5163
|
-
*
|
|
5164
|
-
*
|
|
5198
|
+
* // After resolution all URLs have been converted into `template` strings.
|
|
5199
|
+
* renderComponent(MyComponent);
|
|
5165
5200
|
* });
|
|
5166
5201
|
*
|
|
5167
5202
|
* ```
|
|
5168
5203
|
*
|
|
5169
|
-
*
|
|
5204
|
+
* @remarks In AOT the resolution happens during compilation, and so there should be no need
|
|
5170
5205
|
* to call this method outside JIT mode.
|
|
5171
5206
|
*
|
|
5172
5207
|
* @param resourceResolver a function which is responsible for returning a `Promise` to the
|
|
@@ -5459,6 +5494,8 @@ declare function _sanitizeUrl(url: string): string;
|
|
|
5459
5494
|
* ```
|
|
5460
5495
|
* @param value Value to be transformed.
|
|
5461
5496
|
*
|
|
5497
|
+
* @see [Built-in transformations](guide/components/inputs#built-in-transformations)
|
|
5498
|
+
*
|
|
5462
5499
|
* @publicApi
|
|
5463
5500
|
*/
|
|
5464
5501
|
declare function booleanAttribute(value: unknown): boolean;
|
|
@@ -5474,6 +5511,7 @@ declare function booleanAttribute(value: unknown): boolean;
|
|
|
5474
5511
|
* ```
|
|
5475
5512
|
*
|
|
5476
5513
|
* @publicApi
|
|
5514
|
+
* @see [Built-in transformations](guide/components/inputs#built-in-transformations)
|
|
5477
5515
|
*/
|
|
5478
5516
|
declare function numberAttribute(value: unknown, fallbackValue?: number): number;
|
|
5479
5517
|
|
|
@@ -5536,6 +5574,8 @@ declare function disableProfiling(): void;
|
|
|
5536
5574
|
* `resource` will cancel in-progress loads via the `AbortSignal` when destroyed or when a new
|
|
5537
5575
|
* request object becomes available, which could prematurely abort mutations.
|
|
5538
5576
|
*
|
|
5577
|
+
* @see [Async reactivity with resources](guide/signals/resource)
|
|
5578
|
+
*
|
|
5539
5579
|
* @experimental 19.0
|
|
5540
5580
|
*/
|
|
5541
5581
|
declare function resource<T, R>(options: ResourceOptions<T, R> & {
|
|
@@ -5550,6 +5590,7 @@ declare function resource<T, R>(options: ResourceOptions<T, R> & {
|
|
|
5550
5590
|
* request object becomes available, which could prematurely abort mutations.
|
|
5551
5591
|
*
|
|
5552
5592
|
* @experimental 19.0
|
|
5593
|
+
* @see [Async reactivity with resources](guide/signals/resource)
|
|
5553
5594
|
*/
|
|
5554
5595
|
declare function resource<T, R>(options: ResourceOptions<T, R>): ResourceRef<T | undefined>;
|
|
5555
5596
|
type WrappedRequest = {
|
|
@@ -5594,7 +5635,7 @@ declare class ResourceImpl<T, R> extends BaseWritableResource<T> implements Reso
|
|
|
5594
5635
|
private resolvePendingTask;
|
|
5595
5636
|
private destroyed;
|
|
5596
5637
|
private unregisterOnDestroy;
|
|
5597
|
-
constructor(request: () => R, loaderFn: ResourceStreamingLoader<T, R>, defaultValue: T, equal: ValueEqualityFn<T> | undefined, injector: Injector
|
|
5638
|
+
constructor(request: () => R, loaderFn: ResourceStreamingLoader<T, R>, defaultValue: T, equal: ValueEqualityFn<T> | undefined, injector: Injector);
|
|
5598
5639
|
readonly status: Signal<ResourceStatus>;
|
|
5599
5640
|
readonly error: Signal<Error | undefined>;
|
|
5600
5641
|
/**
|
|
@@ -5817,24 +5858,6 @@ declare const NG_MOD_DEF: string;
|
|
|
5817
5858
|
*/
|
|
5818
5859
|
declare const NG_ELEMENT_ID: string;
|
|
5819
5860
|
|
|
5820
|
-
/**
|
|
5821
|
-
* Copies the fields not handled by the `ɵɵInheritDefinitionFeature` from the supertype of a
|
|
5822
|
-
* definition.
|
|
5823
|
-
*
|
|
5824
|
-
* This exists primarily to support ngcc migration of an existing View Engine pattern, where an
|
|
5825
|
-
* entire decorator is inherited from a parent to a child class. When ngcc detects this case, it
|
|
5826
|
-
* generates a skeleton definition on the child class, and applies this feature.
|
|
5827
|
-
*
|
|
5828
|
-
* The `ɵɵCopyDefinitionFeature` then copies any needed fields from the parent class' definition,
|
|
5829
|
-
* including things like the component template function.
|
|
5830
|
-
*
|
|
5831
|
-
* @param definition The definition of a child class which inherits from a parent class with its
|
|
5832
|
-
* own definition.
|
|
5833
|
-
*
|
|
5834
|
-
* @codeGenApi
|
|
5835
|
-
*/
|
|
5836
|
-
declare function ɵɵCopyDefinitionFeature(definition: DirectiveDef<any> | ComponentDef<any>): void;
|
|
5837
|
-
|
|
5838
5861
|
/**
|
|
5839
5862
|
* This feature adds the host directives behavior to a directive definition by patching a
|
|
5840
5863
|
* function onto it. The expectation is that the runtime will invoke the function during
|
|
@@ -6455,16 +6478,6 @@ declare function ɵɵanimateLeaveListener(value: AnimationFunction): typeof ɵɵ
|
|
|
6455
6478
|
*/
|
|
6456
6479
|
declare function ɵɵcomponentInstance(): unknown;
|
|
6457
6480
|
|
|
6458
|
-
/**
|
|
6459
|
-
* Used during template type checking to extract the type of a custom form control.
|
|
6460
|
-
*
|
|
6461
|
-
* @codeGenApi
|
|
6462
|
-
*/
|
|
6463
|
-
type ɵExtractFormControlValue<T> = T extends {
|
|
6464
|
-
value: ModelSignal<infer V>;
|
|
6465
|
-
} ? V : T extends {
|
|
6466
|
-
checked: ModelSignal<boolean>;
|
|
6467
|
-
} ? boolean : unknown;
|
|
6468
6481
|
/**
|
|
6469
6482
|
* Possibly sets up a {@link ɵControl} to manage a native or custom form control.
|
|
6470
6483
|
*
|
|
@@ -8156,9 +8169,12 @@ declare const ɵCONTROL: unique symbol;
|
|
|
8156
8169
|
* A directive that binds a {@link ɵFieldState} to a form control.
|
|
8157
8170
|
*/
|
|
8158
8171
|
interface ɵControl<T> {
|
|
8172
|
+
/** The presence of this property is used to identify {@link ɵControl} implementations. */
|
|
8159
8173
|
readonly [ɵCONTROL]: undefined;
|
|
8160
8174
|
/** The state of the field bound to this control. */
|
|
8161
8175
|
readonly state: Signal<ɵFieldState<T>>;
|
|
8176
|
+
/** A reference to the interoperable control, if one is present. */
|
|
8177
|
+
readonly ɵinteropControl: ɵInteropControl | undefined;
|
|
8162
8178
|
/**
|
|
8163
8179
|
* Registers this directive as a control of its associated form field.
|
|
8164
8180
|
*
|
|
@@ -8168,26 +8184,17 @@ interface ɵControl<T> {
|
|
|
8168
8184
|
* and do nothing.
|
|
8169
8185
|
*/
|
|
8170
8186
|
ɵregister(): void;
|
|
8171
|
-
|
|
8172
|
-
|
|
8173
|
-
|
|
8174
|
-
|
|
8175
|
-
|
|
8176
|
-
|
|
8177
|
-
|
|
8178
|
-
|
|
8179
|
-
|
|
8180
|
-
|
|
8181
|
-
|
|
8182
|
-
*/
|
|
8183
|
-
ɵinteropControlCreate(): void;
|
|
8184
|
-
/**
|
|
8185
|
-
* Updates the associated interoperable control.
|
|
8186
|
-
*
|
|
8187
|
-
* This method should only be called from a template function in update mode if this
|
|
8188
|
-
* {@link ɵhasInteropControl}.
|
|
8189
|
-
*/
|
|
8190
|
-
ɵinteropControlUpdate(): void;
|
|
8187
|
+
}
|
|
8188
|
+
/** Mirrors the `ControlValueAccessor` interface for interoperability. */
|
|
8189
|
+
interface ɵInteropControl {
|
|
8190
|
+
/** Registers a callback function that is called when the control's value changes. */
|
|
8191
|
+
registerOnChange(fn: Function): void;
|
|
8192
|
+
/** Registers a callback function that is called when the control is touched. */
|
|
8193
|
+
registerOnTouched(fn: Function): void;
|
|
8194
|
+
/** Writes a new value to the control. */
|
|
8195
|
+
writeValue(value: unknown): void;
|
|
8196
|
+
/** Sets the disabled status of the control. */
|
|
8197
|
+
setDisabledState?(value: boolean): void;
|
|
8191
8198
|
}
|
|
8192
8199
|
/**
|
|
8193
8200
|
* The state of a form field to be synchronized with its bound control.
|
|
@@ -8254,10 +8261,22 @@ interface ɵFieldState<T> {
|
|
|
8254
8261
|
*/
|
|
8255
8262
|
readonly touched: Signal<boolean>;
|
|
8256
8263
|
/**
|
|
8257
|
-
* A writable signal containing the value for this field.
|
|
8258
|
-
*
|
|
8264
|
+
* A writable signal containing the value for this field.
|
|
8265
|
+
*
|
|
8266
|
+
* Updating this signal will update the data model that the field is bound to.
|
|
8267
|
+
*
|
|
8268
|
+
* While updates from the UI control are eventually reflected here, they may be delayed if
|
|
8269
|
+
* debounced.
|
|
8259
8270
|
*/
|
|
8260
8271
|
readonly value: WritableSignal<T>;
|
|
8272
|
+
/**
|
|
8273
|
+
* A signal containing the value of the control to which this field is bound.
|
|
8274
|
+
*
|
|
8275
|
+
* This differs from {@link value} in that it's not subject to debouncing, and thus is used to
|
|
8276
|
+
* buffer debounced updates from the control to the field. This will also not take into account
|
|
8277
|
+
* the {@link controlValue} of children.
|
|
8278
|
+
*/
|
|
8279
|
+
readonly controlValue: Signal<T>;
|
|
8261
8280
|
/**
|
|
8262
8281
|
* Sets the dirty status of the field to `true`.
|
|
8263
8282
|
*/
|
|
@@ -8266,6 +8285,10 @@ interface ɵFieldState<T> {
|
|
|
8266
8285
|
* Sets the touched status of the field to `true`.
|
|
8267
8286
|
*/
|
|
8268
8287
|
markAsTouched(): void;
|
|
8288
|
+
/**
|
|
8289
|
+
* Sets {@link controlValue} immediately and triggers synchronization to {@link value}.
|
|
8290
|
+
*/
|
|
8291
|
+
setControlValue(value: T): void;
|
|
8269
8292
|
}
|
|
8270
8293
|
|
|
8271
8294
|
type Type = Function;
|
|
@@ -8385,7 +8408,7 @@ declare enum ViewEncapsulation {
|
|
|
8385
8408
|
Emulated = 0,
|
|
8386
8409
|
None = 2,
|
|
8387
8410
|
ShadowDom = 3,
|
|
8388
|
-
|
|
8411
|
+
ExperimentalIsolatedShadowDom = 4
|
|
8389
8412
|
}
|
|
8390
8413
|
type ChangeDetectionStrategy = number;
|
|
8391
8414
|
interface R3DeclareQueryMetadataFacade {
|
|
@@ -9228,6 +9251,9 @@ declare const depsTracker: DepsTracker;
|
|
|
9228
9251
|
* * `bindings` (optional): Bindings to apply to the root component.
|
|
9229
9252
|
* @returns ComponentRef instance that represents a given Component.
|
|
9230
9253
|
*
|
|
9254
|
+
* @see [Host view using `ViewContainerRef.createComponent`](guide/components/programmatic-rendering#host-view-using-viewcontainerrefcreatecomponent)
|
|
9255
|
+
* @see [Popup attached to `document.body` with `createComponent` + `hostElement`](guide/components/programmatic-rendering#popup-attached-to-documentbody-with-createcomponent--hostelement)
|
|
9256
|
+
*
|
|
9231
9257
|
* @publicApi
|
|
9232
9258
|
*/
|
|
9233
9259
|
declare function createComponent<C>(component: Type$1<C>, options: {
|
|
@@ -9356,6 +9382,8 @@ declare function mergeApplicationConfig(...configs: ApplicationConfig[]): Applic
|
|
|
9356
9382
|
*
|
|
9357
9383
|
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Request `Request` on MDN}
|
|
9358
9384
|
*
|
|
9385
|
+
* @see [Accessing Request and Response via DI](guide/ssr#accessing-request-and-response-via-di)
|
|
9386
|
+
*
|
|
9359
9387
|
* @publicApi
|
|
9360
9388
|
*/
|
|
9361
9389
|
declare const REQUEST: InjectionToken<Request | null>;
|
|
@@ -9376,6 +9404,7 @@ declare const REQUEST: InjectionToken<Request | null>;
|
|
|
9376
9404
|
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Response/Response `ResponseInit` on MDN}
|
|
9377
9405
|
*
|
|
9378
9406
|
* @publicApi
|
|
9407
|
+
* @see [Accessing Request and Response via DI](guide/ssr#accessing-request-and-response-via-di)
|
|
9379
9408
|
*/
|
|
9380
9409
|
declare const RESPONSE_INIT: InjectionToken<ResponseInit | null>;
|
|
9381
9410
|
/**
|
|
@@ -9387,6 +9416,7 @@ declare const RESPONSE_INIT: InjectionToken<ResponseInit | null>;
|
|
|
9387
9416
|
* This token is only available during server-side rendering and will be `null` in other contexts.
|
|
9388
9417
|
*
|
|
9389
9418
|
* @publicApi
|
|
9419
|
+
* @see [Accessing Request and Response via DI](guide/ssr#accessing-request-and-response-via-di)
|
|
9390
9420
|
*/
|
|
9391
9421
|
declare const REQUEST_CONTEXT: InjectionToken<unknown>;
|
|
9392
9422
|
|
|
@@ -9395,6 +9425,8 @@ declare const REQUEST_CONTEXT: InjectionToken<unknown>;
|
|
|
9395
9425
|
* In a browser and SSR this is the DOM Document.
|
|
9396
9426
|
* When using SSR, that document is created by [Domino](https://github.com/angular/domino).
|
|
9397
9427
|
*
|
|
9428
|
+
* @see [Accessing Document via DI](guide/ssr#accessing-document-via-di)
|
|
9429
|
+
*
|
|
9398
9430
|
* @publicApi
|
|
9399
9431
|
*/
|
|
9400
9432
|
declare const DOCUMENT: InjectionToken<Document>;
|
|
@@ -9413,5 +9445,5 @@ declare const DOCUMENT: InjectionToken<Document>;
|
|
|
9413
9445
|
*/
|
|
9414
9446
|
declare function provideNgReflectAttributes(): EnvironmentProviders;
|
|
9415
9447
|
|
|
9416
|
-
export { ANIMATION_MODULE_TYPE, APP_ID, APP_INITIALIZER, AfterRenderRef, AnimationFunction, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, Binding, CSP_NONCE, ChangeDetectionStrategy$1 as ChangeDetectionStrategy, ChangeDetectorRef, ClassProvider, ClassSansProvider, CompilerOptions, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ConstructorProvider, ConstructorSansProvider, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DOCUMENT, DefaultIterableDiffer, Directive, ENVIRONMENT_INITIALIZER, EffectCleanupRegisterFn, ElementRef, EmbeddedViewRef, EnvironmentInjector, EnvironmentProviders, ErrorHandler, ExistingProvider, ExistingSansProvider, FactoryProvider, FactorySansProvider, HOST_TAG_NAME, Host, HostAttributeToken, INJECTOR, Inject, InjectOptions, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithProviders, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgZone, Optional, OutputRef, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Provider, ProviderToken, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Resource, ResourceOptions, ResourceRef, ResourceStatus, ResourceStreamingLoader, SchemaMetadata, Self, Signal, SimpleChange, SkipSelf, StaticClassProvider, StaticClassSansProvider, StaticProvider, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type$1 as Type, TypeDecorator, TypeProvider, VERSION, ValueEqualityFn, ValueProvider, ValueSansProvider, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation$1 as ViewEncapsulation, ViewRef$1 as ViewRef, WritableResource, WritableSignal, afterEveryRender, afterNextRender, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, destroyPlatform, enableProdMode, enableProfiling$1 as enableProfiling, forwardRef, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, platformCore, provideAppInitializer, provideBrowserGlobalErrorListeners, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideNgReflectAttributes, providePlatformInitializer, provideZoneChangeDetection, provideZonelessChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, untracked, viewChild, viewChildren, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, BypassType as ɵBypassType, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, ɵCONTROL, ComponentDef as ɵComponentDef, ComponentFactory$1 as ɵComponentFactory, ComponentType as ɵComponentType, Console as ɵConsole, CssSelectorList as ɵCssSelectorList, CurrencyIndex as ɵCurrencyIndex, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, DeferBlockConfig as ɵDeferBlockConfig, DeferBlockDependencyInterceptor as ɵDeferBlockDependencyInterceptor, DeferBlockState as ɵDeferBlockState, DirectiveDef as ɵDirectiveDef, DirectiveType as ɵDirectiveType, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, ExtraLocaleDataIndex as ɵExtraLocaleDataIndex, Framework as ɵFramework, HydrationStatus as ɵHydrationStatus, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, InputSignalNode as ɵInputSignalNode, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, RuntimeErrorCode as ɵRuntimeErrorCode, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, ViewRef as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allLeavingAnimations as ɵallLeavingAnimations, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, ɵassertType, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, encapsulateResourceError as ɵencapsulateResourceError, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getComponentDef as ɵgetComponentDef, getDirectives as ɵgetDirectives, getDocument as ɵgetDocument, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, __FactoryDeclaration as ɵɵFactoryDeclaration, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, __InjectableDeclaration as ɵɵInjectableDeclaration, __InjectorDeclaration as ɵɵInjectorDeclaration, __NgModuleDeclaration as ɵɵNgModuleDeclaration, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
9417
|
-
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,
|
|
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 };
|
|
9449
|
+
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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-rc.
|
|
2
|
+
* @license Angular v21.0.0-rc.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { ReactiveNode, ValueEqualityFn, SIGNAL } from './_formatter-chunk.js';
|
|
8
|
-
export { REACTIVE_NODE, Reactive, ReactiveHookFn, ReactiveNodeKind, consumerAfterComputation, consumerBeforeComputation, consumerDestroy, consumerMarkDirty, consumerPollProducersForChange, defaultEquals, finalizeConsumerAfterComputation, getActiveConsumer, installDevToolsSignalFormatter, isInNotificationPhase, isReactive, producerAccessed, producerIncrementEpoch, producerMarkClean, producerNotifyConsumers, producerUpdateValueVersion, producerUpdatesAllowed, resetConsumerBeforeComputation, runPostProducerCreatedFn, setActiveConsumer, setPostProducerCreatedFn } from './_formatter-chunk.js';
|
|
8
|
+
export { REACTIVE_NODE, Reactive, ReactiveHookFn, ReactiveNodeKind, Version, consumerAfterComputation, consumerBeforeComputation, consumerDestroy, consumerMarkDirty, consumerPollProducersForChange, defaultEquals, finalizeConsumerAfterComputation, getActiveConsumer, installDevToolsSignalFormatter, isInNotificationPhase, isReactive, producerAccessed, producerIncrementEpoch, producerMarkClean, producerNotifyConsumers, producerUpdateValueVersion, producerUpdatesAllowed, resetConsumerBeforeComputation, runPostProducerCreatedFn, setActiveConsumer, setPostProducerCreatedFn } from './_formatter-chunk.js';
|
|
9
9
|
import { SignalNode } from './_effect-chunk.js';
|
|
10
10
|
export { BASE_EFFECT_NODE, BaseEffectNode, SIGNAL_NODE, SignalGetter, createSignal, runEffect, runPostSignalSetFn, setPostSignalSetFn, signalGetFn, signalSetFn, signalUpdateFn } from './_effect-chunk.js';
|
|
11
11
|
export { setAlternateWeakRefImpl } from './_weak_ref-chunk.js';
|
|
@@ -40,10 +40,11 @@ type ComputedGetter<T> = (() => T) & {
|
|
|
40
40
|
*/
|
|
41
41
|
declare function createComputed<T>(computation: () => T, equal?: ValueEqualityFn<T>): ComputedGetter<T>;
|
|
42
42
|
|
|
43
|
-
type ComputationFn<S, D> = (source: S, previous?:
|
|
43
|
+
type ComputationFn<S, D> = (source: S, previous?: PreviousValue<S, D>) => D;
|
|
44
|
+
type PreviousValue<S, D> = {
|
|
44
45
|
source: S;
|
|
45
46
|
value: D;
|
|
46
|
-
}
|
|
47
|
+
};
|
|
47
48
|
interface LinkedSignalNode<S, D> extends ReactiveNode {
|
|
48
49
|
/**
|
|
49
50
|
* Value of the source signal that was used to derive the computed value.
|
|
@@ -120,4 +121,4 @@ declare function createWatch(fn: (onCleanup: WatchCleanupRegisterFn) => void, sc
|
|
|
120
121
|
declare function untracked<T>(nonReactiveReadsFn: () => T): T;
|
|
121
122
|
|
|
122
123
|
export { ReactiveNode, SIGNAL, SignalNode, ValueEqualityFn, createComputed, createLinkedSignal, createWatch, linkedSignalSetFn, linkedSignalUpdateFn, setThrowInvalidWriteToSignalError, untracked };
|
|
123
|
-
export type { ComputationFn, ComputedNode, LinkedSignalGetter, LinkedSignalNode, Watch, WatchCleanupFn, WatchCleanupRegisterFn };
|
|
124
|
+
export type { ComputationFn, ComputedNode, LinkedSignalGetter, LinkedSignalNode, PreviousValue, Watch, WatchCleanupFn, WatchCleanupRegisterFn };
|
package/types/rxjs-interop.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-rc.
|
|
2
|
+
* @license Angular v21.0.0-rc.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -31,6 +31,7 @@ import { Observable, MonoTypeOperatorFunction, Subscribable } from 'rxjs';
|
|
|
31
31
|
* nameChange = outputFromObservable(this.nameChange$);
|
|
32
32
|
* }
|
|
33
33
|
* ```
|
|
34
|
+
* @see [RxJS interop with component and directive outputs](ecosystem/rxjs-interop/output-interop)
|
|
34
35
|
*
|
|
35
36
|
* @publicApi 19.0
|
|
36
37
|
*/
|
|
@@ -43,6 +44,8 @@ declare function outputFromObservable<T>(observable: Observable<T>, opts?: Outpu
|
|
|
43
44
|
*
|
|
44
45
|
* You can subscribe to the output via `Observable.subscribe` then.
|
|
45
46
|
*
|
|
47
|
+
* @see [RxJS interop with component and directive outputs](ecosystem/rxjs-interop/output-interop)
|
|
48
|
+
*
|
|
46
49
|
* @publicApi 19.0
|
|
47
50
|
*/
|
|
48
51
|
declare function outputToObservable<T>(ref: OutputRef<T>): Observable<T>;
|
|
@@ -55,6 +58,8 @@ declare function outputToObservable<T>(ref: OutputRef<T>): Observable<T>;
|
|
|
55
58
|
* passed explicitly to use `takeUntilDestroyed` outside of an [injection
|
|
56
59
|
* context](guide/di/dependency-injection-context). Otherwise, the current `DestroyRef` is injected.
|
|
57
60
|
*
|
|
61
|
+
* @see [Unsubscribing with takeUntilDestroyed](ecosystem/rxjs-interop/take-until-destroyed)
|
|
62
|
+
*
|
|
58
63
|
* @publicApi 19.0
|
|
59
64
|
*/
|
|
60
65
|
declare function takeUntilDestroyed<T>(destroyRef?: DestroyRef): MonoTypeOperatorFunction<T>;
|
|
@@ -81,6 +86,9 @@ interface ToObservableOptions {
|
|
|
81
86
|
*
|
|
82
87
|
* `toObservable` must be called in an injection context unless an injector is provided via options.
|
|
83
88
|
*
|
|
89
|
+
* @see [RxJS interop with Angular signals](ecosystem/rxjs-interop)
|
|
90
|
+
* @see [Create an RxJS Observable from a signal with toObservable](ecosystem/rxjs-interop#create-an-rxjs-observable-from-a-signal-with-toobservable)
|
|
91
|
+
*
|
|
84
92
|
* @publicApi 20.0
|
|
85
93
|
*/
|
|
86
94
|
declare function toObservable<T>(source: Signal<T>, options?: ToObservableOptions): Observable<T>;
|
|
@@ -169,6 +177,8 @@ interface RxResourceOptions<T, R> extends BaseResourceOptions<T, R> {
|
|
|
169
177
|
* Like `resource` but uses an RxJS based `loader` which maps the request to an `Observable` of the
|
|
170
178
|
* resource's value.
|
|
171
179
|
*
|
|
180
|
+
* @see [Using rxResource for async data](ecosystem/rxjs-interop#using-rxresource-for-async-data)
|
|
181
|
+
*
|
|
172
182
|
* @experimental
|
|
173
183
|
*/
|
|
174
184
|
declare function rxResource<T, R>(opts: RxResourceOptions<T, R> & {
|
package/types/testing.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.0-rc.
|
|
2
|
+
* @license Angular v21.0.0-rc.3
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -736,7 +736,7 @@ interface InternalFakeNavigateEvent extends FakeNavigateEvent {
|
|
|
736
736
|
scrollBehavior: 'after-transition' | 'manual' | null;
|
|
737
737
|
focusResetBehavior: 'after-transition' | 'manual' | null;
|
|
738
738
|
abortController: AbortController;
|
|
739
|
-
|
|
739
|
+
abort(reason: Error): void;
|
|
740
740
|
}
|
|
741
741
|
/**
|
|
742
742
|
* Fake equivalent of `NavigationDestination`.
|