@angular/core 19.1.0-next.0 → 19.1.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/core.mjs +207 -210
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +4 -1
- package/fesm2022/primitives/signals.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/testing.mjs +4 -4
- package/index.d.ts +56 -38
- package/package.json +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +10 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/{checker-3cbc9cc1.js → checker-a00b735e.js} +22 -23
- package/schematics/bundles/{combine_units-ab03aca8.js → combine_units-4983dfd3.js} +3 -3
- package/schematics/bundles/{compiler_host-087c5caa.js → compiler_host-3e96c3f7.js} +2 -2
- package/schematics/bundles/control-flow-migration.js +3 -3
- package/schematics/bundles/explicit-standalone-flag.js +5 -5
- package/schematics/bundles/{imports-4ac08251.js → imports-44987700.js} +1 -1
- package/schematics/bundles/inject-migration.js +60 -39
- package/schematics/bundles/{leading_space-d190b83b.js → leading_space-6e7a8ec6.js} +1 -1
- package/schematics/bundles/{migrate_ts_type_references-efb52bf2.js → migrate_ts_type_references-58326be5.js} +5 -5
- package/schematics/bundles/{nodes-0e7d45ca.js → nodes-b12e919a.js} +2 -2
- package/schematics/bundles/output-migration.js +5 -5
- package/schematics/bundles/pending-tasks.js +5 -5
- package/schematics/bundles/{program-ed10d149.js → program-37562cc3.js} +53 -29
- package/schematics/bundles/{project_tsconfig_paths-e9ccccbf.js → project_tsconfig_paths-6c9cde78.js} +1 -1
- package/schematics/bundles/provide-initializer.js +5 -5
- package/schematics/bundles/route-lazy-loading.js +4 -4
- package/schematics/bundles/signal-input-migration.js +7 -7
- package/schematics/bundles/signal-queries-migration.js +7 -7
- package/schematics/bundles/signals.js +7 -7
- package/schematics/bundles/standalone-migration.js +8 -8
- package/testing/index.d.ts +1 -1
package/fesm2022/core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.1.0-next.
|
|
2
|
+
* @license Angular v19.1.0-next.1
|
|
3
3
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -8,7 +8,7 @@ import { SIGNAL_NODE as SIGNAL_NODE$1, signalSetFn as signalSetFn$1, producerAcc
|
|
|
8
8
|
export { SIGNAL as ɵSIGNAL } from '@angular/core/primitives/signals';
|
|
9
9
|
import { BehaviorSubject, Subject, Subscription } from 'rxjs';
|
|
10
10
|
import { Attribute as Attribute$1, EventContract, EventContractContainer, getAppScopedQueuedEventInfos, clearAppScopedEarlyEventContract, EventDispatcher, registerDispatcher, isEarlyEventType, isCaptureEventType, EventPhase } from '@angular/core/primitives/event-dispatch';
|
|
11
|
-
import { map
|
|
11
|
+
import { map } from 'rxjs/operators';
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Base URL for the error details page.
|
|
@@ -690,7 +690,7 @@ const NG_INJECTOR_DEF = getClosureSafeProperty({ ngInjectorDef: getClosureSafePr
|
|
|
690
690
|
* `InjectionToken` is parameterized on `T` which is the type of object which will be returned by
|
|
691
691
|
* the `Injector`. This provides an additional level of type safety.
|
|
692
692
|
*
|
|
693
|
-
* <div class="alert
|
|
693
|
+
* <div class="docs-alert docs-alert-helpful">
|
|
694
694
|
*
|
|
695
695
|
* **Important Note**: Ensure that you use the same instance of the `InjectionToken` in both the
|
|
696
696
|
* provider and the injection call. Creating a new instance of `InjectionToken` in different places,
|
|
@@ -8609,7 +8609,7 @@ var AfterRenderPhase;
|
|
|
8609
8609
|
* `AfterRenderPhase.EarlyRead` phase if reading can wait until after the write phase.
|
|
8610
8610
|
* **Never** write to the DOM in this phase.
|
|
8611
8611
|
*
|
|
8612
|
-
* <div class="alert
|
|
8612
|
+
* <div class="docs-alert docs-alert-important">
|
|
8613
8613
|
*
|
|
8614
8614
|
* Using this value can degrade performance.
|
|
8615
8615
|
* Instead, prefer using built-in browser functionality when possible.
|
|
@@ -8627,7 +8627,7 @@ var AfterRenderPhase;
|
|
|
8627
8627
|
* DOM, that haven't been refactored to use a different phase. **Never** use this phase if
|
|
8628
8628
|
* it is possible to divide the work among the other phases instead.
|
|
8629
8629
|
*
|
|
8630
|
-
* <div class="alert
|
|
8630
|
+
* <div class="docs-alert docs-alert-critical">
|
|
8631
8631
|
*
|
|
8632
8632
|
* Using this value can **significantly** degrade performance.
|
|
8633
8633
|
* Instead, prefer dividing work into the appropriate phase callbacks.
|
|
@@ -8780,6 +8780,7 @@ class AfterRenderSequence {
|
|
|
8780
8780
|
// associates the initial run of the hook with the context that created it.
|
|
8781
8781
|
// Follow-up runs are independent of that initial context and have different
|
|
8782
8782
|
// triggers.
|
|
8783
|
+
this.snapshot?.dispose();
|
|
8783
8784
|
this.snapshot = null;
|
|
8784
8785
|
}
|
|
8785
8786
|
destroy() {
|
|
@@ -14659,6 +14660,7 @@ function maybeReturnReactiveLViewConsumer(consumer) {
|
|
|
14659
14660
|
const REACTIVE_LVIEW_CONSUMER_NODE = {
|
|
14660
14661
|
...REACTIVE_NODE$1,
|
|
14661
14662
|
consumerIsAlwaysLive: true,
|
|
14663
|
+
kind: 'template',
|
|
14662
14664
|
consumerMarkedDirty: (node) => {
|
|
14663
14665
|
markAncestorsForTraversal(node.lView);
|
|
14664
14666
|
},
|
|
@@ -14686,6 +14688,7 @@ function getOrCreateTemporaryConsumer(lView) {
|
|
|
14686
14688
|
const TEMPORARY_CONSUMER_NODE = {
|
|
14687
14689
|
...REACTIVE_NODE$1,
|
|
14688
14690
|
consumerIsAlwaysLive: true,
|
|
14691
|
+
kind: 'template',
|
|
14689
14692
|
consumerMarkedDirty: (node) => {
|
|
14690
14693
|
let parent = getLViewParent(node.lView);
|
|
14691
14694
|
while (parent && !viewShouldHaveReactiveConsumer(parent[TVIEW])) {
|
|
@@ -18078,7 +18081,7 @@ function createRootComponent(componentView, rootComponentDef, rootDirectives, ho
|
|
|
18078
18081
|
function setRootNodeAttributes(hostRenderer, componentDef, hostRNode, rootSelectorOrNode) {
|
|
18079
18082
|
if (rootSelectorOrNode) {
|
|
18080
18083
|
// The placeholder will be replaced with the actual version at build time.
|
|
18081
|
-
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.1.0-next.
|
|
18084
|
+
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.1.0-next.1']);
|
|
18082
18085
|
}
|
|
18083
18086
|
else {
|
|
18084
18087
|
// If host element is created as a part of this function call (i.e. `rootSelectorOrNode`
|
|
@@ -23292,6 +23295,7 @@ class ApplicationRef {
|
|
|
23292
23295
|
});
|
|
23293
23296
|
}
|
|
23294
23297
|
_injector = inject(EnvironmentInjector);
|
|
23298
|
+
_rendererFactory = null;
|
|
23295
23299
|
/**
|
|
23296
23300
|
* The `EnvironmentInjector` used to create this application.
|
|
23297
23301
|
*/
|
|
@@ -23403,6 +23407,7 @@ class ApplicationRef {
|
|
|
23403
23407
|
// if one exists. Snapshots may be reference counted by the implementation so
|
|
23404
23408
|
// we want to ensure that if we request a snapshot that we use it.
|
|
23405
23409
|
snapshot.run(TracingAction.CHANGE_DETECTION, this._tick);
|
|
23410
|
+
snapshot.dispose();
|
|
23406
23411
|
return;
|
|
23407
23412
|
}
|
|
23408
23413
|
(typeof ngDevMode === 'undefined' || ngDevMode) && this.warnIfDestroyed();
|
|
@@ -23434,16 +23439,15 @@ class ApplicationRef {
|
|
|
23434
23439
|
* pending dirtiness (potentially in a loop).
|
|
23435
23440
|
*/
|
|
23436
23441
|
synchronize() {
|
|
23437
|
-
|
|
23438
|
-
|
|
23439
|
-
rendererFactory = this._injector.get(RendererFactory2, null, { optional: true });
|
|
23442
|
+
if (this._rendererFactory === null && !this._injector.destroyed) {
|
|
23443
|
+
this._rendererFactory = this._injector.get(RendererFactory2, null, { optional: true });
|
|
23440
23444
|
}
|
|
23441
23445
|
// When beginning synchronization, all deferred dirtiness becomes active dirtiness.
|
|
23442
23446
|
this.dirtyFlags |= this.deferredDirtyFlags;
|
|
23443
23447
|
this.deferredDirtyFlags = 0 /* ApplicationRefDirtyFlags.None */;
|
|
23444
23448
|
let runs = 0;
|
|
23445
23449
|
while (this.dirtyFlags !== 0 /* ApplicationRefDirtyFlags.None */ && runs++ < MAXIMUM_REFRESH_RERUNS) {
|
|
23446
|
-
this.synchronizeOnce(
|
|
23450
|
+
this.synchronizeOnce();
|
|
23447
23451
|
}
|
|
23448
23452
|
if ((typeof ngDevMode === 'undefined' || ngDevMode) && runs >= MAXIMUM_REFRESH_RERUNS) {
|
|
23449
23453
|
throw new RuntimeError(103 /* RuntimeErrorCode.INFINITE_CHANGE_DETECTION */, ngDevMode &&
|
|
@@ -23455,7 +23459,7 @@ class ApplicationRef {
|
|
|
23455
23459
|
/**
|
|
23456
23460
|
* Perform a single synchronization pass.
|
|
23457
23461
|
*/
|
|
23458
|
-
synchronizeOnce(
|
|
23462
|
+
synchronizeOnce() {
|
|
23459
23463
|
// If we happened to loop, deferred dirtiness can be processed as active dirtiness again.
|
|
23460
23464
|
this.dirtyFlags |= this.deferredDirtyFlags;
|
|
23461
23465
|
this.deferredDirtyFlags = 0 /* ApplicationRefDirtyFlags.None */;
|
|
@@ -23494,8 +23498,8 @@ class ApplicationRef {
|
|
|
23494
23498
|
else {
|
|
23495
23499
|
// If we skipped refreshing views above, there might still be unflushed animations
|
|
23496
23500
|
// because we never called `detectChangesInternal` on the views.
|
|
23497
|
-
|
|
23498
|
-
|
|
23501
|
+
this._rendererFactory?.begin?.();
|
|
23502
|
+
this._rendererFactory?.end?.();
|
|
23499
23503
|
}
|
|
23500
23504
|
// Even if there were no dirty views, afterRender hooks might still be dirty.
|
|
23501
23505
|
if (this.dirtyFlags & 8 /* ApplicationRefDirtyFlags.AfterRender */) {
|
|
@@ -23635,30 +23639,6 @@ function remove(list, el) {
|
|
|
23635
23639
|
list.splice(index, 1);
|
|
23636
23640
|
}
|
|
23637
23641
|
}
|
|
23638
|
-
let whenStableStore;
|
|
23639
|
-
/**
|
|
23640
|
-
* Returns a Promise that resolves when the application becomes stable after this method is called
|
|
23641
|
-
* the first time.
|
|
23642
|
-
*
|
|
23643
|
-
* Note: this function is unused in the FW code, but it's still present since the CLI code relies
|
|
23644
|
-
* on it currently (see https://github.com/angular/angular-cli/blob/20411f696eb52c500e096e3dfc5e195185794edc/packages/angular/ssr/src/routes/ng-routes.ts#L435).
|
|
23645
|
-
* Remove this function once CLI code is updated to use `ApplicationRef.whenStable` instead.
|
|
23646
|
-
*/
|
|
23647
|
-
function whenStable(applicationRef) {
|
|
23648
|
-
whenStableStore ??= new WeakMap();
|
|
23649
|
-
const cachedWhenStable = whenStableStore.get(applicationRef);
|
|
23650
|
-
if (cachedWhenStable) {
|
|
23651
|
-
return cachedWhenStable;
|
|
23652
|
-
}
|
|
23653
|
-
const whenStablePromise = applicationRef.isStable
|
|
23654
|
-
.pipe(first((isStable) => isStable))
|
|
23655
|
-
.toPromise()
|
|
23656
|
-
.then(() => void 0);
|
|
23657
|
-
whenStableStore.set(applicationRef, whenStablePromise);
|
|
23658
|
-
// Be a good citizen and clean the store `onDestroy` even though we are using `WeakMap`.
|
|
23659
|
-
applicationRef.onDestroy(() => whenStableStore?.delete(applicationRef));
|
|
23660
|
-
return whenStablePromise;
|
|
23661
|
-
}
|
|
23662
23642
|
function detectChangesInViewIfRequired(lView, notifyErrorHandler, isFirstPass, zonelessEnabled) {
|
|
23663
23643
|
// When re-checking, only check views which actually need it.
|
|
23664
23644
|
if (!isFirstPass && !requiresRefreshOrTraversal(lView)) {
|
|
@@ -23680,14 +23660,9 @@ function scheduleDelayedTrigger(scheduleFn) {
|
|
|
23680
23660
|
const tNode = getCurrentTNode();
|
|
23681
23661
|
const injector = lView[INJECTOR];
|
|
23682
23662
|
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
23683
|
-
const tDetails = getTDeferBlockDetails(lView[TVIEW], tNode);
|
|
23684
23663
|
renderPlaceholder(lView, tNode);
|
|
23685
|
-
|
|
23686
|
-
|
|
23687
|
-
// since we don't want to delay the server response.
|
|
23688
|
-
const cleanupFn = scheduleFn(() => triggerDeferBlock(lView, tNode), injector);
|
|
23689
|
-
storeTriggerCleanupFn(0 /* TriggerType.Regular */, lDetails, cleanupFn);
|
|
23690
|
-
}
|
|
23664
|
+
const cleanupFn = scheduleFn(() => triggerDeferBlock(0 /* TriggerType.Regular */, lView, tNode), injector);
|
|
23665
|
+
storeTriggerCleanupFn(0 /* TriggerType.Regular */, lDetails, cleanupFn);
|
|
23691
23666
|
}
|
|
23692
23667
|
/**
|
|
23693
23668
|
* Schedules prefetching for `on idle` and `on timer` triggers.
|
|
@@ -23695,9 +23670,8 @@ function scheduleDelayedTrigger(scheduleFn) {
|
|
|
23695
23670
|
* @param scheduleFn A function that does the scheduling.
|
|
23696
23671
|
*/
|
|
23697
23672
|
function scheduleDelayedPrefetching(scheduleFn, trigger) {
|
|
23698
|
-
if (typeof ngServerMode !== 'undefined' && ngServerMode)
|
|
23673
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode)
|
|
23699
23674
|
return;
|
|
23700
|
-
}
|
|
23701
23675
|
const lView = getLView();
|
|
23702
23676
|
const injector = lView[INJECTOR];
|
|
23703
23677
|
// Only trigger the scheduled trigger on the browser
|
|
@@ -23705,8 +23679,6 @@ function scheduleDelayedPrefetching(scheduleFn, trigger) {
|
|
|
23705
23679
|
const tNode = getCurrentTNode();
|
|
23706
23680
|
const tView = lView[TVIEW];
|
|
23707
23681
|
const tDetails = getTDeferBlockDetails(tView, tNode);
|
|
23708
|
-
const prefetchTriggers = getPrefetchTriggers(tDetails);
|
|
23709
|
-
prefetchTriggers.add(trigger);
|
|
23710
23682
|
if (tDetails.loadingState === DeferDependenciesLoadingState.NOT_STARTED) {
|
|
23711
23683
|
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
23712
23684
|
const prefetch = () => triggerPrefetching(tDetails, lView, tNode);
|
|
@@ -23718,9 +23690,8 @@ function scheduleDelayedPrefetching(scheduleFn, trigger) {
|
|
|
23718
23690
|
* Schedules hydration triggering of a defer block for `on idle` and `on timer` conditions.
|
|
23719
23691
|
*/
|
|
23720
23692
|
function scheduleDelayedHydrating(scheduleFn, lView, tNode) {
|
|
23721
|
-
if (typeof ngServerMode !== 'undefined' && ngServerMode)
|
|
23693
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode)
|
|
23722
23694
|
return;
|
|
23723
|
-
}
|
|
23724
23695
|
// Only trigger the scheduled trigger on the browser
|
|
23725
23696
|
// since we don't want to delay the server response.
|
|
23726
23697
|
const injector = lView[INJECTOR];
|
|
@@ -23735,12 +23706,10 @@ function scheduleDelayedHydrating(scheduleFn, lView, tNode) {
|
|
|
23735
23706
|
*
|
|
23736
23707
|
* @param tDetails Static information about this defer block.
|
|
23737
23708
|
* @param lView LView of a host view.
|
|
23709
|
+
* @param tNode TNode that represents a defer block.
|
|
23738
23710
|
*/
|
|
23739
23711
|
function triggerPrefetching(tDetails, lView, tNode) {
|
|
23740
|
-
|
|
23741
|
-
if (lView[INJECTOR] && shouldTriggerDeferBlock(lView[INJECTOR], tDeferBlockDetails)) {
|
|
23742
|
-
triggerResourceLoading(tDetails, lView, tNode);
|
|
23743
|
-
}
|
|
23712
|
+
triggerResourceLoading(tDetails, lView, tNode);
|
|
23744
23713
|
}
|
|
23745
23714
|
/**
|
|
23746
23715
|
* Trigger loading of defer block dependencies if the process hasn't started yet.
|
|
@@ -23845,20 +23814,35 @@ function triggerResourceLoading(tDetails, lView, tNode) {
|
|
|
23845
23814
|
});
|
|
23846
23815
|
return tDetails.loadingPromise;
|
|
23847
23816
|
}
|
|
23817
|
+
/**
|
|
23818
|
+
* Defines whether we should proceed with triggering a given defer block.
|
|
23819
|
+
*/
|
|
23820
|
+
function shouldTriggerDeferBlock(triggerType, lView) {
|
|
23821
|
+
// prevents triggering regular triggers when on the server.
|
|
23822
|
+
if (triggerType === 0 /* TriggerType.Regular */ && typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
23823
|
+
return false;
|
|
23824
|
+
}
|
|
23825
|
+
// prevents triggering in the case of a test run with manual defer block configuration.
|
|
23826
|
+
const injector = lView[INJECTOR];
|
|
23827
|
+
const config = injector.get(DEFER_BLOCK_CONFIG, null, { optional: true });
|
|
23828
|
+
if (config?.behavior === DeferBlockBehavior.Manual) {
|
|
23829
|
+
return false;
|
|
23830
|
+
}
|
|
23831
|
+
return true;
|
|
23832
|
+
}
|
|
23848
23833
|
/**
|
|
23849
23834
|
* Attempts to trigger loading of defer block dependencies.
|
|
23850
23835
|
* If the block is already in a loading, completed or an error state -
|
|
23851
23836
|
* no additional actions are taken.
|
|
23852
23837
|
*/
|
|
23853
|
-
function triggerDeferBlock(lView, tNode) {
|
|
23838
|
+
function triggerDeferBlock(triggerType, lView, tNode) {
|
|
23854
23839
|
const tView = lView[TVIEW];
|
|
23855
23840
|
const lContainer = lView[tNode.index];
|
|
23856
|
-
const injector = lView[INJECTOR];
|
|
23857
23841
|
ngDevMode && assertLContainer(lContainer);
|
|
23842
|
+
if (!shouldTriggerDeferBlock(triggerType, lView))
|
|
23843
|
+
return;
|
|
23858
23844
|
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
23859
23845
|
const tDetails = getTDeferBlockDetails(tView, tNode);
|
|
23860
|
-
if (!shouldTriggerDeferBlock(injector, tDetails))
|
|
23861
|
-
return;
|
|
23862
23846
|
// Defer block is triggered, cleanup all registered trigger functions.
|
|
23863
23847
|
invokeAllTriggerCleanupFns(lDetails);
|
|
23864
23848
|
switch (tDetails.loadingState) {
|
|
@@ -23927,7 +23911,7 @@ async function triggerHydrationFromBlockName(injector, blockName, replayQueuedEv
|
|
|
23927
23911
|
}
|
|
23928
23912
|
// Actually do the triggering and hydration of the queue of blocks
|
|
23929
23913
|
for (const dehydratedBlockId of hydrationQueue) {
|
|
23930
|
-
await
|
|
23914
|
+
await triggerResourceLoadingForHydration(dehydratedBlockId, dehydratedBlockRegistry);
|
|
23931
23915
|
await nextRender(injector);
|
|
23932
23916
|
// TODO(incremental-hydration): assert (in dev mode) that a defer block is present in the dehydrated registry
|
|
23933
23917
|
// at this point. If not - it means that the block has not been hydrated, for example due to different
|
|
@@ -23965,7 +23949,7 @@ function nextRender(injector) {
|
|
|
23965
23949
|
afterNextRender(() => resolve(), { injector });
|
|
23966
23950
|
return promise;
|
|
23967
23951
|
}
|
|
23968
|
-
function
|
|
23952
|
+
function triggerResourceLoadingForHydration(dehydratedBlockId, dehydratedBlockRegistry) {
|
|
23969
23953
|
let resolve;
|
|
23970
23954
|
const promise = new Promise((resolveFn) => (resolve = resolveFn));
|
|
23971
23955
|
const deferBlock = dehydratedBlockRegistry.get(dehydratedBlockId);
|
|
@@ -23976,7 +23960,7 @@ function triggerDeferBlockResourceLoading(dehydratedBlockId, dehydratedBlockRegi
|
|
|
23976
23960
|
const { tNode, lView } = deferBlock;
|
|
23977
23961
|
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
23978
23962
|
onDeferBlockCompletion(lDetails, () => resolve());
|
|
23979
|
-
triggerDeferBlock(lView, tNode);
|
|
23963
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
23980
23964
|
// TODO(incremental-hydration): handle the cleanup for cases when
|
|
23981
23965
|
// defer block is no longer present during hydration (e.g. `@if` condition
|
|
23982
23966
|
// has changed during hydration/rendering).
|
|
@@ -23994,50 +23978,47 @@ function onDeferBlockCompletion(lDetails, callback) {
|
|
|
23994
23978
|
lDetails[ON_COMPLETE_FNS].push(callback);
|
|
23995
23979
|
}
|
|
23996
23980
|
/**
|
|
23997
|
-
* Determines whether
|
|
23998
|
-
*
|
|
23999
|
-
* - on the client for blocks that were server-side rendered, to start hydration process
|
|
23981
|
+
* Determines whether specific trigger types should be attached during an instruction firing
|
|
23982
|
+
* to ensure the proper triggers for a given type are used.
|
|
24000
23983
|
*/
|
|
24001
|
-
function
|
|
24002
|
-
|
|
24003
|
-
|
|
24004
|
-
|
|
24005
|
-
|
|
24006
|
-
|
|
24007
|
-
|
|
23984
|
+
function shouldAttachTrigger(triggerType, lView, tNode) {
|
|
23985
|
+
if (triggerType === 0 /* TriggerType.Regular */) {
|
|
23986
|
+
return shouldAttachRegularTrigger(lView, tNode);
|
|
23987
|
+
}
|
|
23988
|
+
else if (triggerType === 2 /* TriggerType.Hydrate */) {
|
|
23989
|
+
return !shouldAttachRegularTrigger(lView, tNode);
|
|
23990
|
+
}
|
|
23991
|
+
// TriggerType.Prefetch is active only on the client
|
|
23992
|
+
return !(typeof ngServerMode !== 'undefined' && ngServerMode);
|
|
24008
23993
|
}
|
|
24009
|
-
// TODO(incremental-hydration): Optimize this further by moving the calculation to earlier
|
|
24010
|
-
// in the process. Consider a flag we can check similar to LView[FLAGS].
|
|
24011
23994
|
/**
|
|
24012
|
-
*
|
|
24013
|
-
*
|
|
23995
|
+
* Defines whether a regular trigger logic (e.g. "on viewport") should be attached
|
|
23996
|
+
* to a defer block. This function defines a condition, which mutually excludes
|
|
23997
|
+
* `deferOn*` and `deferHydrateOn*` triggers, to make sure only one of the trigger
|
|
23998
|
+
* types is active for a block with the current state.
|
|
24014
23999
|
*/
|
|
24015
|
-
function
|
|
24000
|
+
function shouldAttachRegularTrigger(lView, tNode) {
|
|
24001
|
+
const injector = lView[INJECTOR];
|
|
24002
|
+
const tDetails = getTDeferBlockDetails(lView[TVIEW], tNode);
|
|
24003
|
+
const incrementalHydrationEnabled = isIncrementalHydrationEnabled(injector);
|
|
24004
|
+
const hasHydrateTriggers = tDetails.flags !== null &&
|
|
24005
|
+
(tDetails.flags & 1 /* TDeferDetailsFlags.HasHydrateTriggers */) ===
|
|
24006
|
+
1 /* TDeferDetailsFlags.HasHydrateTriggers */;
|
|
24007
|
+
// On the server:
|
|
24016
24008
|
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24017
|
-
|
|
24009
|
+
// Regular triggers are activated on the server when:
|
|
24010
|
+
// - Either Incremental Hydration is *not* enabled
|
|
24011
|
+
// - Or Incremental Hydration is enabled, but a given block doesn't have "hydrate" triggers
|
|
24012
|
+
return !incrementalHydrationEnabled || !hasHydrateTriggers;
|
|
24018
24013
|
}
|
|
24019
|
-
|
|
24020
|
-
const
|
|
24021
|
-
|
|
24014
|
+
// On the client:
|
|
24015
|
+
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
24016
|
+
const wasServerSideRendered = lDetails[SSR_UNIQUE_ID] !== null;
|
|
24017
|
+
if (hasHydrateTriggers && wasServerSideRendered && incrementalHydrationEnabled) {
|
|
24022
24018
|
return false;
|
|
24023
24019
|
}
|
|
24024
24020
|
return true;
|
|
24025
24021
|
}
|
|
24026
|
-
/**
|
|
24027
|
-
* Returns whether defer blocks should be triggered.
|
|
24028
|
-
*
|
|
24029
|
-
* Currently, defer blocks are not triggered on the server,
|
|
24030
|
-
* only placeholder content is rendered (if provided).
|
|
24031
|
-
*/
|
|
24032
|
-
function shouldTriggerDeferBlock(injector, tDeferBlockDetails) {
|
|
24033
|
-
const config = injector.get(DEFER_BLOCK_CONFIG, null, { optional: true });
|
|
24034
|
-
if (config?.behavior === DeferBlockBehavior.Manual) {
|
|
24035
|
-
return false;
|
|
24036
|
-
}
|
|
24037
|
-
return (typeof ngServerMode === 'undefined' ||
|
|
24038
|
-
!ngServerMode ||
|
|
24039
|
-
tDeferBlockDetails.hydrateTriggers !== null);
|
|
24040
|
-
}
|
|
24041
24022
|
/**
|
|
24042
24023
|
* Retrives a Defer Block's list of hydration triggers
|
|
24043
24024
|
*/
|
|
@@ -24045,12 +24026,6 @@ function getHydrateTriggers(tView, tNode) {
|
|
|
24045
24026
|
const tDetails = getTDeferBlockDetails(tView, tNode);
|
|
24046
24027
|
return (tDetails.hydrateTriggers ??= new Map());
|
|
24047
24028
|
}
|
|
24048
|
-
/**
|
|
24049
|
-
* Retrives a Defer Block's list of prefetch triggers
|
|
24050
|
-
*/
|
|
24051
|
-
function getPrefetchTriggers(tDetails) {
|
|
24052
|
-
return (tDetails.prefetchTriggers ??= new Set());
|
|
24053
|
-
}
|
|
24054
24029
|
/**
|
|
24055
24030
|
* Loops through all defer block summaries and ensures all the blocks triggers are
|
|
24056
24031
|
* properly initialized
|
|
@@ -24142,10 +24117,13 @@ function setImmediateTriggers(injector, elementTriggers) {
|
|
|
24142
24117
|
* placeholder block.
|
|
24143
24118
|
* @param enableTimerScheduling Function that enables timer-related scheduling if `after`
|
|
24144
24119
|
* or `minimum` parameters are setup on the `@loading` or `@placeholder` blocks.
|
|
24120
|
+
* @param flags A set of flags to define a particular behavior (e.g. to indicate that
|
|
24121
|
+
* hydrate triggers are present and regular triggers should be deactivated
|
|
24122
|
+
* in certain scenarios).
|
|
24145
24123
|
*
|
|
24146
24124
|
* @codeGenApi
|
|
24147
24125
|
*/
|
|
24148
|
-
function ɵɵdefer(index, primaryTmplIndex, dependencyResolverFn, loadingTmplIndex, placeholderTmplIndex, errorTmplIndex, loadingConfigIndex, placeholderConfigIndex, enableTimerScheduling) {
|
|
24126
|
+
function ɵɵdefer(index, primaryTmplIndex, dependencyResolverFn, loadingTmplIndex, placeholderTmplIndex, errorTmplIndex, loadingConfigIndex, placeholderConfigIndex, enableTimerScheduling, flags) {
|
|
24149
24127
|
const lView = getLView();
|
|
24150
24128
|
const tView = getTView();
|
|
24151
24129
|
const adjustedIndex = index + HEADER_OFFSET;
|
|
@@ -24166,6 +24144,7 @@ function ɵɵdefer(index, primaryTmplIndex, dependencyResolverFn, loadingTmplInd
|
|
|
24166
24144
|
providers: null,
|
|
24167
24145
|
hydrateTriggers: null,
|
|
24168
24146
|
prefetchTriggers: null,
|
|
24147
|
+
flags: flags ?? 0 /* TDeferDetailsFlags.Default */,
|
|
24169
24148
|
};
|
|
24170
24149
|
enableTimerScheduling?.(tView, tDetails, placeholderConfigIndex, loadingConfigIndex);
|
|
24171
24150
|
setTDeferBlockDetails(tView, adjustedIndex, tDetails);
|
|
@@ -24220,14 +24199,15 @@ function ɵɵdefer(index, primaryTmplIndex, dependencyResolverFn, loadingTmplInd
|
|
|
24220
24199
|
*/
|
|
24221
24200
|
function ɵɵdeferWhen(rawValue) {
|
|
24222
24201
|
const lView = getLView();
|
|
24202
|
+
const tNode = getSelectedTNode();
|
|
24203
|
+
if (!shouldAttachTrigger(0 /* TriggerType.Regular */, lView, tNode))
|
|
24204
|
+
return;
|
|
24223
24205
|
const bindingIndex = nextBindingIndex();
|
|
24224
24206
|
if (bindingUpdated(lView, bindingIndex, rawValue)) {
|
|
24225
24207
|
const prevConsumer = setActiveConsumer$1(null);
|
|
24226
24208
|
try {
|
|
24227
24209
|
const value = Boolean(rawValue); // handle truthy or falsy values
|
|
24228
|
-
const tNode = getSelectedTNode();
|
|
24229
24210
|
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
24230
|
-
const tDetails = getTDeferBlockDetails(lView[TVIEW], tNode);
|
|
24231
24211
|
const renderedState = lDetails[DEFER_BLOCK_STATE];
|
|
24232
24212
|
if (value === false && renderedState === DeferBlockInternalState.Initial) {
|
|
24233
24213
|
// If nothing is rendered yet, render a placeholder (if defined).
|
|
@@ -24235,9 +24215,8 @@ function ɵɵdeferWhen(rawValue) {
|
|
|
24235
24215
|
}
|
|
24236
24216
|
else if (value === true &&
|
|
24237
24217
|
(renderedState === DeferBlockInternalState.Initial ||
|
|
24238
|
-
renderedState === DeferBlockState.Placeholder)
|
|
24239
|
-
|
|
24240
|
-
triggerDeferBlock(lView, tNode);
|
|
24218
|
+
renderedState === DeferBlockState.Placeholder)) {
|
|
24219
|
+
triggerDeferBlock(0 /* TriggerType.Regular */, lView, tNode);
|
|
24241
24220
|
}
|
|
24242
24221
|
}
|
|
24243
24222
|
finally {
|
|
@@ -24252,9 +24231,9 @@ function ɵɵdeferWhen(rawValue) {
|
|
|
24252
24231
|
function ɵɵdeferPrefetchWhen(rawValue) {
|
|
24253
24232
|
const lView = getLView();
|
|
24254
24233
|
const tNode = getSelectedTNode();
|
|
24234
|
+
if (!shouldAttachTrigger(1 /* TriggerType.Prefetch */, lView, tNode))
|
|
24235
|
+
return;
|
|
24255
24236
|
const bindingIndex = nextBindingIndex();
|
|
24256
|
-
const prefetchTriggers = getPrefetchTriggers(getTDeferBlockDetails(getTView(), tNode));
|
|
24257
|
-
prefetchTriggers.add(6 /* DeferBlockTrigger.When */);
|
|
24258
24237
|
if (bindingUpdated(lView, bindingIndex, rawValue)) {
|
|
24259
24238
|
const prevConsumer = setActiveConsumer$1(null);
|
|
24260
24239
|
try {
|
|
@@ -24279,9 +24258,8 @@ function ɵɵdeferPrefetchWhen(rawValue) {
|
|
|
24279
24258
|
function ɵɵdeferHydrateWhen(rawValue) {
|
|
24280
24259
|
const lView = getLView();
|
|
24281
24260
|
const tNode = getSelectedTNode();
|
|
24282
|
-
if (!
|
|
24261
|
+
if (!shouldAttachTrigger(2 /* TriggerType.Hydrate */, lView, tNode))
|
|
24283
24262
|
return;
|
|
24284
|
-
}
|
|
24285
24263
|
// TODO(incremental-hydration): audit all defer instructions to reduce unnecessary work by
|
|
24286
24264
|
// moving function calls inside their relevant control flow blocks
|
|
24287
24265
|
const bindingIndex = nextBindingIndex();
|
|
@@ -24289,12 +24267,12 @@ function ɵɵdeferHydrateWhen(rawValue) {
|
|
|
24289
24267
|
const hydrateTriggers = getHydrateTriggers(tView, tNode);
|
|
24290
24268
|
hydrateTriggers.set(6 /* DeferBlockTrigger.When */, null);
|
|
24291
24269
|
if (bindingUpdated(lView, bindingIndex, rawValue)) {
|
|
24292
|
-
const injector = lView[INJECTOR];
|
|
24293
24270
|
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24294
24271
|
// We are on the server and SSR for defer blocks is enabled.
|
|
24295
|
-
triggerDeferBlock(lView, tNode);
|
|
24272
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
24296
24273
|
}
|
|
24297
24274
|
else {
|
|
24275
|
+
const injector = lView[INJECTOR];
|
|
24298
24276
|
const prevConsumer = setActiveConsumer$1(null);
|
|
24299
24277
|
try {
|
|
24300
24278
|
const value = Boolean(rawValue); // handle truthy or falsy values
|
|
@@ -24321,13 +24299,13 @@ function ɵɵdeferHydrateWhen(rawValue) {
|
|
|
24321
24299
|
function ɵɵdeferHydrateNever() {
|
|
24322
24300
|
const lView = getLView();
|
|
24323
24301
|
const tNode = getCurrentTNode();
|
|
24324
|
-
if (
|
|
24325
|
-
|
|
24326
|
-
|
|
24327
|
-
|
|
24328
|
-
|
|
24329
|
-
|
|
24330
|
-
|
|
24302
|
+
if (!shouldAttachTrigger(2 /* TriggerType.Hydrate */, lView, tNode))
|
|
24303
|
+
return;
|
|
24304
|
+
const hydrateTriggers = getHydrateTriggers(getTView(), tNode);
|
|
24305
|
+
hydrateTriggers.set(7 /* DeferBlockTrigger.Never */, null);
|
|
24306
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24307
|
+
// We are on the server and SSR for defer blocks is enabled.
|
|
24308
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
24331
24309
|
}
|
|
24332
24310
|
}
|
|
24333
24311
|
/**
|
|
@@ -24335,6 +24313,10 @@ function ɵɵdeferHydrateNever() {
|
|
|
24335
24313
|
* @codeGenApi
|
|
24336
24314
|
*/
|
|
24337
24315
|
function ɵɵdeferOnIdle() {
|
|
24316
|
+
const lView = getLView();
|
|
24317
|
+
const tNode = getCurrentTNode();
|
|
24318
|
+
if (!shouldAttachTrigger(0 /* TriggerType.Regular */, lView, tNode))
|
|
24319
|
+
return;
|
|
24338
24320
|
scheduleDelayedTrigger(onIdle);
|
|
24339
24321
|
}
|
|
24340
24322
|
/**
|
|
@@ -24342,6 +24324,10 @@ function ɵɵdeferOnIdle() {
|
|
|
24342
24324
|
* @codeGenApi
|
|
24343
24325
|
*/
|
|
24344
24326
|
function ɵɵdeferPrefetchOnIdle() {
|
|
24327
|
+
const lView = getLView();
|
|
24328
|
+
const tNode = getCurrentTNode();
|
|
24329
|
+
if (!shouldAttachTrigger(1 /* TriggerType.Prefetch */, lView, tNode))
|
|
24330
|
+
return;
|
|
24345
24331
|
scheduleDelayedPrefetching(onIdle, 0 /* DeferBlockTrigger.Idle */);
|
|
24346
24332
|
}
|
|
24347
24333
|
/**
|
|
@@ -24351,16 +24337,16 @@ function ɵɵdeferPrefetchOnIdle() {
|
|
|
24351
24337
|
function ɵɵdeferHydrateOnIdle() {
|
|
24352
24338
|
const lView = getLView();
|
|
24353
24339
|
const tNode = getCurrentTNode();
|
|
24354
|
-
if (
|
|
24355
|
-
|
|
24356
|
-
|
|
24357
|
-
|
|
24358
|
-
|
|
24359
|
-
|
|
24360
|
-
|
|
24361
|
-
|
|
24362
|
-
|
|
24363
|
-
|
|
24340
|
+
if (!shouldAttachTrigger(2 /* TriggerType.Hydrate */, lView, tNode))
|
|
24341
|
+
return;
|
|
24342
|
+
const hydrateTriggers = getHydrateTriggers(getTView(), tNode);
|
|
24343
|
+
hydrateTriggers.set(0 /* DeferBlockTrigger.Idle */, null);
|
|
24344
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24345
|
+
// We are on the server and SSR for defer blocks is enabled.
|
|
24346
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
24347
|
+
}
|
|
24348
|
+
else {
|
|
24349
|
+
scheduleDelayedHydrating(onIdle, lView, tNode);
|
|
24364
24350
|
}
|
|
24365
24351
|
}
|
|
24366
24352
|
/**
|
|
@@ -24370,19 +24356,16 @@ function ɵɵdeferHydrateOnIdle() {
|
|
|
24370
24356
|
function ɵɵdeferOnImmediate() {
|
|
24371
24357
|
const lView = getLView();
|
|
24372
24358
|
const tNode = getCurrentTNode();
|
|
24373
|
-
|
|
24374
|
-
|
|
24375
|
-
const tDetails = getTDeferBlockDetails(tView, tNode);
|
|
24376
|
-
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
24359
|
+
if (!shouldAttachTrigger(0 /* TriggerType.Regular */, lView, tNode))
|
|
24360
|
+
return;
|
|
24377
24361
|
// Render placeholder block only if loading template is not present and we're on
|
|
24378
24362
|
// the client to avoid content flickering, since it would be immediately replaced
|
|
24379
24363
|
// by the loading block.
|
|
24380
|
-
|
|
24364
|
+
const tDetails = getTDeferBlockDetails(lView[TVIEW], tNode);
|
|
24365
|
+
if (tDetails.loadingTmplIndex === null) {
|
|
24381
24366
|
renderPlaceholder(lView, tNode);
|
|
24382
24367
|
}
|
|
24383
|
-
|
|
24384
|
-
triggerDeferBlock(lView, tNode);
|
|
24385
|
-
}
|
|
24368
|
+
triggerDeferBlock(0 /* TriggerType.Regular */, lView, tNode);
|
|
24386
24369
|
}
|
|
24387
24370
|
/**
|
|
24388
24371
|
* Sets up logic to handle the `prefetch on immediate` deferred trigger.
|
|
@@ -24391,10 +24374,10 @@ function ɵɵdeferOnImmediate() {
|
|
|
24391
24374
|
function ɵɵdeferPrefetchOnImmediate() {
|
|
24392
24375
|
const lView = getLView();
|
|
24393
24376
|
const tNode = getCurrentTNode();
|
|
24377
|
+
if (!shouldAttachTrigger(1 /* TriggerType.Prefetch */, lView, tNode))
|
|
24378
|
+
return;
|
|
24394
24379
|
const tView = lView[TVIEW];
|
|
24395
24380
|
const tDetails = getTDeferBlockDetails(tView, tNode);
|
|
24396
|
-
const prefetchTriggers = getPrefetchTriggers(tDetails);
|
|
24397
|
-
prefetchTriggers.add(1 /* DeferBlockTrigger.Immediate */);
|
|
24398
24381
|
if (tDetails.loadingState === DeferDependenciesLoadingState.NOT_STARTED) {
|
|
24399
24382
|
triggerResourceLoading(tDetails, lView, tNode);
|
|
24400
24383
|
}
|
|
@@ -24406,19 +24389,19 @@ function ɵɵdeferPrefetchOnImmediate() {
|
|
|
24406
24389
|
function ɵɵdeferHydrateOnImmediate() {
|
|
24407
24390
|
const lView = getLView();
|
|
24408
24391
|
const tNode = getCurrentTNode();
|
|
24409
|
-
if (
|
|
24392
|
+
if (!shouldAttachTrigger(2 /* TriggerType.Hydrate */, lView, tNode))
|
|
24393
|
+
return;
|
|
24394
|
+
const hydrateTriggers = getHydrateTriggers(getTView(), tNode);
|
|
24395
|
+
hydrateTriggers.set(1 /* DeferBlockTrigger.Immediate */, null);
|
|
24396
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24397
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
24398
|
+
}
|
|
24399
|
+
else {
|
|
24410
24400
|
const injector = lView[INJECTOR];
|
|
24411
|
-
const
|
|
24412
|
-
|
|
24413
|
-
|
|
24414
|
-
|
|
24415
|
-
}
|
|
24416
|
-
else {
|
|
24417
|
-
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
24418
|
-
const ssrUniqueId = lDetails[SSR_UNIQUE_ID];
|
|
24419
|
-
ngDevMode && assertSsrIdDefined(ssrUniqueId);
|
|
24420
|
-
triggerHydrationFromBlockName(injector, ssrUniqueId);
|
|
24421
|
-
}
|
|
24401
|
+
const lDetails = getLDeferBlockDetails(lView, tNode);
|
|
24402
|
+
const ssrUniqueId = lDetails[SSR_UNIQUE_ID];
|
|
24403
|
+
ngDevMode && assertSsrIdDefined(ssrUniqueId);
|
|
24404
|
+
triggerHydrationFromBlockName(injector, ssrUniqueId);
|
|
24422
24405
|
}
|
|
24423
24406
|
}
|
|
24424
24407
|
/**
|
|
@@ -24427,6 +24410,10 @@ function ɵɵdeferHydrateOnImmediate() {
|
|
|
24427
24410
|
* @codeGenApi
|
|
24428
24411
|
*/
|
|
24429
24412
|
function ɵɵdeferOnTimer(delay) {
|
|
24413
|
+
const lView = getLView();
|
|
24414
|
+
const tNode = getCurrentTNode();
|
|
24415
|
+
if (!shouldAttachTrigger(0 /* TriggerType.Regular */, lView, tNode))
|
|
24416
|
+
return;
|
|
24430
24417
|
scheduleDelayedTrigger(onTimer(delay));
|
|
24431
24418
|
}
|
|
24432
24419
|
/**
|
|
@@ -24435,6 +24422,10 @@ function ɵɵdeferOnTimer(delay) {
|
|
|
24435
24422
|
* @codeGenApi
|
|
24436
24423
|
*/
|
|
24437
24424
|
function ɵɵdeferPrefetchOnTimer(delay) {
|
|
24425
|
+
const lView = getLView();
|
|
24426
|
+
const tNode = getCurrentTNode();
|
|
24427
|
+
if (!shouldAttachTrigger(1 /* TriggerType.Prefetch */, lView, tNode))
|
|
24428
|
+
return;
|
|
24438
24429
|
scheduleDelayedPrefetching(onTimer(delay), 5 /* DeferBlockTrigger.Timer */);
|
|
24439
24430
|
}
|
|
24440
24431
|
/**
|
|
@@ -24445,16 +24436,16 @@ function ɵɵdeferPrefetchOnTimer(delay) {
|
|
|
24445
24436
|
function ɵɵdeferHydrateOnTimer(delay) {
|
|
24446
24437
|
const lView = getLView();
|
|
24447
24438
|
const tNode = getCurrentTNode();
|
|
24448
|
-
if (
|
|
24449
|
-
|
|
24450
|
-
|
|
24451
|
-
|
|
24452
|
-
|
|
24453
|
-
|
|
24454
|
-
|
|
24455
|
-
|
|
24456
|
-
|
|
24457
|
-
|
|
24439
|
+
if (!shouldAttachTrigger(2 /* TriggerType.Hydrate */, lView, tNode))
|
|
24440
|
+
return;
|
|
24441
|
+
const hydrateTriggers = getHydrateTriggers(getTView(), tNode);
|
|
24442
|
+
hydrateTriggers.set(5 /* DeferBlockTrigger.Timer */, delay);
|
|
24443
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24444
|
+
// We are on the server and SSR for defer blocks is enabled.
|
|
24445
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
24446
|
+
}
|
|
24447
|
+
else {
|
|
24448
|
+
scheduleDelayedHydrating(onTimer(delay), lView, tNode);
|
|
24458
24449
|
}
|
|
24459
24450
|
}
|
|
24460
24451
|
/**
|
|
@@ -24466,11 +24457,12 @@ function ɵɵdeferHydrateOnTimer(delay) {
|
|
|
24466
24457
|
function ɵɵdeferOnHover(triggerIndex, walkUpTimes) {
|
|
24467
24458
|
const lView = getLView();
|
|
24468
24459
|
const tNode = getCurrentTNode();
|
|
24469
|
-
|
|
24470
|
-
|
|
24460
|
+
if (!shouldAttachTrigger(0 /* TriggerType.Regular */, lView, tNode))
|
|
24461
|
+
return;
|
|
24471
24462
|
renderPlaceholder(lView, tNode);
|
|
24472
|
-
|
|
24473
|
-
|
|
24463
|
+
// Avoid adding event listeners when this instruction is invoked on the server.
|
|
24464
|
+
if (!(typeof ngServerMode !== 'undefined' && ngServerMode)) {
|
|
24465
|
+
registerDomTrigger(lView, tNode, triggerIndex, walkUpTimes, onHover, () => triggerDeferBlock(0 /* TriggerType.Regular */, lView, tNode), 0 /* TriggerType.Regular */);
|
|
24474
24466
|
}
|
|
24475
24467
|
}
|
|
24476
24468
|
/**
|
|
@@ -24482,10 +24474,10 @@ function ɵɵdeferOnHover(triggerIndex, walkUpTimes) {
|
|
|
24482
24474
|
function ɵɵdeferPrefetchOnHover(triggerIndex, walkUpTimes) {
|
|
24483
24475
|
const lView = getLView();
|
|
24484
24476
|
const tNode = getCurrentTNode();
|
|
24477
|
+
if (!shouldAttachTrigger(1 /* TriggerType.Prefetch */, lView, tNode))
|
|
24478
|
+
return;
|
|
24485
24479
|
const tView = lView[TVIEW];
|
|
24486
24480
|
const tDetails = getTDeferBlockDetails(tView, tNode);
|
|
24487
|
-
const prefetchTriggers = getPrefetchTriggers(tDetails);
|
|
24488
|
-
prefetchTriggers.add(4 /* DeferBlockTrigger.Hover */);
|
|
24489
24481
|
if (tDetails.loadingState === DeferDependenciesLoadingState.NOT_STARTED) {
|
|
24490
24482
|
registerDomTrigger(lView, tNode, triggerIndex, walkUpTimes, onHover, () => triggerPrefetching(tDetails, lView, tNode), 1 /* TriggerType.Prefetch */);
|
|
24491
24483
|
}
|
|
@@ -24497,13 +24489,13 @@ function ɵɵdeferPrefetchOnHover(triggerIndex, walkUpTimes) {
|
|
|
24497
24489
|
function ɵɵdeferHydrateOnHover() {
|
|
24498
24490
|
const lView = getLView();
|
|
24499
24491
|
const tNode = getCurrentTNode();
|
|
24500
|
-
if (
|
|
24501
|
-
|
|
24502
|
-
|
|
24503
|
-
|
|
24504
|
-
|
|
24505
|
-
|
|
24506
|
-
|
|
24492
|
+
if (!shouldAttachTrigger(2 /* TriggerType.Hydrate */, lView, tNode))
|
|
24493
|
+
return;
|
|
24494
|
+
const hydrateTriggers = getHydrateTriggers(getTView(), tNode);
|
|
24495
|
+
hydrateTriggers.set(4 /* DeferBlockTrigger.Hover */, null);
|
|
24496
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24497
|
+
// We are on the server and SSR for defer blocks is enabled.
|
|
24498
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
24507
24499
|
}
|
|
24508
24500
|
// The actual triggering of hydration on hover is handled by JSAction in
|
|
24509
24501
|
// event_replay.ts.
|
|
@@ -24517,11 +24509,12 @@ function ɵɵdeferHydrateOnHover() {
|
|
|
24517
24509
|
function ɵɵdeferOnInteraction(triggerIndex, walkUpTimes) {
|
|
24518
24510
|
const lView = getLView();
|
|
24519
24511
|
const tNode = getCurrentTNode();
|
|
24520
|
-
|
|
24521
|
-
|
|
24512
|
+
if (!shouldAttachTrigger(0 /* TriggerType.Regular */, lView, tNode))
|
|
24513
|
+
return;
|
|
24522
24514
|
renderPlaceholder(lView, tNode);
|
|
24523
|
-
|
|
24524
|
-
|
|
24515
|
+
// Avoid adding event listeners when this instruction is invoked on the server.
|
|
24516
|
+
if (!(typeof ngServerMode !== 'undefined' && ngServerMode)) {
|
|
24517
|
+
registerDomTrigger(lView, tNode, triggerIndex, walkUpTimes, onInteraction, () => triggerDeferBlock(0 /* TriggerType.Regular */, lView, tNode), 0 /* TriggerType.Regular */);
|
|
24525
24518
|
}
|
|
24526
24519
|
}
|
|
24527
24520
|
/**
|
|
@@ -24533,10 +24526,10 @@ function ɵɵdeferOnInteraction(triggerIndex, walkUpTimes) {
|
|
|
24533
24526
|
function ɵɵdeferPrefetchOnInteraction(triggerIndex, walkUpTimes) {
|
|
24534
24527
|
const lView = getLView();
|
|
24535
24528
|
const tNode = getCurrentTNode();
|
|
24529
|
+
if (!shouldAttachTrigger(1 /* TriggerType.Prefetch */, lView, tNode))
|
|
24530
|
+
return;
|
|
24536
24531
|
const tView = lView[TVIEW];
|
|
24537
24532
|
const tDetails = getTDeferBlockDetails(tView, tNode);
|
|
24538
|
-
const prefetchTriggers = getPrefetchTriggers(tDetails);
|
|
24539
|
-
prefetchTriggers.add(3 /* DeferBlockTrigger.Interaction */);
|
|
24540
24533
|
if (tDetails.loadingState === DeferDependenciesLoadingState.NOT_STARTED) {
|
|
24541
24534
|
registerDomTrigger(lView, tNode, triggerIndex, walkUpTimes, onInteraction, () => triggerPrefetching(tDetails, lView, tNode), 1 /* TriggerType.Prefetch */);
|
|
24542
24535
|
}
|
|
@@ -24548,13 +24541,13 @@ function ɵɵdeferPrefetchOnInteraction(triggerIndex, walkUpTimes) {
|
|
|
24548
24541
|
function ɵɵdeferHydrateOnInteraction() {
|
|
24549
24542
|
const lView = getLView();
|
|
24550
24543
|
const tNode = getCurrentTNode();
|
|
24551
|
-
if (
|
|
24552
|
-
|
|
24553
|
-
|
|
24554
|
-
|
|
24555
|
-
|
|
24556
|
-
|
|
24557
|
-
|
|
24544
|
+
if (!shouldAttachTrigger(2 /* TriggerType.Hydrate */, lView, tNode))
|
|
24545
|
+
return;
|
|
24546
|
+
const hydrateTriggers = getHydrateTriggers(getTView(), tNode);
|
|
24547
|
+
hydrateTriggers.set(3 /* DeferBlockTrigger.Interaction */, null);
|
|
24548
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24549
|
+
// We are on the server and SSR for defer blocks is enabled.
|
|
24550
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
24558
24551
|
}
|
|
24559
24552
|
// The actual triggering of hydration on interaction is handled by JSAction in
|
|
24560
24553
|
// event_replay.ts.
|
|
@@ -24568,11 +24561,12 @@ function ɵɵdeferHydrateOnInteraction() {
|
|
|
24568
24561
|
function ɵɵdeferOnViewport(triggerIndex, walkUpTimes) {
|
|
24569
24562
|
const lView = getLView();
|
|
24570
24563
|
const tNode = getCurrentTNode();
|
|
24571
|
-
|
|
24572
|
-
|
|
24564
|
+
if (!shouldAttachTrigger(0 /* TriggerType.Regular */, lView, tNode))
|
|
24565
|
+
return;
|
|
24573
24566
|
renderPlaceholder(lView, tNode);
|
|
24574
|
-
|
|
24575
|
-
|
|
24567
|
+
// Avoid adding event listeners when this instruction is invoked on the server.
|
|
24568
|
+
if (!(typeof ngServerMode !== 'undefined' && ngServerMode)) {
|
|
24569
|
+
registerDomTrigger(lView, tNode, triggerIndex, walkUpTimes, onViewport, () => triggerDeferBlock(0 /* TriggerType.Regular */, lView, tNode), 0 /* TriggerType.Regular */);
|
|
24576
24570
|
}
|
|
24577
24571
|
}
|
|
24578
24572
|
/**
|
|
@@ -24584,10 +24578,10 @@ function ɵɵdeferOnViewport(triggerIndex, walkUpTimes) {
|
|
|
24584
24578
|
function ɵɵdeferPrefetchOnViewport(triggerIndex, walkUpTimes) {
|
|
24585
24579
|
const lView = getLView();
|
|
24586
24580
|
const tNode = getCurrentTNode();
|
|
24581
|
+
if (!shouldAttachTrigger(1 /* TriggerType.Prefetch */, lView, tNode))
|
|
24582
|
+
return;
|
|
24587
24583
|
const tView = lView[TVIEW];
|
|
24588
24584
|
const tDetails = getTDeferBlockDetails(tView, tNode);
|
|
24589
|
-
const prefetchTriggers = getPrefetchTriggers(tDetails);
|
|
24590
|
-
prefetchTriggers.add(2 /* DeferBlockTrigger.Viewport */);
|
|
24591
24585
|
if (tDetails.loadingState === DeferDependenciesLoadingState.NOT_STARTED) {
|
|
24592
24586
|
registerDomTrigger(lView, tNode, triggerIndex, walkUpTimes, onViewport, () => triggerPrefetching(tDetails, lView, tNode), 1 /* TriggerType.Prefetch */);
|
|
24593
24587
|
}
|
|
@@ -24599,16 +24593,15 @@ function ɵɵdeferPrefetchOnViewport(triggerIndex, walkUpTimes) {
|
|
|
24599
24593
|
function ɵɵdeferHydrateOnViewport() {
|
|
24600
24594
|
const lView = getLView();
|
|
24601
24595
|
const tNode = getCurrentTNode();
|
|
24602
|
-
if (
|
|
24603
|
-
|
|
24604
|
-
|
|
24605
|
-
|
|
24606
|
-
|
|
24607
|
-
|
|
24608
|
-
|
|
24609
|
-
}
|
|
24596
|
+
if (!shouldAttachTrigger(2 /* TriggerType.Hydrate */, lView, tNode))
|
|
24597
|
+
return;
|
|
24598
|
+
const hydrateTriggers = getHydrateTriggers(getTView(), tNode);
|
|
24599
|
+
hydrateTriggers.set(2 /* DeferBlockTrigger.Viewport */, null);
|
|
24600
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
24601
|
+
// We are on the server and SSR for defer blocks is enabled.
|
|
24602
|
+
triggerDeferBlock(2 /* TriggerType.Hydrate */, lView, tNode);
|
|
24610
24603
|
}
|
|
24611
|
-
// The actual triggering of hydration on viewport happens in
|
|
24604
|
+
// The actual triggering of hydration on viewport happens in triggering.ts,
|
|
24612
24605
|
// since these instructions won't exist for dehydrated content.
|
|
24613
24606
|
}
|
|
24614
24607
|
|
|
@@ -33053,11 +33046,11 @@ function ɵsetClassDebugInfo(type, debugInfo) {
|
|
|
33053
33046
|
* Replaces the metadata of a component type and re-renders all live instances of the component.
|
|
33054
33047
|
* @param type Class whose metadata will be replaced.
|
|
33055
33048
|
* @param applyMetadata Callback that will apply a new set of metadata on the `type` when invoked.
|
|
33056
|
-
* @param environment
|
|
33049
|
+
* @param environment Syntehtic namespace imports that need to be passed along to the callback.
|
|
33057
33050
|
* @param locals Local symbols from the source location that have to be exposed to the callback.
|
|
33058
33051
|
* @codeGenApi
|
|
33059
33052
|
*/
|
|
33060
|
-
function ɵɵreplaceMetadata(type, applyMetadata,
|
|
33053
|
+
function ɵɵreplaceMetadata(type, applyMetadata, namespaces, locals) {
|
|
33061
33054
|
ngDevMode && assertComponentDef(type);
|
|
33062
33055
|
const oldDef = getComponentDef(type);
|
|
33063
33056
|
// The reason `applyMetadata` is a callback that is invoked (almost) immediately is because
|
|
@@ -33065,7 +33058,7 @@ function ɵɵreplaceMetadata(type, applyMetadata, environment, locals) {
|
|
|
33065
33058
|
// can be functions for embedded views, the variables for the constant pool and `setClassMetadata`
|
|
33066
33059
|
// calls. The callback allows us to keep them isolate from the rest of the app and to invoke
|
|
33067
33060
|
// them at the right time.
|
|
33068
|
-
applyMetadata.apply(null, [type,
|
|
33061
|
+
applyMetadata.apply(null, [type, namespaces, ...locals]);
|
|
33069
33062
|
// If a `tView` hasn't been created yet, it means that this component hasn't been instantianted
|
|
33070
33063
|
// before. In this case there's nothing left for us to do aside from patching it in.
|
|
33071
33064
|
if (oldDef.tView) {
|
|
@@ -34582,7 +34575,7 @@ class Version {
|
|
|
34582
34575
|
/**
|
|
34583
34576
|
* @publicApi
|
|
34584
34577
|
*/
|
|
34585
|
-
const VERSION = new Version('19.1.0-next.
|
|
34578
|
+
const VERSION = new Version('19.1.0-next.1');
|
|
34586
34579
|
|
|
34587
34580
|
/**
|
|
34588
34581
|
* Combination of NgModuleFactory and ComponentFactories.
|
|
@@ -35300,7 +35293,7 @@ const LOCALE_ID = new InjectionToken(ngDevMode ? 'LocaleId' : '', {
|
|
|
35300
35293
|
*
|
|
35301
35294
|
* See the [i18n guide](guide/i18n/locale-id) for more information.
|
|
35302
35295
|
*
|
|
35303
|
-
* <div class="alert
|
|
35296
|
+
* <div class="docs-alert docs-alert-helpful">
|
|
35304
35297
|
*
|
|
35305
35298
|
* **Deprecation notice:**
|
|
35306
35299
|
*
|
|
@@ -38023,6 +38016,7 @@ const REACTIVE_NODE = {
|
|
|
38023
38016
|
liveConsumerIndexOfThis: undefined,
|
|
38024
38017
|
consumerAllowSignalWrites: false,
|
|
38025
38018
|
consumerIsAlwaysLive: false,
|
|
38019
|
+
kind: 'unknown',
|
|
38026
38020
|
producerMustRecompute: () => false,
|
|
38027
38021
|
producerRecomputeValue: () => { },
|
|
38028
38022
|
consumerMarkedDirty: () => { },
|
|
@@ -38339,6 +38333,7 @@ const COMPUTED_NODE = /* @__PURE__ */ (() => {
|
|
|
38339
38333
|
dirty: true,
|
|
38340
38334
|
error: null,
|
|
38341
38335
|
equal: defaultEquals,
|
|
38336
|
+
kind: 'computed',
|
|
38342
38337
|
producerMustRecompute(node) {
|
|
38343
38338
|
// Force a recomputation if there's no current value, or if the current value is in the
|
|
38344
38339
|
// process of being calculated (which should throw an error).
|
|
@@ -38444,6 +38439,7 @@ const SIGNAL_NODE = /* @__PURE__ */ (() => {
|
|
|
38444
38439
|
...REACTIVE_NODE,
|
|
38445
38440
|
equal: defaultEquals,
|
|
38446
38441
|
value: undefined,
|
|
38442
|
+
kind: 'signal',
|
|
38447
38443
|
};
|
|
38448
38444
|
})();
|
|
38449
38445
|
function signalValueChanged(node) {
|
|
@@ -40392,7 +40388,7 @@ function effect(effectFn, options) {
|
|
|
40392
40388
|
'effect inside the component constructor.');
|
|
40393
40389
|
!options?.injector && assertInInjectionContext(effect);
|
|
40394
40390
|
if (ngDevMode && options?.allowSignalWrites !== undefined) {
|
|
40395
|
-
console.warn(`The 'allowSignalWrites' flag is deprecated
|
|
40391
|
+
console.warn(`The 'allowSignalWrites' flag is deprecated and no longer impacts effect() (writes are always allowed)`);
|
|
40396
40392
|
}
|
|
40397
40393
|
const injector = options?.injector ?? inject(Injector);
|
|
40398
40394
|
let destroyRef = options?.manualCleanup !== true ? injector.get(DestroyRef) : null;
|
|
@@ -40439,6 +40435,7 @@ const BASE_EFFECT_NODE =
|
|
|
40439
40435
|
hasRun: false,
|
|
40440
40436
|
cleanupFns: undefined,
|
|
40441
40437
|
zone: null,
|
|
40438
|
+
kind: 'effect',
|
|
40442
40439
|
onDestroyFn: noop,
|
|
40443
40440
|
run() {
|
|
40444
40441
|
this.dirty = false;
|
|
@@ -41171,5 +41168,5 @@ if (typeof ngDevMode !== 'undefined' && ngDevMode) {
|
|
|
41171
41168
|
* Generated bundle index. Do not edit.
|
|
41172
41169
|
*/
|
|
41173
41170
|
|
|
41174
|
-
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, 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, LifecycleHooksFeature as ɵLifecycleHooksFeature, 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 ɵPendingTasks, PendingTasksInternal as ɵPendingTasksInternal, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, 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 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, 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, setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl, ɵ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, whenStable as ɵwhenStable, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, FactoryTarget as ɵɵFactoryTarget, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵInputTransformsFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵ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 };
|
|
41171
|
+
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, 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, LifecycleHooksFeature as ɵLifecycleHooksFeature, 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 ɵPendingTasks, PendingTasksInternal as ɵPendingTasksInternal, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, 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 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, 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, setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl, ɵ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, ɵɵInputTransformsFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵ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 };
|
|
41175
41172
|
//# sourceMappingURL=core.mjs.map
|