@angular/core 19.2.3 → 19.2.4
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-pVP0-wST.d.ts +345 -0
- package/fesm2022/core.mjs +130 -121
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +4 -595
- package/fesm2022/primitives/signals.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/fesm2022/untracked-CS7WUAzb.mjs +605 -0
- package/fesm2022/untracked-CS7WUAzb.mjs.map +1 -0
- package/index.d.ts +7 -8
- package/{navigation_types.d-u4EOrrdZ.d.ts → navigation_types.d-DgDrF5rp.d.ts} +2 -2
- package/package.json +1 -1
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +5 -340
- package/primitives/signals/index.d.ts +4 -207
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/apply_import_manager-BynuozbO.js +1 -1
- package/schematics/bundles/checker-DP-zos5Q.js +2 -2
- package/schematics/bundles/cleanup-unused-imports.js +1 -1
- package/schematics/bundles/compiler_host-DzM2hemp.js +1 -1
- package/schematics/bundles/control-flow-migration.js +32 -11
- package/schematics/bundles/explicit-standalone-flag.js +1 -1
- package/schematics/bundles/imports-CIX-JgAN.js +1 -1
- package/schematics/bundles/index-BPqwMr5d.js +2 -2
- package/schematics/bundles/index-CPpyW--c.js +1 -1
- package/schematics/bundles/inject-migration.js +1 -1
- package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
- package/schematics/bundles/migrate_ts_type_references-Ri-K4P_1.js +1 -1
- package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
- package/schematics/bundles/nodes-B16H9JUd.js +1 -1
- package/schematics/bundles/output-migration.js +1 -1
- package/schematics/bundles/pending-tasks.js +1 -1
- package/schematics/bundles/program-BmLi-Vxz.js +10 -10
- package/schematics/bundles/project_paths-CXXqWSoY.js +1 -1
- package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
- package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
- package/schematics/bundles/provide-initializer.js +1 -1
- package/schematics/bundles/route-lazy-loading.js +1 -1
- package/schematics/bundles/self-closing-tags-migration.js +1 -1
- package/schematics/bundles/signal-input-migration.js +1 -1
- package/schematics/bundles/signal-queries-migration.js +1 -1
- package/schematics/bundles/signals.js +1 -1
- package/schematics/bundles/standalone-migration.js +1 -1
- package/testing/index.d.ts +2 -2
- package/weak_ref.d-Bp6cSy-X.d.ts +213 -0
- package/fesm2022/weak_ref-DrMdAIDh.mjs +0 -12
- package/fesm2022/weak_ref-DrMdAIDh.mjs.map +0 -1
- package/weak_ref.d-ttyj86RV.d.ts +0 -9
package/fesm2022/core.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
2
|
+
* @license Angular v19.2.4
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { SIGNAL_NODE, signalSetFn, SIGNAL, producerAccessed, getActiveConsumer, setActiveConsumer, createSignal, signalUpdateFn, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError,
|
|
8
|
-
export {
|
|
9
|
-
import { getCurrentInjector, NOT_FOUND as NOT_FOUND$1, setCurrentInjector } from '
|
|
10
|
-
|
|
7
|
+
import { v as SIGNAL_NODE, z as signalSetFn, S as SIGNAL, p as producerAccessed, k as getActiveConsumer, u as setActiveConsumer$1, w as createSignal, A as signalUpdateFn, a as consumerDestroy, R as REACTIVE_NODE, b as consumerPollProducersForChange, d as consumerBeforeComputation, e as consumerAfterComputation, f as createComputed, s as setThrowInvalidWriteToSignalError, C as untracked$1, i as isInNotificationPhase, g as createLinkedSignal, l as linkedSignalSetFn, h as linkedSignalUpdateFn } from './untracked-CS7WUAzb.mjs';
|
|
8
|
+
export { B as ɵsetAlternateWeakRefImpl } from './untracked-CS7WUAzb.mjs';
|
|
9
|
+
import { getCurrentInjector, NOT_FOUND as NOT_FOUND$1, setCurrentInjector } from './primitives/di.mjs';
|
|
10
|
+
import { setActiveConsumer, createWatch } from '@angular/core/primitives/signals';
|
|
11
|
+
import { NOT_FOUND as NOT_FOUND$2 } from '@angular/core/primitives/di';
|
|
11
12
|
import { BehaviorSubject, Subject, Subscription } from 'rxjs';
|
|
12
|
-
import { Attribute as Attribute$1, clearAppScopedEarlyEventContract, EventContract, EventContractContainer, getAppScopedQueuedEventInfos, EventDispatcher, registerDispatcher, EventPhase, isEarlyEventType, isCaptureEventType } from '
|
|
13
|
+
import { Attribute as Attribute$1, clearAppScopedEarlyEventContract, EventContract, EventContractContainer, getAppScopedQueuedEventInfos, EventDispatcher, registerDispatcher, EventPhase, isEarlyEventType, isCaptureEventType } from './primitives/event-dispatch.mjs';
|
|
13
14
|
import { map } from 'rxjs/operators';
|
|
14
|
-
export { s as ɵsetAlternateWeakRefImpl } from './weak_ref-DrMdAIDh.mjs';
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* Base URL for the error details page.
|
|
@@ -2040,7 +2040,7 @@ class R3Injector extends EnvironmentInjector {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
retrieve(token, options) {
|
|
2042
2042
|
const ngOptions = options;
|
|
2043
|
-
return this.get(token, ngOptions.optional ? NOT_FOUND$
|
|
2043
|
+
return this.get(token, ngOptions.optional ? NOT_FOUND$2 : THROW_IF_NOT_FOUND, ngOptions);
|
|
2044
2044
|
}
|
|
2045
2045
|
/**
|
|
2046
2046
|
* Destroy the injector and release references to every instance or provider associated with it.
|
|
@@ -4199,12 +4199,12 @@ function callHooks(currentView, arr, initPhase, currentNodeIndex) {
|
|
|
4199
4199
|
*/
|
|
4200
4200
|
function callHookInternal(directive, hook) {
|
|
4201
4201
|
profiler(4 /* ProfilerEvent.LifecycleHookStart */, directive, hook);
|
|
4202
|
-
const prevConsumer = setActiveConsumer(null);
|
|
4202
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
4203
4203
|
try {
|
|
4204
4204
|
hook.call(directive);
|
|
4205
4205
|
}
|
|
4206
4206
|
finally {
|
|
4207
|
-
setActiveConsumer(prevConsumer);
|
|
4207
|
+
setActiveConsumer$1(prevConsumer);
|
|
4208
4208
|
profiler(5 /* ProfilerEvent.LifecycleHookEnd */, directive, hook);
|
|
4209
4209
|
}
|
|
4210
4210
|
}
|
|
@@ -6109,12 +6109,12 @@ class EventEmitter_ extends Subject {
|
|
|
6109
6109
|
}
|
|
6110
6110
|
}
|
|
6111
6111
|
emit(value) {
|
|
6112
|
-
const prevConsumer = setActiveConsumer(null);
|
|
6112
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
6113
6113
|
try {
|
|
6114
6114
|
super.next(value);
|
|
6115
6115
|
}
|
|
6116
6116
|
finally {
|
|
6117
|
-
setActiveConsumer(prevConsumer);
|
|
6117
|
+
setActiveConsumer$1(prevConsumer);
|
|
6118
6118
|
}
|
|
6119
6119
|
}
|
|
6120
6120
|
subscribe(observerOrNext, error, complete) {
|
|
@@ -6799,7 +6799,7 @@ class OutputEmitterRef {
|
|
|
6799
6799
|
if (this.listeners === null) {
|
|
6800
6800
|
return;
|
|
6801
6801
|
}
|
|
6802
|
-
const previousConsumer = setActiveConsumer(null);
|
|
6802
|
+
const previousConsumer = setActiveConsumer$1(null);
|
|
6803
6803
|
try {
|
|
6804
6804
|
for (const listenerFn of this.listeners) {
|
|
6805
6805
|
try {
|
|
@@ -6811,7 +6811,7 @@ class OutputEmitterRef {
|
|
|
6811
6811
|
}
|
|
6812
6812
|
}
|
|
6813
6813
|
finally {
|
|
6814
|
-
setActiveConsumer(previousConsumer);
|
|
6814
|
+
setActiveConsumer$1(previousConsumer);
|
|
6815
6815
|
}
|
|
6816
6816
|
}
|
|
6817
6817
|
}
|
|
@@ -10029,7 +10029,7 @@ function verifySsrContentsIntegrity(doc) {
|
|
|
10029
10029
|
function refreshContentQueries(tView, lView) {
|
|
10030
10030
|
const contentQueries = tView.contentQueries;
|
|
10031
10031
|
if (contentQueries !== null) {
|
|
10032
|
-
const prevConsumer = setActiveConsumer(null);
|
|
10032
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
10033
10033
|
try {
|
|
10034
10034
|
for (let i = 0; i < contentQueries.length; i += 2) {
|
|
10035
10035
|
const queryStartIdx = contentQueries[i];
|
|
@@ -10045,24 +10045,24 @@ function refreshContentQueries(tView, lView) {
|
|
|
10045
10045
|
}
|
|
10046
10046
|
}
|
|
10047
10047
|
finally {
|
|
10048
|
-
setActiveConsumer(prevConsumer);
|
|
10048
|
+
setActiveConsumer$1(prevConsumer);
|
|
10049
10049
|
}
|
|
10050
10050
|
}
|
|
10051
10051
|
}
|
|
10052
10052
|
function executeViewQueryFn(flags, viewQueryFn, component) {
|
|
10053
10053
|
ngDevMode && assertDefined(viewQueryFn, 'View queries function to execute must be defined.');
|
|
10054
10054
|
setCurrentQueryIndex(0);
|
|
10055
|
-
const prevConsumer = setActiveConsumer(null);
|
|
10055
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
10056
10056
|
try {
|
|
10057
10057
|
viewQueryFn(flags, component);
|
|
10058
10058
|
}
|
|
10059
10059
|
finally {
|
|
10060
|
-
setActiveConsumer(prevConsumer);
|
|
10060
|
+
setActiveConsumer$1(prevConsumer);
|
|
10061
10061
|
}
|
|
10062
10062
|
}
|
|
10063
10063
|
function executeContentQueries(tView, tNode, lView) {
|
|
10064
10064
|
if (isContentQueryHost(tNode)) {
|
|
10065
|
-
const prevConsumer = setActiveConsumer(null);
|
|
10065
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
10066
10066
|
try {
|
|
10067
10067
|
const start = tNode.directiveStart;
|
|
10068
10068
|
const end = tNode.directiveEnd;
|
|
@@ -10077,7 +10077,7 @@ function executeContentQueries(tView, tNode, lView) {
|
|
|
10077
10077
|
}
|
|
10078
10078
|
}
|
|
10079
10079
|
finally {
|
|
10080
|
-
setActiveConsumer(prevConsumer);
|
|
10080
|
+
setActiveConsumer$1(prevConsumer);
|
|
10081
10081
|
}
|
|
10082
10082
|
}
|
|
10083
10083
|
}
|
|
@@ -12328,7 +12328,7 @@ var InputFlags;
|
|
|
12328
12328
|
})(InputFlags || (InputFlags = {}));
|
|
12329
12329
|
|
|
12330
12330
|
function writeToDirectiveInput(def, instance, publicName, value) {
|
|
12331
|
-
const prevConsumer = setActiveConsumer(null);
|
|
12331
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
12332
12332
|
try {
|
|
12333
12333
|
if (ngDevMode) {
|
|
12334
12334
|
if (!def.inputs.hasOwnProperty(publicName)) {
|
|
@@ -12368,7 +12368,7 @@ function writeToDirectiveInput(def, instance, publicName, value) {
|
|
|
12368
12368
|
}
|
|
12369
12369
|
}
|
|
12370
12370
|
finally {
|
|
12371
|
-
setActiveConsumer(prevConsumer);
|
|
12371
|
+
setActiveConsumer$1(prevConsumer);
|
|
12372
12372
|
}
|
|
12373
12373
|
}
|
|
12374
12374
|
|
|
@@ -12786,7 +12786,7 @@ function loadComponentRenderer(currentDef, tNode, lView) {
|
|
|
12786
12786
|
return lView[RENDERER];
|
|
12787
12787
|
}
|
|
12788
12788
|
/** Handles an error thrown in an LView. */
|
|
12789
|
-
function handleError(lView, error) {
|
|
12789
|
+
function handleError$1(lView, error) {
|
|
12790
12790
|
const injector = lView[INJECTOR];
|
|
12791
12791
|
const errorHandler = injector ? injector.get(ErrorHandler, null) : null;
|
|
12792
12792
|
errorHandler && errorHandler.handleError(error);
|
|
@@ -12945,7 +12945,7 @@ function renderChildComponents(hostLView, components) {
|
|
|
12945
12945
|
}
|
|
12946
12946
|
|
|
12947
12947
|
function createAndRenderEmbeddedLView(declarationLView, templateTNode, context, options) {
|
|
12948
|
-
const prevConsumer = setActiveConsumer(null);
|
|
12948
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
12949
12949
|
try {
|
|
12950
12950
|
const embeddedTView = templateTNode.tView;
|
|
12951
12951
|
ngDevMode && assertDefined(embeddedTView, 'TView must be defined for a template node.');
|
|
@@ -12966,7 +12966,7 @@ function createAndRenderEmbeddedLView(declarationLView, templateTNode, context,
|
|
|
12966
12966
|
return embeddedLView;
|
|
12967
12967
|
}
|
|
12968
12968
|
finally {
|
|
12969
|
-
setActiveConsumer(prevConsumer);
|
|
12969
|
+
setActiveConsumer$1(prevConsumer);
|
|
12970
12970
|
}
|
|
12971
12971
|
}
|
|
12972
12972
|
/**
|
|
@@ -13211,7 +13211,7 @@ function cleanUpView(tView, lView) {
|
|
|
13211
13211
|
if (isDestroyed(lView)) {
|
|
13212
13212
|
return;
|
|
13213
13213
|
}
|
|
13214
|
-
const prevConsumer = setActiveConsumer(null);
|
|
13214
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
13215
13215
|
try {
|
|
13216
13216
|
// Usually the Attached flag is removed when the view is detached from its parent, however
|
|
13217
13217
|
// if it's a root view, the flag won't be unset hence why we're also removing on destroy.
|
|
@@ -13247,7 +13247,7 @@ function cleanUpView(tView, lView) {
|
|
|
13247
13247
|
unregisterLView(lView);
|
|
13248
13248
|
}
|
|
13249
13249
|
finally {
|
|
13250
|
-
setActiveConsumer(prevConsumer);
|
|
13250
|
+
setActiveConsumer$1(prevConsumer);
|
|
13251
13251
|
}
|
|
13252
13252
|
}
|
|
13253
13253
|
/** Removes listeners and unsubscribes from output subscriptions */
|
|
@@ -13969,7 +13969,7 @@ function detectChangesInternal(lView, notifyErrorHandler = true, mode = 0 /* Cha
|
|
|
13969
13969
|
}
|
|
13970
13970
|
catch (error) {
|
|
13971
13971
|
if (notifyErrorHandler) {
|
|
13972
|
-
handleError(lView, error);
|
|
13972
|
+
handleError$1(lView, error);
|
|
13973
13973
|
}
|
|
13974
13974
|
throw error;
|
|
13975
13975
|
}
|
|
@@ -17911,12 +17911,12 @@ class ComponentFactory extends ComponentFactory$1 {
|
|
|
17911
17911
|
}
|
|
17912
17912
|
create(injector, projectableNodes, rootSelectorOrNode, environmentInjector) {
|
|
17913
17913
|
profiler(22 /* ProfilerEvent.DynamicComponentStart */);
|
|
17914
|
-
const prevConsumer = setActiveConsumer(null);
|
|
17914
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
17915
17915
|
try {
|
|
17916
17916
|
const cmpDef = this.componentDef;
|
|
17917
17917
|
ngDevMode && verifyNotAnOrphanComponent(cmpDef);
|
|
17918
17918
|
const tAttributes = rootSelectorOrNode
|
|
17919
|
-
? ['ng-version', '19.2.
|
|
17919
|
+
? ['ng-version', '19.2.4']
|
|
17920
17920
|
: // Extract attributes and classes from the first selector only to match VE behavior.
|
|
17921
17921
|
extractAttrsAndClassesFromSelector(this.componentDef.selectors[0]);
|
|
17922
17922
|
// Create the root view. Uses empty TView and ContentTemplate.
|
|
@@ -17974,7 +17974,7 @@ class ComponentFactory extends ComponentFactory$1 {
|
|
|
17974
17974
|
return new ComponentRef(this.componentType, rootLView);
|
|
17975
17975
|
}
|
|
17976
17976
|
finally {
|
|
17977
|
-
setActiveConsumer(prevConsumer);
|
|
17977
|
+
setActiveConsumer$1(prevConsumer);
|
|
17978
17978
|
}
|
|
17979
17979
|
}
|
|
17980
17980
|
}
|
|
@@ -21171,7 +21171,7 @@ function renderDeferBlockState(newState, tNode, lContainer, skipTimerScheduling
|
|
|
21171
21171
|
applyStateFn(newState, lDetails, lContainer, tNode, hostLView);
|
|
21172
21172
|
}
|
|
21173
21173
|
catch (error) {
|
|
21174
|
-
handleError(hostLView, error);
|
|
21174
|
+
handleError$1(hostLView, error);
|
|
21175
21175
|
}
|
|
21176
21176
|
}
|
|
21177
21177
|
}
|
|
@@ -23557,7 +23557,7 @@ class ApplicationRef {
|
|
|
23557
23557
|
if (this._runningTick) {
|
|
23558
23558
|
throw new RuntimeError(101 /* RuntimeErrorCode.RECURSIVE_APPLICATION_REF_TICK */, ngDevMode && 'ApplicationRef.tick is called recursively');
|
|
23559
23559
|
}
|
|
23560
|
-
const prevConsumer = setActiveConsumer(null);
|
|
23560
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
23561
23561
|
try {
|
|
23562
23562
|
this._runningTick = true;
|
|
23563
23563
|
this.synchronize();
|
|
@@ -23575,7 +23575,7 @@ class ApplicationRef {
|
|
|
23575
23575
|
this._runningTick = false;
|
|
23576
23576
|
this.tracingSnapshot?.dispose();
|
|
23577
23577
|
this.tracingSnapshot = null;
|
|
23578
|
-
setActiveConsumer(prevConsumer);
|
|
23578
|
+
setActiveConsumer$1(prevConsumer);
|
|
23579
23579
|
this.afterTick.next();
|
|
23580
23580
|
profiler(13 /* ProfilerEvent.ChangeDetectionEnd */);
|
|
23581
23581
|
}
|
|
@@ -23939,7 +23939,7 @@ function triggerResourceLoading(tDetails, lView, tNode) {
|
|
|
23939
23939
|
'Loading dependencies for `@defer` block failed, ' +
|
|
23940
23940
|
`but no \`@error\` block was configured${templateLocation}. ` +
|
|
23941
23941
|
'Consider using the `@error` block to render an error state.');
|
|
23942
|
-
handleError(lView, error);
|
|
23942
|
+
handleError$1(lView, error);
|
|
23943
23943
|
}
|
|
23944
23944
|
}
|
|
23945
23945
|
else {
|
|
@@ -24418,7 +24418,7 @@ function ɵɵdeferWhen(rawValue) {
|
|
|
24418
24418
|
return;
|
|
24419
24419
|
const bindingIndex = nextBindingIndex();
|
|
24420
24420
|
if (bindingUpdated(lView, bindingIndex, rawValue)) {
|
|
24421
|
-
const prevConsumer = setActiveConsumer(null);
|
|
24421
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
24422
24422
|
try {
|
|
24423
24423
|
const value = Boolean(rawValue); // handle truthy or falsy values
|
|
24424
24424
|
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
@@ -24434,7 +24434,7 @@ function ɵɵdeferWhen(rawValue) {
|
|
|
24434
24434
|
}
|
|
24435
24435
|
}
|
|
24436
24436
|
finally {
|
|
24437
|
-
setActiveConsumer(prevConsumer);
|
|
24437
|
+
setActiveConsumer$1(prevConsumer);
|
|
24438
24438
|
}
|
|
24439
24439
|
}
|
|
24440
24440
|
}
|
|
@@ -24452,7 +24452,7 @@ function ɵɵdeferPrefetchWhen(rawValue) {
|
|
|
24452
24452
|
return;
|
|
24453
24453
|
const bindingIndex = nextBindingIndex();
|
|
24454
24454
|
if (bindingUpdated(lView, bindingIndex, rawValue)) {
|
|
24455
|
-
const prevConsumer = setActiveConsumer(null);
|
|
24455
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
24456
24456
|
try {
|
|
24457
24457
|
const value = Boolean(rawValue); // handle truthy or falsy values
|
|
24458
24458
|
const tView = lView[TVIEW];
|
|
@@ -24464,7 +24464,7 @@ function ɵɵdeferPrefetchWhen(rawValue) {
|
|
|
24464
24464
|
}
|
|
24465
24465
|
}
|
|
24466
24466
|
finally {
|
|
24467
|
-
setActiveConsumer(prevConsumer);
|
|
24467
|
+
setActiveConsumer$1(prevConsumer);
|
|
24468
24468
|
}
|
|
24469
24469
|
}
|
|
24470
24470
|
}
|
|
@@ -24493,7 +24493,7 @@ function ɵɵdeferHydrateWhen(rawValue) {
|
|
|
24493
24493
|
}
|
|
24494
24494
|
else {
|
|
24495
24495
|
const injector = lView[INJECTOR];
|
|
24496
|
-
const prevConsumer = setActiveConsumer(null);
|
|
24496
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
24497
24497
|
try {
|
|
24498
24498
|
const value = Boolean(rawValue); // handle truthy or falsy values
|
|
24499
24499
|
if (value === true) {
|
|
@@ -24507,7 +24507,7 @@ function ɵɵdeferHydrateWhen(rawValue) {
|
|
|
24507
24507
|
}
|
|
24508
24508
|
}
|
|
24509
24509
|
finally {
|
|
24510
|
-
setActiveConsumer(prevConsumer);
|
|
24510
|
+
setActiveConsumer$1(prevConsumer);
|
|
24511
24511
|
}
|
|
24512
24512
|
}
|
|
24513
24513
|
}
|
|
@@ -27544,7 +27544,7 @@ function ɵɵconditional(matchingTemplateIndex, contextValue) {
|
|
|
27544
27544
|
: undefined;
|
|
27545
27545
|
const viewInContainerIdx = 0;
|
|
27546
27546
|
if (bindingUpdated(hostLView, bindingIndex, matchingTemplateIndex)) {
|
|
27547
|
-
const prevConsumer = setActiveConsumer(null);
|
|
27547
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
27548
27548
|
try {
|
|
27549
27549
|
// The index of the view to show changed - remove the previously displayed one
|
|
27550
27550
|
// (it is a noop if there are no active views in a container).
|
|
@@ -27565,7 +27565,7 @@ function ɵɵconditional(matchingTemplateIndex, contextValue) {
|
|
|
27565
27565
|
}
|
|
27566
27566
|
}
|
|
27567
27567
|
finally {
|
|
27568
|
-
setActiveConsumer(prevConsumer);
|
|
27568
|
+
setActiveConsumer$1(prevConsumer);
|
|
27569
27569
|
}
|
|
27570
27570
|
}
|
|
27571
27571
|
else if (prevContainer !== undefined) {
|
|
@@ -27767,7 +27767,7 @@ class LiveCollectionLContainerImpl extends LiveCollection {
|
|
|
27767
27767
|
* @codeGenApi
|
|
27768
27768
|
*/
|
|
27769
27769
|
function ɵɵrepeater(collection) {
|
|
27770
|
-
const prevConsumer = setActiveConsumer(null);
|
|
27770
|
+
const prevConsumer = setActiveConsumer$1(null);
|
|
27771
27771
|
const metadataSlotIdx = getSelectedIndex();
|
|
27772
27772
|
try {
|
|
27773
27773
|
const hostLView = getLView();
|
|
@@ -27819,7 +27819,7 @@ function ɵɵrepeater(collection) {
|
|
|
27819
27819
|
}
|
|
27820
27820
|
}
|
|
27821
27821
|
finally {
|
|
27822
|
-
setActiveConsumer(prevConsumer);
|
|
27822
|
+
setActiveConsumer$1(prevConsumer);
|
|
27823
27823
|
}
|
|
27824
27824
|
}
|
|
27825
27825
|
function getLContainer(lView, index) {
|
|
@@ -30007,6 +30007,89 @@ function ɵɵi18nPostprocess(message, replacements = {}) {
|
|
|
30007
30007
|
return i18nPostprocess(message, replacements);
|
|
30008
30008
|
}
|
|
30009
30009
|
|
|
30010
|
+
/**
|
|
30011
|
+
* Wraps an event listener with a function that marks ancestors dirty and prevents default behavior,
|
|
30012
|
+
* if applicable.
|
|
30013
|
+
*
|
|
30014
|
+
* @param tNode The TNode associated with this listener
|
|
30015
|
+
* @param lView The LView that contains this listener
|
|
30016
|
+
* @param listenerFn The listener function to call
|
|
30017
|
+
* @param wrapWithPreventDefault Whether or not to prevent default behavior
|
|
30018
|
+
* (the procedural renderer does this already, so in those cases, we should skip)
|
|
30019
|
+
*/
|
|
30020
|
+
function wrapListener(tNode, lView, context, listenerFn) {
|
|
30021
|
+
// Note: we are performing most of the work in the listener function itself
|
|
30022
|
+
// to optimize listener registration.
|
|
30023
|
+
return function wrapListenerIn_markDirtyAndPreventDefault(e) {
|
|
30024
|
+
// Ivy uses `Function` as a special token that allows us to unwrap the function
|
|
30025
|
+
// so that it can be invoked programmatically by `DebugNode.triggerEventHandler`.
|
|
30026
|
+
if (e === Function) {
|
|
30027
|
+
return listenerFn;
|
|
30028
|
+
}
|
|
30029
|
+
// In order to be backwards compatible with View Engine, events on component host nodes
|
|
30030
|
+
// must also mark the component view itself dirty (i.e. the view that it owns).
|
|
30031
|
+
const startView = isComponentHost(tNode) ? getComponentLViewByIndex(tNode.index, lView) : lView;
|
|
30032
|
+
markViewDirty(startView, 5 /* NotificationSource.Listener */);
|
|
30033
|
+
let result = executeListenerWithErrorHandling(lView, context, listenerFn, e);
|
|
30034
|
+
// A just-invoked listener function might have coalesced listeners so we need to check for
|
|
30035
|
+
// their presence and invoke as needed.
|
|
30036
|
+
let nextListenerFn = wrapListenerIn_markDirtyAndPreventDefault.__ngNextListenerFn__;
|
|
30037
|
+
while (nextListenerFn) {
|
|
30038
|
+
// We should prevent default if any of the listeners explicitly return false
|
|
30039
|
+
result = executeListenerWithErrorHandling(lView, context, nextListenerFn, e) && result;
|
|
30040
|
+
nextListenerFn = nextListenerFn.__ngNextListenerFn__;
|
|
30041
|
+
}
|
|
30042
|
+
return result;
|
|
30043
|
+
};
|
|
30044
|
+
}
|
|
30045
|
+
function executeListenerWithErrorHandling(lView, context, listenerFn, e) {
|
|
30046
|
+
const prevConsumer = setActiveConsumer(null);
|
|
30047
|
+
try {
|
|
30048
|
+
profiler(6 /* ProfilerEvent.OutputStart */, context, listenerFn);
|
|
30049
|
+
// Only explicitly returning false from a listener should preventDefault
|
|
30050
|
+
return listenerFn(e) !== false;
|
|
30051
|
+
}
|
|
30052
|
+
catch (error) {
|
|
30053
|
+
// TODO(atscott): This should report to the application error handler, not the ErrorHandler on LView injector
|
|
30054
|
+
handleError(lView, error);
|
|
30055
|
+
return false;
|
|
30056
|
+
}
|
|
30057
|
+
finally {
|
|
30058
|
+
profiler(7 /* ProfilerEvent.OutputEnd */, context, listenerFn);
|
|
30059
|
+
setActiveConsumer(prevConsumer);
|
|
30060
|
+
}
|
|
30061
|
+
}
|
|
30062
|
+
/** Handles an error thrown in an LView. */
|
|
30063
|
+
function handleError(lView, error) {
|
|
30064
|
+
const injector = lView[INJECTOR];
|
|
30065
|
+
const errorHandler = injector ? injector.get(ErrorHandler, null) : null;
|
|
30066
|
+
errorHandler && errorHandler.handleError(error);
|
|
30067
|
+
}
|
|
30068
|
+
|
|
30069
|
+
function listenToOutput(tNode, tView, lView, index, lookupName, eventName, listenerFn, lCleanup, tCleanup) {
|
|
30070
|
+
ngDevMode && assertIndexInRange(lView, index);
|
|
30071
|
+
const instance = lView[index];
|
|
30072
|
+
const def = tView.data[index];
|
|
30073
|
+
const propertyName = def.outputs[lookupName];
|
|
30074
|
+
const output = instance[propertyName];
|
|
30075
|
+
if (ngDevMode && !isOutputSubscribable(output)) {
|
|
30076
|
+
throw new Error(`@Output ${propertyName} not initialized in '${instance.constructor.name}'.`);
|
|
30077
|
+
}
|
|
30078
|
+
const subscription = output.subscribe(listenerFn);
|
|
30079
|
+
const idx = lCleanup.length;
|
|
30080
|
+
lCleanup.push(listenerFn, subscription);
|
|
30081
|
+
tCleanup && tCleanup.push(eventName, tNode.index, idx, -(idx + 1));
|
|
30082
|
+
}
|
|
30083
|
+
/**
|
|
30084
|
+
* Whether the given value represents a subscribable output.
|
|
30085
|
+
*
|
|
30086
|
+
* For example, an `EventEmitter, a `Subject`, an `Observable` or an
|
|
30087
|
+
* `OutputEmitter`.
|
|
30088
|
+
*/
|
|
30089
|
+
function isOutputSubscribable(value) {
|
|
30090
|
+
return (value != null && typeof value.subscribe === 'function');
|
|
30091
|
+
}
|
|
30092
|
+
|
|
30010
30093
|
/**
|
|
30011
30094
|
* Contains a reference to a function that disables event replay feature
|
|
30012
30095
|
* for server-side rendered applications. This function is overridden with
|
|
@@ -30184,80 +30267,6 @@ function listenerInternal(tView, lView, renderer, tNode, eventName, listenerFn,
|
|
|
30184
30267
|
}
|
|
30185
30268
|
}
|
|
30186
30269
|
}
|
|
30187
|
-
function listenToOutput(tNode, tView, lView, index, lookupName, eventName, listenerFn, lCleanup, tCleanup) {
|
|
30188
|
-
ngDevMode && assertIndexInRange(lView, index);
|
|
30189
|
-
const instance = lView[index];
|
|
30190
|
-
const def = tView.data[index];
|
|
30191
|
-
const propertyName = def.outputs[lookupName];
|
|
30192
|
-
const output = instance[propertyName];
|
|
30193
|
-
if (ngDevMode && !isOutputSubscribable(output)) {
|
|
30194
|
-
throw new Error(`@Output ${propertyName} not initialized in '${instance.constructor.name}'.`);
|
|
30195
|
-
}
|
|
30196
|
-
const subscription = output.subscribe(listenerFn);
|
|
30197
|
-
const idx = lCleanup.length;
|
|
30198
|
-
lCleanup.push(listenerFn, subscription);
|
|
30199
|
-
tCleanup && tCleanup.push(eventName, tNode.index, idx, -(idx + 1));
|
|
30200
|
-
}
|
|
30201
|
-
function executeListenerWithErrorHandling(lView, context, listenerFn, e) {
|
|
30202
|
-
const prevConsumer = setActiveConsumer(null);
|
|
30203
|
-
try {
|
|
30204
|
-
profiler(6 /* ProfilerEvent.OutputStart */, context, listenerFn);
|
|
30205
|
-
// Only explicitly returning false from a listener should preventDefault
|
|
30206
|
-
return listenerFn(e) !== false;
|
|
30207
|
-
}
|
|
30208
|
-
catch (error) {
|
|
30209
|
-
handleError(lView, error);
|
|
30210
|
-
return false;
|
|
30211
|
-
}
|
|
30212
|
-
finally {
|
|
30213
|
-
profiler(7 /* ProfilerEvent.OutputEnd */, context, listenerFn);
|
|
30214
|
-
setActiveConsumer(prevConsumer);
|
|
30215
|
-
}
|
|
30216
|
-
}
|
|
30217
|
-
/**
|
|
30218
|
-
* Wraps an event listener with a function that marks ancestors dirty and prevents default behavior,
|
|
30219
|
-
* if applicable.
|
|
30220
|
-
*
|
|
30221
|
-
* @param tNode The TNode associated with this listener
|
|
30222
|
-
* @param lView The LView that contains this listener
|
|
30223
|
-
* @param listenerFn The listener function to call
|
|
30224
|
-
* @param wrapWithPreventDefault Whether or not to prevent default behavior
|
|
30225
|
-
* (the procedural renderer does this already, so in those cases, we should skip)
|
|
30226
|
-
*/
|
|
30227
|
-
function wrapListener(tNode, lView, context, listenerFn) {
|
|
30228
|
-
// Note: we are performing most of the work in the listener function itself
|
|
30229
|
-
// to optimize listener registration.
|
|
30230
|
-
return function wrapListenerIn_markDirtyAndPreventDefault(e) {
|
|
30231
|
-
// Ivy uses `Function` as a special token that allows us to unwrap the function
|
|
30232
|
-
// so that it can be invoked programmatically by `DebugNode.triggerEventHandler`.
|
|
30233
|
-
if (e === Function) {
|
|
30234
|
-
return listenerFn;
|
|
30235
|
-
}
|
|
30236
|
-
// In order to be backwards compatible with View Engine, events on component host nodes
|
|
30237
|
-
// must also mark the component view itself dirty (i.e. the view that it owns).
|
|
30238
|
-
const startView = isComponentHost(tNode) ? getComponentLViewByIndex(tNode.index, lView) : lView;
|
|
30239
|
-
markViewDirty(startView, 5 /* NotificationSource.Listener */);
|
|
30240
|
-
let result = executeListenerWithErrorHandling(lView, context, listenerFn, e);
|
|
30241
|
-
// A just-invoked listener function might have coalesced listeners so we need to check for
|
|
30242
|
-
// their presence and invoke as needed.
|
|
30243
|
-
let nextListenerFn = wrapListenerIn_markDirtyAndPreventDefault.__ngNextListenerFn__;
|
|
30244
|
-
while (nextListenerFn) {
|
|
30245
|
-
// We should prevent default if any of the listeners explicitly return false
|
|
30246
|
-
result = executeListenerWithErrorHandling(lView, context, nextListenerFn, e) && result;
|
|
30247
|
-
nextListenerFn = nextListenerFn.__ngNextListenerFn__;
|
|
30248
|
-
}
|
|
30249
|
-
return result;
|
|
30250
|
-
};
|
|
30251
|
-
}
|
|
30252
|
-
/**
|
|
30253
|
-
* Whether the given value represents a subscribable output.
|
|
30254
|
-
*
|
|
30255
|
-
* For example, an `EventEmitter, a `Subject`, an `Observable` or an
|
|
30256
|
-
* `OutputEmitter`.
|
|
30257
|
-
*/
|
|
30258
|
-
function isOutputSubscribable(value) {
|
|
30259
|
-
return (value != null && typeof value.subscribe === 'function');
|
|
30260
|
-
}
|
|
30261
30270
|
|
|
30262
30271
|
/**
|
|
30263
30272
|
* Retrieves a context at the level specified and saves it as the global, contextViewData.
|
|
@@ -34627,7 +34636,7 @@ class Version {
|
|
|
34627
34636
|
/**
|
|
34628
34637
|
* @publicApi
|
|
34629
34638
|
*/
|
|
34630
|
-
const VERSION = new Version('19.2.
|
|
34639
|
+
const VERSION = new Version('19.2.4');
|
|
34631
34640
|
|
|
34632
34641
|
/**
|
|
34633
34642
|
* Combination of NgModuleFactory and ComponentFactories.
|
|
@@ -40538,5 +40547,5 @@ const REQUEST_CONTEXT = new InjectionToken(typeof ngDevMode === 'undefined' || n
|
|
|
40538
40547
|
factory: () => null,
|
|
40539
40548
|
});
|
|
40540
40549
|
|
|
40541
|
-
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, 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, 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 };
|
|
40550
|
+
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 };
|
|
40542
40551
|
//# sourceMappingURL=core.mjs.map
|