@angular/core 19.2.10 → 19.2.12
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/{event_dispatcher.d-DlbccpYq.d.ts → event_dispatcher.d-K56StcHr.d.ts} +50 -1
- package/fesm2022/core.mjs +119 -48
- 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 +3 -2
- package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/primitives/signals.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +10 -3
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +38 -38
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/untracked-BKcld_ew.mjs +1 -1
- package/fesm2022/untracked-BKcld_ew.mjs.map +1 -1
- package/index.d.ts +17 -55
- package/navigation_types.d-fAxd92YV.d.ts +1 -1
- package/package.json +1 -1
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +3 -3
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/{apply_import_manager-DdHXpkne.js → apply_import_manager-Celp9ClC.cjs} +3 -3
- package/schematics/bundles/{checker-CGGdizaF.js → checker-5pyJrZ9G.cjs} +81 -63
- package/schematics/bundles/{cleanup-unused-imports.js → cleanup-unused-imports.cjs} +6 -6
- package/schematics/bundles/{compiler_host-BmQrIxJT.js → compiler_host-B1Gyeytz.cjs} +2 -2
- package/schematics/bundles/{control-flow-migration.js → control-flow-migration.cjs} +3 -3
- package/schematics/bundles/{explicit-standalone-flag.js → explicit-standalone-flag.cjs} +5 -5
- package/schematics/bundles/{imports-CIX-JgAN.js → imports-CIX-JgAN.cjs} +1 -1
- package/schematics/bundles/{index-BF06LaCS.js → index-BIvVb6in.cjs} +26 -26
- package/schematics/bundles/{index-DGcgCgNa.js → index-DZhSIkG9.cjs} +28 -19
- package/schematics/bundles/{inject-migration.js → inject-migration.cjs} +7 -7
- package/schematics/bundles/{leading_space-D9nQ8UQC.js → leading_space-D9nQ8UQC.cjs} +1 -1
- package/schematics/bundles/{migrate_ts_type_references-CE_V0IM9.js → migrate_ts_type_references-CjGOIOBV.cjs} +6 -6
- package/schematics/bundles/{ng_decorators-DznZ5jMl.js → ng_decorators-B5HCqr20.cjs} +2 -2
- package/schematics/bundles/{nodes-B16H9JUd.js → nodes-B16H9JUd.cjs} +1 -1
- package/schematics/bundles/{output-migration.js → output-migration.cjs} +7 -7
- package/schematics/bundles/{pending-tasks.js → pending-tasks.cjs} +5 -5
- package/schematics/bundles/{project_paths-CmS2U6KE.js → project_paths-HwOMxrvM.cjs} +4 -4
- package/schematics/bundles/{project_tsconfig_paths-CDVxT6Ov.js → project_tsconfig_paths-CDVxT6Ov.cjs} +1 -1
- package/schematics/bundles/{property_name-BBwFuqMe.js → property_name-BBwFuqMe.cjs} +1 -1
- package/schematics/bundles/{provide-initializer.js → provide-initializer.cjs} +5 -5
- package/schematics/bundles/{route-lazy-loading.js → route-lazy-loading.cjs} +5 -5
- package/schematics/bundles/{self-closing-tags-migration.js → self-closing-tags-migration.cjs} +8 -8
- package/schematics/bundles/{signal-input-migration.js → signal-input-migration.cjs} +9 -9
- package/schematics/bundles/{signal-queries-migration.js → signal-queries-migration.cjs} +9 -9
- package/schematics/bundles/{signals.js → signals.cjs} +12 -12
- package/schematics/bundles/{standalone-migration.js → standalone-migration.cjs} +8 -8
- package/schematics/collection.json +10 -10
- package/schematics/migrations.json +3 -3
- package/testing/index.d.ts +3 -3
- package/weak_ref.d-DWHPG08n.d.ts +1 -1
- package/schematics/package.json +0 -3
|
@@ -1,9 +1,58 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
2
|
+
* @license Angular v19.2.12
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
declare global {
|
|
8
|
+
/**
|
|
9
|
+
* Values of ngDevMode
|
|
10
|
+
* Depending on the current state of the application, ngDevMode may have one of several values.
|
|
11
|
+
*
|
|
12
|
+
* For convenience, the “truthy” value which enables dev mode is also an object which contains
|
|
13
|
+
* Angular’s performance counters. This is not necessary, but cuts down on boilerplate for the
|
|
14
|
+
* perf counters.
|
|
15
|
+
*
|
|
16
|
+
* ngDevMode may also be set to false. This can happen in one of a few ways:
|
|
17
|
+
* - The user explicitly sets `window.ngDevMode = false` somewhere in their app.
|
|
18
|
+
* - The user calls `enableProdMode()`.
|
|
19
|
+
* - The URL contains a `ngDevMode=false` text.
|
|
20
|
+
* Finally, ngDevMode may not have been defined at all.
|
|
21
|
+
*/
|
|
22
|
+
const ngDevMode: null | NgDevModePerfCounters;
|
|
23
|
+
interface NgDevModePerfCounters {
|
|
24
|
+
namedConstructors: boolean;
|
|
25
|
+
firstCreatePass: number;
|
|
26
|
+
tNode: number;
|
|
27
|
+
tView: number;
|
|
28
|
+
rendererCreateTextNode: number;
|
|
29
|
+
rendererSetText: number;
|
|
30
|
+
rendererCreateElement: number;
|
|
31
|
+
rendererAddEventListener: number;
|
|
32
|
+
rendererSetAttribute: number;
|
|
33
|
+
rendererRemoveAttribute: number;
|
|
34
|
+
rendererSetProperty: number;
|
|
35
|
+
rendererSetClassName: number;
|
|
36
|
+
rendererAddClass: number;
|
|
37
|
+
rendererRemoveClass: number;
|
|
38
|
+
rendererSetStyle: number;
|
|
39
|
+
rendererRemoveStyle: number;
|
|
40
|
+
rendererDestroy: number;
|
|
41
|
+
rendererDestroyNode: number;
|
|
42
|
+
rendererMoveNode: number;
|
|
43
|
+
rendererRemoveNode: number;
|
|
44
|
+
rendererAppendChild: number;
|
|
45
|
+
rendererInsertBefore: number;
|
|
46
|
+
rendererCreateComment: number;
|
|
47
|
+
hydratedNodes: number;
|
|
48
|
+
hydratedComponents: number;
|
|
49
|
+
dehydratedViewsRemoved: number;
|
|
50
|
+
dehydratedViewsCleanupRuns: number;
|
|
51
|
+
componentsSkippedHydration: number;
|
|
52
|
+
deferBlocksWithIncrementalHydration: number;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
7
56
|
/**
|
|
8
57
|
* Records information about the action that should handle a given `Event`.
|
|
9
58
|
*/
|
package/fesm2022/core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
2
|
+
* @license Angular v19.2.12
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -674,8 +674,12 @@ function getInjectorDef(type) {
|
|
|
674
674
|
const NG_PROV_DEF = getClosureSafeProperty({ ɵprov: getClosureSafeProperty });
|
|
675
675
|
const NG_INJ_DEF = getClosureSafeProperty({ ɵinj: getClosureSafeProperty });
|
|
676
676
|
// We need to keep these around so we can read off old defs if new defs are unavailable
|
|
677
|
-
const NG_INJECTABLE_DEF = getClosureSafeProperty({
|
|
678
|
-
|
|
677
|
+
const NG_INJECTABLE_DEF = getClosureSafeProperty({
|
|
678
|
+
ngInjectableDef: getClosureSafeProperty,
|
|
679
|
+
});
|
|
680
|
+
const NG_INJECTOR_DEF = getClosureSafeProperty({
|
|
681
|
+
ngInjectorDef: getClosureSafeProperty,
|
|
682
|
+
});
|
|
679
683
|
|
|
680
684
|
/**
|
|
681
685
|
* Creates a token that can be used in a DI Provider.
|
|
@@ -899,7 +903,9 @@ const NG_FACTORY_DEF = getClosureSafeProperty({ ɵfac: getClosureSafeProperty })
|
|
|
899
903
|
* bloom filter bit for DI.
|
|
900
904
|
*/
|
|
901
905
|
// TODO(misko): This is wrong. The NG_ELEMENT_ID should never be minified.
|
|
902
|
-
const NG_ELEMENT_ID = getClosureSafeProperty({
|
|
906
|
+
const NG_ELEMENT_ID = getClosureSafeProperty({
|
|
907
|
+
__NG_ELEMENT_ID__: getClosureSafeProperty,
|
|
908
|
+
});
|
|
903
909
|
/**
|
|
904
910
|
* The `NG_ENV_ID` field on a DI token indicates special processing in the `EnvironmentInjector`:
|
|
905
911
|
* getting such tokens from the `EnvironmentInjector` will bypass the standard DI resolution
|
|
@@ -3285,6 +3291,16 @@ function load(view, index) {
|
|
|
3285
3291
|
ngDevMode && assertIndexInRange(view, index);
|
|
3286
3292
|
return view[index];
|
|
3287
3293
|
}
|
|
3294
|
+
/** Store a value in the `data` at a given `index`. */
|
|
3295
|
+
function store(tView, lView, index, value) {
|
|
3296
|
+
// We don't store any static data for local variables, so the first time
|
|
3297
|
+
// we see the template, we should store as null to avoid a sparse array
|
|
3298
|
+
if (index >= tView.data.length) {
|
|
3299
|
+
tView.data[index] = null;
|
|
3300
|
+
tView.blueprint[index] = null;
|
|
3301
|
+
}
|
|
3302
|
+
lView[index] = value;
|
|
3303
|
+
}
|
|
3288
3304
|
function getComponentLViewByIndex(nodeIndex, hostView) {
|
|
3289
3305
|
// Could be an LView or an LContainer. If LContainer, unwrap to find LView.
|
|
3290
3306
|
ngDevMode && assertIndexInRange(hostView, nodeIndex);
|
|
@@ -9348,6 +9364,56 @@ function invokeListeners(event, currentTarget) {
|
|
|
9348
9364
|
handler(event);
|
|
9349
9365
|
}
|
|
9350
9366
|
}
|
|
9367
|
+
const stashEventListeners = new Map();
|
|
9368
|
+
/**
|
|
9369
|
+
* Registers a stashing function for a specific application ID.
|
|
9370
|
+
*
|
|
9371
|
+
* @param appId The unique identifier for the application instance.
|
|
9372
|
+
* @param fn The stashing function to associate with this app ID.
|
|
9373
|
+
* @returns A cleanup function that removes the stashing function when called.
|
|
9374
|
+
*/
|
|
9375
|
+
function setStashFn(appId, fn) {
|
|
9376
|
+
stashEventListeners.set(appId, fn);
|
|
9377
|
+
return () => stashEventListeners.delete(appId);
|
|
9378
|
+
}
|
|
9379
|
+
/**
|
|
9380
|
+
* Indicates whether the stashing code was added, prevents adding it multiple times.
|
|
9381
|
+
*/
|
|
9382
|
+
let isStashEventListenerImplEnabled = false;
|
|
9383
|
+
let _stashEventListenerImpl = (lView, target, eventName, listenerFn) => { };
|
|
9384
|
+
/**
|
|
9385
|
+
* Optionally stashes an event listener for later replay during hydration.
|
|
9386
|
+
*
|
|
9387
|
+
* This function delegates to an internal `_stashEventListenerImpl`, which may
|
|
9388
|
+
* be a no-op unless the event replay feature is enabled. When active, this
|
|
9389
|
+
* allows capturing event listener metadata before hydration completes, so that
|
|
9390
|
+
* user interactions during SSR can be replayed.
|
|
9391
|
+
*
|
|
9392
|
+
* @param lView The logical view (LView) where the listener is being registered.
|
|
9393
|
+
* @param target The DOM element or event target the listener is attached to.
|
|
9394
|
+
* @param eventName The name of the event being listened for (e.g., 'click').
|
|
9395
|
+
* @param listenerFn The event handler that was registered.
|
|
9396
|
+
*/
|
|
9397
|
+
function stashEventListenerImpl(lView, target, eventName, listenerFn) {
|
|
9398
|
+
_stashEventListenerImpl(lView, target, eventName, listenerFn);
|
|
9399
|
+
}
|
|
9400
|
+
/**
|
|
9401
|
+
* Enables the event listener stashing logic in a tree-shakable way.
|
|
9402
|
+
*
|
|
9403
|
+
* This function lazily sets the implementation of `_stashEventListenerImpl`
|
|
9404
|
+
* so that it becomes active only when `withEventReplay` is invoked. This ensures
|
|
9405
|
+
* that the stashing logic is excluded from production builds unless needed.
|
|
9406
|
+
*/
|
|
9407
|
+
function enableStashEventListenerImpl() {
|
|
9408
|
+
if (!isStashEventListenerImplEnabled) {
|
|
9409
|
+
_stashEventListenerImpl = (lView, target, eventName, listenerFn) => {
|
|
9410
|
+
const appId = lView[INJECTOR].get(APP_ID);
|
|
9411
|
+
const stashEventListener = stashEventListeners.get(appId);
|
|
9412
|
+
stashEventListener?.(target, eventName, listenerFn);
|
|
9413
|
+
};
|
|
9414
|
+
isStashEventListenerImplEnabled = true;
|
|
9415
|
+
}
|
|
9416
|
+
}
|
|
9351
9417
|
|
|
9352
9418
|
/**
|
|
9353
9419
|
* An internal injection token to reference `DehydratedBlockRegistry` implementation
|
|
@@ -17944,7 +18010,7 @@ class ComponentFactory extends ComponentFactory$1 {
|
|
|
17944
18010
|
const cmpDef = this.componentDef;
|
|
17945
18011
|
ngDevMode && verifyNotAnOrphanComponent(cmpDef);
|
|
17946
18012
|
const tAttributes = rootSelectorOrNode
|
|
17947
|
-
? ['ng-version', '19.2.
|
|
18013
|
+
? ['ng-version', '19.2.12']
|
|
17948
18014
|
: // Extract attributes and classes from the first selector only to match VE behavior.
|
|
17949
18015
|
extractAttrsAndClassesFromSelector(this.componentDef.selectors[0]);
|
|
17950
18016
|
// Create the root view. Uses empty TView and ContentTemplate.
|
|
@@ -22561,6 +22627,7 @@ function getSignalGraph(injector) {
|
|
|
22561
22627
|
return getNodesAndEdgesFromSignalMap(signalDependenciesMap);
|
|
22562
22628
|
}
|
|
22563
22629
|
|
|
22630
|
+
/// <reference path="../../../../goog.d.ts" />
|
|
22564
22631
|
/**
|
|
22565
22632
|
* This file introduces series of globally accessible debug tools
|
|
22566
22633
|
* to allow for the Angular debugging story to function.
|
|
@@ -22686,10 +22753,16 @@ class Testability {
|
|
|
22686
22753
|
registry;
|
|
22687
22754
|
_isZoneStable = true;
|
|
22688
22755
|
_callbacks = [];
|
|
22689
|
-
|
|
22756
|
+
_taskTrackingZone = null;
|
|
22757
|
+
_destroyRef;
|
|
22690
22758
|
constructor(_ngZone, registry, testabilityGetter) {
|
|
22691
22759
|
this._ngZone = _ngZone;
|
|
22692
22760
|
this.registry = registry;
|
|
22761
|
+
// Attempt to retrieve a `DestroyRef` optionally.
|
|
22762
|
+
// For backwards compatibility reasons, this cannot be required.
|
|
22763
|
+
if (isInInjectionContext()) {
|
|
22764
|
+
this._destroyRef = inject(DestroyRef, { optional: true }) ?? undefined;
|
|
22765
|
+
}
|
|
22693
22766
|
// If there was no Testability logic registered in the global scope
|
|
22694
22767
|
// before, register the current testability getter as a global one.
|
|
22695
22768
|
if (!_testabilityGetter) {
|
|
@@ -22698,26 +22771,28 @@ class Testability {
|
|
|
22698
22771
|
}
|
|
22699
22772
|
this._watchAngularEvents();
|
|
22700
22773
|
_ngZone.run(() => {
|
|
22701
|
-
this.
|
|
22774
|
+
this._taskTrackingZone =
|
|
22702
22775
|
typeof Zone == 'undefined' ? null : Zone.current.get('TaskTrackingZone');
|
|
22703
22776
|
});
|
|
22704
22777
|
}
|
|
22705
22778
|
_watchAngularEvents() {
|
|
22706
|
-
this._ngZone.onUnstable.subscribe({
|
|
22779
|
+
const onUnstableSubscription = this._ngZone.onUnstable.subscribe({
|
|
22707
22780
|
next: () => {
|
|
22708
22781
|
this._isZoneStable = false;
|
|
22709
22782
|
},
|
|
22710
22783
|
});
|
|
22711
|
-
this._ngZone.runOutsideAngular(() => {
|
|
22712
|
-
|
|
22713
|
-
|
|
22714
|
-
|
|
22715
|
-
|
|
22716
|
-
|
|
22717
|
-
|
|
22718
|
-
|
|
22719
|
-
|
|
22720
|
-
|
|
22784
|
+
const onStableSubscription = this._ngZone.runOutsideAngular(() => this._ngZone.onStable.subscribe({
|
|
22785
|
+
next: () => {
|
|
22786
|
+
NgZone.assertNotInAngularZone();
|
|
22787
|
+
queueMicrotask(() => {
|
|
22788
|
+
this._isZoneStable = true;
|
|
22789
|
+
this._runCallbacksIfReady();
|
|
22790
|
+
});
|
|
22791
|
+
},
|
|
22792
|
+
}));
|
|
22793
|
+
this._destroyRef?.onDestroy(() => {
|
|
22794
|
+
onUnstableSubscription.unsubscribe();
|
|
22795
|
+
onStableSubscription.unsubscribe();
|
|
22721
22796
|
});
|
|
22722
22797
|
}
|
|
22723
22798
|
/**
|
|
@@ -22750,11 +22825,11 @@ class Testability {
|
|
|
22750
22825
|
}
|
|
22751
22826
|
}
|
|
22752
22827
|
getPendingTasks() {
|
|
22753
|
-
if (!this.
|
|
22828
|
+
if (!this._taskTrackingZone) {
|
|
22754
22829
|
return [];
|
|
22755
22830
|
}
|
|
22756
22831
|
// Copy the tasks data so that we don't leak tasks.
|
|
22757
|
-
return this.
|
|
22832
|
+
return this._taskTrackingZone.macroTasks.map((t) => {
|
|
22758
22833
|
return {
|
|
22759
22834
|
source: t.source,
|
|
22760
22835
|
// From TaskTrackingZone:
|
|
@@ -22787,7 +22862,7 @@ class Testability {
|
|
|
22787
22862
|
* and no further updates will be issued.
|
|
22788
22863
|
*/
|
|
22789
22864
|
whenStable(doneCb, timeout, updateCb) {
|
|
22790
|
-
if (updateCb && !this.
|
|
22865
|
+
if (updateCb && !this._taskTrackingZone) {
|
|
22791
22866
|
throw new Error('Task tracking zone is required when passing an update callback to ' +
|
|
22792
22867
|
'whenStable(). Is "zone.js/plugins/task-tracking" loaded?');
|
|
22793
22868
|
}
|
|
@@ -30139,13 +30214,6 @@ function isOutputSubscribable(value) {
|
|
|
30139
30214
|
return (value != null && typeof value.subscribe === 'function');
|
|
30140
30215
|
}
|
|
30141
30216
|
|
|
30142
|
-
const stashEventListeners = new Map();
|
|
30143
|
-
function setStashFn(appId, fn) {
|
|
30144
|
-
stashEventListeners.set(appId, fn);
|
|
30145
|
-
}
|
|
30146
|
-
function clearStashFn(appId) {
|
|
30147
|
-
stashEventListeners.delete(appId);
|
|
30148
|
-
}
|
|
30149
30217
|
/**
|
|
30150
30218
|
* Adds an event listener to the current node.
|
|
30151
30219
|
*
|
|
@@ -30283,9 +30351,7 @@ function listenerInternal(tView, lView, renderer, tNode, eventName, listenerFn,
|
|
|
30283
30351
|
}
|
|
30284
30352
|
else {
|
|
30285
30353
|
listenerFn = wrapListener(tNode, lView, listenerFn);
|
|
30286
|
-
|
|
30287
|
-
const stashEventListener = stashEventListeners.get(appId);
|
|
30288
|
-
stashEventListener?.(target, eventName, listenerFn);
|
|
30354
|
+
stashEventListenerImpl(lView, target, eventName, listenerFn);
|
|
30289
30355
|
const cleanupFn = renderer.listen(target, eventName, listenerFn);
|
|
30290
30356
|
ngDevMode && ngDevMode.rendererAddEventListener++;
|
|
30291
30357
|
lCleanup.push(listenerFn, cleanupFn);
|
|
@@ -31047,16 +31113,6 @@ function ɵɵqueryAdvance(indexOffset = 1) {
|
|
|
31047
31113
|
setCurrentQueryIndex(getCurrentQueryIndex() + indexOffset);
|
|
31048
31114
|
}
|
|
31049
31115
|
|
|
31050
|
-
/** Store a value in the `data` at a given `index`. */
|
|
31051
|
-
function store(tView, lView, index, value) {
|
|
31052
|
-
// We don't store any static data for local variables, so the first time
|
|
31053
|
-
// we see the template, we should store as null to avoid a sparse array
|
|
31054
|
-
if (index >= tView.data.length) {
|
|
31055
|
-
tView.data[index] = null;
|
|
31056
|
-
tView.blueprint[index] = null;
|
|
31057
|
-
}
|
|
31058
|
-
lView[index] = value;
|
|
31059
|
-
}
|
|
31060
31116
|
/**
|
|
31061
31117
|
* Retrieves a local reference from the current contextViewData.
|
|
31062
31118
|
*
|
|
@@ -33207,6 +33263,18 @@ function ɵsetClassDebugInfo(type, debugInfo) {
|
|
|
33207
33263
|
* Use of this source code is governed by an MIT-style license that can be
|
|
33208
33264
|
* found in the LICENSE file at https://angular.dev/license
|
|
33209
33265
|
*/
|
|
33266
|
+
/**
|
|
33267
|
+
* Gets the URL from which the client will fetch a new version of a component's metadata so it
|
|
33268
|
+
* can be replaced during hot module reloading.
|
|
33269
|
+
* @param id Unique ID for the component, generated during compile time.
|
|
33270
|
+
* @param timestamp Time at which the request happened.
|
|
33271
|
+
* @param base Base URL against which to resolve relative paths.
|
|
33272
|
+
* @codeGenApi
|
|
33273
|
+
*/
|
|
33274
|
+
function ɵɵgetReplaceMetadataURL(id, timestamp, base) {
|
|
33275
|
+
const url = `./@ng/component?c=${id}&t=${encodeURIComponent(timestamp)}`;
|
|
33276
|
+
return new URL(url, base).href;
|
|
33277
|
+
}
|
|
33210
33278
|
/**
|
|
33211
33279
|
* Replaces the metadata of a component type and re-renders all live instances of the component.
|
|
33212
33280
|
* @param type Class whose metadata will be replaced.
|
|
@@ -33658,6 +33726,7 @@ const angularCoreEnv = (() => ({
|
|
|
33658
33726
|
'ɵɵtwoWayBindingSet': ɵɵtwoWayBindingSet,
|
|
33659
33727
|
'ɵɵtwoWayListener': ɵɵtwoWayListener,
|
|
33660
33728
|
'ɵɵreplaceMetadata': ɵɵreplaceMetadata,
|
|
33729
|
+
'ɵɵgetReplaceMetadataURL': ɵɵgetReplaceMetadataURL,
|
|
33661
33730
|
}))();
|
|
33662
33731
|
|
|
33663
33732
|
let jitOptions = null;
|
|
@@ -34683,7 +34752,7 @@ class Version {
|
|
|
34683
34752
|
/**
|
|
34684
34753
|
* @publicApi
|
|
34685
34754
|
*/
|
|
34686
|
-
const VERSION = new Version('19.2.
|
|
34755
|
+
const VERSION = new Version('19.2.12');
|
|
34687
34756
|
|
|
34688
34757
|
/**
|
|
34689
34758
|
* Combination of NgModuleFactory and ComponentFactories.
|
|
@@ -35332,6 +35401,7 @@ function provideExperimentalZonelessChangeDetection() {
|
|
|
35332
35401
|
]);
|
|
35333
35402
|
}
|
|
35334
35403
|
|
|
35404
|
+
/// <reference path="../../../goog.d.ts" />
|
|
35335
35405
|
/**
|
|
35336
35406
|
* Work out the locale from the potential global properties.
|
|
35337
35407
|
*
|
|
@@ -38186,8 +38256,9 @@ function withEventReplay() {
|
|
|
38186
38256
|
if (!appsWithEventReplay.has(appRef)) {
|
|
38187
38257
|
const jsActionMap = inject(JSACTION_BLOCK_ELEMENT_MAP);
|
|
38188
38258
|
if (shouldEnableEventReplay(injector)) {
|
|
38259
|
+
enableStashEventListenerImpl();
|
|
38189
38260
|
const appId = injector.get(APP_ID);
|
|
38190
|
-
setStashFn(appId, (rEl, eventName, listenerFn) => {
|
|
38261
|
+
const clearStashFn = setStashFn(appId, (rEl, eventName, listenerFn) => {
|
|
38191
38262
|
// If a user binds to a ng-container and uses a directive that binds using a host listener,
|
|
38192
38263
|
// this element could be a comment node. So we need to ensure we have an actual element
|
|
38193
38264
|
// node before stashing anything.
|
|
@@ -38196,6 +38267,10 @@ function withEventReplay() {
|
|
|
38196
38267
|
sharedStashFunction(rEl, eventName, listenerFn);
|
|
38197
38268
|
sharedMapFunction(rEl, jsActionMap);
|
|
38198
38269
|
});
|
|
38270
|
+
// Clean up the reference to the function set by the environment initializer,
|
|
38271
|
+
// as the function closure may capture injected elements and prevent them
|
|
38272
|
+
// from being properly garbage collected.
|
|
38273
|
+
appRef.onDestroy(clearStashFn);
|
|
38199
38274
|
}
|
|
38200
38275
|
}
|
|
38201
38276
|
},
|
|
@@ -38222,10 +38297,6 @@ function withEventReplay() {
|
|
|
38222
38297
|
// no elements are still captured in the global list and are not prevented
|
|
38223
38298
|
// from being garbage collected.
|
|
38224
38299
|
clearAppScopedEarlyEventContract(appId);
|
|
38225
|
-
// Clean up the reference to the function set by the environment initializer,
|
|
38226
|
-
// as the function closure may capture injected elements and prevent them
|
|
38227
|
-
// from being properly garbage collected.
|
|
38228
|
-
clearStashFn(appId);
|
|
38229
38300
|
}
|
|
38230
38301
|
});
|
|
38231
38302
|
// Kick off event replay logic once hydration for the initial part
|
|
@@ -40587,5 +40658,5 @@ const REQUEST_CONTEXT = new InjectionToken(typeof ngDevMode === 'undefined' || n
|
|
|
40587
40658
|
factory: () => null,
|
|
40588
40659
|
});
|
|
40589
40660
|
|
|
40590
|
-
export { ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AfterRenderPhase, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, DestroyRef, Directive, ENVIRONMENT_INITIALIZER, ElementRef, EmbeddedViewRef, EnvironmentInjector, ErrorHandler, EventEmitter, HOST_TAG_NAME, Host, HostAttributeToken, HostBinding, HostListener, INJECTOR$1 as INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgProbeToken, NgZone, Optional, Output, OutputEmitterRef, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Renderer2, RendererFactory2, RendererStyleFlags2, ResourceStatus, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, afterNextRender, afterRender, afterRenderEffect, asNativeElements, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, effect, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, output, platformCore, provideAppInitializer, provideEnvironmentInitializer, provideExperimentalCheckNoChangesForDebug, provideExperimentalZonelessChangeDetection, providePlatformInitializer, provideZoneChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, signal, untracked, viewChild, viewChildren, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, AfterRenderManager as ɵAfterRenderManager, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, ChangeDetectionScheduler as ɵChangeDetectionScheduler, ChangeDetectionSchedulerImpl as ɵChangeDetectionSchedulerImpl, ComponentFactory$1 as ɵComponentFactory, Console as ɵConsole, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockState as ɵDeferBlockState, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, EffectScheduler as ɵEffectScheduler, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, MicrotaskEffectScheduler as ɵMicrotaskEffectScheduler, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_INJ_DEF as ɵNG_INJ_DEF, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, NoopNgZone as ɵNoopNgZone, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TracingAction as ɵTracingAction, TracingService as ɵTracingService, USE_RUNTIME_DEPS_TRACKER_FOR_JIT as ɵUSE_RUNTIME_DEPS_TRACKER_FOR_JIT, ViewRef$1 as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, ZONELESS_ENABLED as ɵZONELESS_ENABLED, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, 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, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, detectChangesInViewIfRequired as ɵdetectChangesInViewIfRequired, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getDebugNode as ɵgetDebugNode, getDeferBlocks$1 as ɵgetDeferBlocks, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, getInjectableDef as ɵgetInjectableDef, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getOutputDestroyRef as ɵgetOutputDestroyRef, getSanitizationBypassType as ɵgetSanitizationBypassType, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, injectChangeDetectorRef as ɵinjectChangeDetectorRef, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isBoundToModule as ɵisBoundToModule, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isEnvironmentProviders as ɵisEnvironmentProviders, isInjectable as ɵisInjectable, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, microtaskEffect as ɵmicrotaskEffect, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setCurrentInjector as ɵsetCurrentInjector, 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, ɵunwrapWritableSignal, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattachSourceLocations, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵ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, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵ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, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
40661
|
+
export { ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AfterRenderPhase, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, DestroyRef, Directive, ENVIRONMENT_INITIALIZER, ElementRef, EmbeddedViewRef, EnvironmentInjector, ErrorHandler, EventEmitter, HOST_TAG_NAME, Host, HostAttributeToken, HostBinding, HostListener, INJECTOR$1 as INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgProbeToken, NgZone, Optional, Output, OutputEmitterRef, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Renderer2, RendererFactory2, RendererStyleFlags2, ResourceStatus, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, afterNextRender, afterRender, afterRenderEffect, asNativeElements, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, effect, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, output, platformCore, provideAppInitializer, provideEnvironmentInitializer, provideExperimentalCheckNoChangesForDebug, provideExperimentalZonelessChangeDetection, providePlatformInitializer, provideZoneChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, signal, untracked, viewChild, viewChildren, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, AfterRenderManager as ɵAfterRenderManager, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, ChangeDetectionScheduler as ɵChangeDetectionScheduler, ChangeDetectionSchedulerImpl as ɵChangeDetectionSchedulerImpl, ComponentFactory$1 as ɵComponentFactory, Console as ɵConsole, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockState as ɵDeferBlockState, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, EffectScheduler as ɵEffectScheduler, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, MicrotaskEffectScheduler as ɵMicrotaskEffectScheduler, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_INJ_DEF as ɵNG_INJ_DEF, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, NoopNgZone as ɵNoopNgZone, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TracingAction as ɵTracingAction, TracingService as ɵTracingService, USE_RUNTIME_DEPS_TRACKER_FOR_JIT as ɵUSE_RUNTIME_DEPS_TRACKER_FOR_JIT, ViewRef$1 as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, ZONELESS_ENABLED as ɵZONELESS_ENABLED, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, 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, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, detectChangesInViewIfRequired as ɵdetectChangesInViewIfRequired, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getDebugNode as ɵgetDebugNode, getDeferBlocks$1 as ɵgetDeferBlocks, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, getInjectableDef as ɵgetInjectableDef, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getOutputDestroyRef as ɵgetOutputDestroyRef, getSanitizationBypassType as ɵgetSanitizationBypassType, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, injectChangeDetectorRef as ɵinjectChangeDetectorRef, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isBoundToModule as ɵisBoundToModule, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isEnvironmentProviders as ɵisEnvironmentProviders, isInjectable as ɵisInjectable, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, microtaskEffect as ɵmicrotaskEffect, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setCurrentInjector as ɵsetCurrentInjector, 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, ɵunwrapWritableSignal, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattachSourceLocations, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵ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, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵ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, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
40591
40662
|
//# sourceMappingURL=core.mjs.map
|