@angular/core 20.0.0-next.6 → 20.0.0-next.7
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/{api.d-DQLNOR5l.d.ts → api.d-KjtSQajV.d.ts} +2 -2
- package/{ng_i18n_closure_mode.d-C9d2CaSt.d.ts → chrome_dev_tools_performance.d-qv7drdAl.d.ts} +17 -2
- package/{discovery.d-CFs2MaLO.d.ts → discovery.d-D6xf1HH-.d.ts} +4 -65
- package/event_dispatcher.d-DlbccpYq.d.ts +1 -1
- package/fesm2022/attribute-BWp59EjE.mjs +1 -1
- package/fesm2022/core.mjs +10 -21
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/{debug_node-z_3NG8qT.mjs → debug_node-B3CixwNH.mjs} +146 -78
- package/fesm2022/debug_node-B3CixwNH.mjs.map +1 -0
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/{resource-CPPwEcg7.mjs → resource-DtpS_sTw.mjs} +3 -3
- package/fesm2022/resource-DtpS_sTw.mjs.map +1 -0
- package/fesm2022/{root_effect_scheduler-VSXfCzDX.mjs → root_effect_scheduler-BK3l7wIO.mjs} +105 -60
- package/fesm2022/root_effect_scheduler-BK3l7wIO.mjs.map +1 -0
- package/fesm2022/rxjs-interop.mjs +3 -3
- package/fesm2022/signal-B6pMq7KS.mjs +1 -1
- package/fesm2022/testing.mjs +5 -3
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/untracked-Bz5WMeU1.mjs +1 -1
- package/fesm2022/weak_ref-BaIq-pgY.mjs +1 -1
- package/graph.d-BcIOep_B.d.ts +1 -1
- package/index.d.ts +24 -29
- package/package.json +2 -2
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +3 -3
- package/schematics/bundles/{apply_import_manager-DnMqg1pY.js → apply_import_manager-DczRKpTm.js} +3 -3
- package/schematics/bundles/{change_tracker-UMPkv-eH.js → change_tracker-CWLh-wes.js} +3 -3
- package/schematics/bundles/{checker-BFBQyesT.js → checker-_f5wM7PH.js} +3 -3
- package/schematics/bundles/cleanup-unused-imports.js +6 -6
- package/schematics/bundles/{compiler-BQ7R7w2v.js → compiler-BaCbbux6.js} +4 -3
- package/schematics/bundles/compiler_host-CAfDJO3W.js +1 -1
- package/schematics/bundles/control-flow-migration.js +2 -2
- package/schematics/bundles/document-core.js +6 -6
- package/schematics/bundles/imports-CIX-JgAN.js +1 -1
- package/schematics/bundles/{index-D8tMJPKa.js → index--W6S49uu.js} +5 -5
- package/schematics/bundles/{index-Cv4Q415G.js → index-rsJ8I_hu.js} +17 -41
- package/schematics/bundles/inject-flags.js +6 -6
- package/schematics/bundles/inject-migration.js +108 -19
- package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
- package/schematics/bundles/{migrate_ts_type_references-Cq_ZBuT4.js → migrate_ts_type_references-C4D_SzJk.js} +6 -6
- package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
- package/schematics/bundles/nodes-B16H9JUd.js +1 -1
- package/schematics/bundles/output-migration.js +7 -7
- package/schematics/bundles/{project_paths-ql6qcf_c.js → project_paths-Ce0O2u-M.js} +4 -4
- package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
- package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
- package/schematics/bundles/route-lazy-loading.js +4 -4
- package/schematics/bundles/self-closing-tags-migration.js +5 -5
- package/schematics/bundles/signal-input-migration.js +8 -8
- package/schematics/bundles/signal-queries-migration.js +8 -8
- package/schematics/bundles/signals.js +8 -8
- package/schematics/bundles/standalone-migration.js +5 -5
- package/schematics/bundles/symbol-VPWguRxr.js +1 -1
- package/schematics/bundles/test-bed-get.js +5 -5
- package/signal.d-E0e5nW1p.d.ts +1 -1
- package/testing/index.d.ts +3 -3
- package/weak_ref.d-eGOEP9S1.d.ts +1 -1
- package/fesm2022/debug_node-z_3NG8qT.mjs.map +0 -1
- package/fesm2022/resource-CPPwEcg7.mjs.map +0 -1
- package/fesm2022/root_effect_scheduler-VSXfCzDX.mjs.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.0.0-next.
|
|
2
|
+
* @license Angular v20.0.0-next.7
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { attachInjectFlag, _global, resolveForwardRef, ɵɵinvalidFactoryDep as __invalidFactoryDep, ɵɵinject as __inject, ɵɵdefineInjector as __defineInjector, ɵɵdefineInjectable as __defineInjectable, newArray, assertString, EMPTY_OBJ, assertFirstCreatePass, assertDefined, assertNotEqual, FLAGS, assertEqual, isInCheckNoChangesMode, PREORDER_HOOK_FLAGS, throwError, assertNumber, assertGreaterThan, HEADER_OFFSET, DECLARATION_VIEW, throwCyclicDependencyError, stringifyForError, setInjectorProfilerContext, setInjectImplementation, enterDI, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, assertDirectiveDef, leaveDI, isRootView, assertTNodeForLView, runInInjectorProfilerContext, getCurrentTNode, getLView, throwProviderNotFoundError, assertNodeInjector, injectRootLimpMode, assertIndexInRange, TVIEW, EMBEDDED_VIEW_INJECTOR, T_HOST, NG_ELEMENT_ID, INJECTOR$1 as INJECTOR, isComponentDef, isComponentHost, convertToBitFlags, NG_FACTORY_DEF, isForwardRef, getFactoryDef, DECLARATION_COMPONENT_VIEW, RuntimeError, NG_PROV_DEF, getClosureSafeProperty, getNativeByTNode, flatten, arrayEquals, ID, isLView, assertDomNode, getComponentLViewByIndex, CONTEXT, EMPTY_ARRAY, unwrapRNode, assertLView, HOST, getLViewParent, CHILD_HEAD, NEXT, isLContainer, Injector, CLEANUP, getComponentDef, getDirectiveDef, InjectionToken, inject, isInInjectionContext, DestroyRef, PendingTasksInternal, noop, ChangeDetectionScheduler, ErrorHandler, AFTER_RENDER_SEQUENCES_TO_ADD, markAncestorsForTraversal, assertNotInReactiveContext, assertInInjectionContext, ViewContext, assertIndexInDeclRange, getTNode, isDestroyed, removeLViewOnDestroy, storeLViewOnDestroy, walkUpViews, assertLContainer, CONTAINER_HEADER_OFFSET, getNativeByIndex, assertElement, isContentQueryHost, setCurrentQueryIndex, XSS_SECURITY_URL, renderStringify, ENVIRONMENT, formatRuntimeError, resetPreOrderHookFlags, PARENT, RENDERER, HYDRATION, CHILD_TAIL, assertSame, assertFirstUpdatePass, getSelectedIndex, getTView, setSelectedIndex, INTERNAL_APPLICATION_ERROR_HANDLER, assertNotSame, setCurrentDirectiveIndex, stringify, getCurrentDirectiveIndex, unwrapLView, assertNotReactive, enterView, QUERIES, leaveView, isCreationMode, DECLARATION_LCONTAINER, MOVED_VIEWS, NATIVE, assertProjectionSlots, assertParentView, REACTIVE_TEMPLATE_CONSUMER, ON_DESTROY_HOOKS, assertFunction, EFFECTS, markViewForRefresh, setIsInCheckNoChangesMode, setIsRefreshingViews, isExhaustiveCheckNoChanges, requiresRefreshOrTraversal, setBindingIndex, EFFECTS_TO_SCHEDULE, setBindingRootForHostBindings, viewAttachedToChangeDetector, isRefreshingViews, CheckNoChangesMode, removeFromArray, addToArray, updateAncestorTraversalFlagsOnAttach, VIEW_REFS, assertGreaterThanOrEqual, isInI18nBlock, getCurrentParentTNode, assertTNodeForTView, setCurrentTNode, getCurrentTNodePlaceholderOk, isCurrentTNodeParent, isInSkipHydrationBlock as isInSkipHydrationBlock$1, assertTNode, assertTIcu, assertNumberInRange, DEHYDRATED_VIEWS, getNgModuleDef, getPipeDef as getPipeDef$1, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, isDirectiveHost, assertNotDefined, getSelectedTNode, nextBindingIndex, debugStringifyTypeForError, assertComponentType, EnvironmentInjector, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, wasLastNodeCreated, getBindingsEnabled, lastNodeWasCreated, arrayInsert2, arraySplice, setInjectorProfiler, NullInjector, ENVIRONMENT_INITIALIZER, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isSignal, runInInjectionContext, makeEnvironmentProviders, ZONELESS_ENABLED, EffectScheduler, incrementBindingIndex, getBindingIndex, keyValueArrayIndexOf, keyValueArrayGet, getCurrentDirectiveDef, keyValueArraySet, assertHasParent, getElementDepthCount, getNamespace, enterSkipHydrationBlock, increaseElementDepthCount, setCurrentTNodeAsNotParent, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, assertIndexInExpandoRange, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, isWritableSignal,
|
|
7
|
+
import { attachInjectFlag, _global, resolveForwardRef, ɵɵinvalidFactoryDep as __invalidFactoryDep, ɵɵinject as __inject, ɵɵdefineInjector as __defineInjector, ɵɵdefineInjectable as __defineInjectable, newArray, assertString, EMPTY_OBJ, assertFirstCreatePass, assertDefined, assertNotEqual, FLAGS, assertEqual, isInCheckNoChangesMode, PREORDER_HOOK_FLAGS, throwError, assertNumber, assertGreaterThan, HEADER_OFFSET, DECLARATION_VIEW, throwCyclicDependencyError, stringifyForError, setInjectorProfilerContext, setInjectImplementation, enterDI, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, assertDirectiveDef, leaveDI, isRootView, assertTNodeForLView, runInInjectorProfilerContext, getCurrentTNode, getLView, throwProviderNotFoundError, assertNodeInjector, injectRootLimpMode, assertIndexInRange, TVIEW, EMBEDDED_VIEW_INJECTOR, T_HOST, NG_ELEMENT_ID, INJECTOR$1 as INJECTOR, isComponentDef, isComponentHost, convertToBitFlags, NG_FACTORY_DEF, isForwardRef, getFactoryDef, DECLARATION_COMPONENT_VIEW, RuntimeError, NG_PROV_DEF, getClosureSafeProperty, getNativeByTNode, flatten, arrayEquals, ID, isLView, assertDomNode, getComponentLViewByIndex, CONTEXT, EMPTY_ARRAY, unwrapRNode, assertLView, HOST, getLViewParent, CHILD_HEAD, NEXT, isLContainer, Injector, CLEANUP, getComponentDef, getDirectiveDef, InjectionToken, inject, isInInjectionContext, DestroyRef, PendingTasksInternal, noop, ChangeDetectionScheduler, ErrorHandler, AFTER_RENDER_SEQUENCES_TO_ADD, markAncestorsForTraversal, assertNotInReactiveContext, assertInInjectionContext, ViewContext, assertIndexInDeclRange, getTNode, isDestroyed, removeLViewOnDestroy, storeLViewOnDestroy, walkUpViews, assertLContainer, CONTAINER_HEADER_OFFSET, getNativeByIndex, assertElement, isContentQueryHost, setCurrentQueryIndex, XSS_SECURITY_URL, renderStringify, ENVIRONMENT, formatRuntimeError, resetPreOrderHookFlags, PARENT, RENDERER, HYDRATION, CHILD_TAIL, assertSame, assertFirstUpdatePass, getSelectedIndex, getTView, setSelectedIndex, INTERNAL_APPLICATION_ERROR_HANDLER, assertNotSame, setCurrentDirectiveIndex, stringify, getCurrentDirectiveIndex, unwrapLView, assertNotReactive, enterView, QUERIES, leaveView, isCreationMode, DECLARATION_LCONTAINER, MOVED_VIEWS, NATIVE, assertProjectionSlots, assertParentView, REACTIVE_TEMPLATE_CONSUMER, ON_DESTROY_HOOKS, assertFunction, EFFECTS, markViewForRefresh, setIsInCheckNoChangesMode, setIsRefreshingViews, isExhaustiveCheckNoChanges, requiresRefreshOrTraversal, setBindingIndex, EFFECTS_TO_SCHEDULE, setBindingRootForHostBindings, viewAttachedToChangeDetector, isRefreshingViews, CheckNoChangesMode, removeFromArray, addToArray, updateAncestorTraversalFlagsOnAttach, VIEW_REFS, assertGreaterThanOrEqual, isInI18nBlock, getCurrentParentTNode, assertTNodeForTView, setCurrentTNode, getCurrentTNodePlaceholderOk, isCurrentTNodeParent, isInSkipHydrationBlock as isInSkipHydrationBlock$1, assertTNode, assertTIcu, assertNumberInRange, DEHYDRATED_VIEWS, getNgModuleDef, getPipeDef as getPipeDef$1, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, isDirectiveHost, assertNotDefined, getSelectedTNode, nextBindingIndex, debugStringifyTypeForError, assertComponentType, EnvironmentInjector, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, wasLastNodeCreated, getBindingsEnabled, lastNodeWasCreated, arrayInsert2, arraySplice, setInjectorProfiler, NullInjector, ENVIRONMENT_INITIALIZER, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isTypeProvider, isSignal, runInInjectionContext, makeEnvironmentProviders, ZONELESS_ENABLED, EffectScheduler, incrementBindingIndex, getBindingIndex, keyValueArrayIndexOf, keyValueArrayGet, getCurrentDirectiveDef, keyValueArraySet, assertHasParent, getElementDepthCount, getNamespace, enterSkipHydrationBlock, increaseElementDepthCount, setCurrentTNodeAsNotParent, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, assertIndexInExpandoRange, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, isWritableSignal, providerToFactory, emitProviderConfiguredEvent, isClassProvider, getBindingRoot, NG_COMP_DEF, forwardRef, ɵɵrestoreView as __restoreView, ɵɵdisableBindings as __disableBindings, ɵɵenableBindings as __enableBindings, ɵɵnamespaceSVG as __namespaceSVG, ɵɵnamespaceMathML as __namespaceMathML, ɵɵnamespaceHTML as __namespaceHTML, ɵɵresetView as __resetView, NG_MOD_DEF, NG_INJ_DEF, NG_DIR_DEF, NG_PIPE_DEF, ZONELESS_SCHEDULER_DISABLED, SCHEDULE_IN_ROOT_ZONE, PROVIDED_ZONELESS, getNativeByTNodeOrNull } from './root_effect_scheduler-BK3l7wIO.mjs';
|
|
8
8
|
import { setActiveConsumer, SIGNAL, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, getActiveConsumer, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError } from './signal-B6pMq7KS.mjs';
|
|
9
9
|
import { Subject, Subscription } from 'rxjs';
|
|
10
10
|
import { setActiveConsumer as setActiveConsumer$1 } from '@angular/core/primitives/signals';
|
|
@@ -3860,69 +3860,6 @@ function performanceMarkFeature(feature) {
|
|
|
3860
3860
|
performance?.mark?.('mark_feature_usage', { detail: { feature } });
|
|
3861
3861
|
}
|
|
3862
3862
|
|
|
3863
|
-
/**
|
|
3864
|
-
* The phase to run an `afterRender` or `afterNextRender` callback in.
|
|
3865
|
-
*
|
|
3866
|
-
* Callbacks in the same phase run in the order they are registered. Phases run in the
|
|
3867
|
-
* following order after each render:
|
|
3868
|
-
*
|
|
3869
|
-
* 1. `AfterRenderPhase.EarlyRead`
|
|
3870
|
-
* 2. `AfterRenderPhase.Write`
|
|
3871
|
-
* 3. `AfterRenderPhase.MixedReadWrite`
|
|
3872
|
-
* 4. `AfterRenderPhase.Read`
|
|
3873
|
-
*
|
|
3874
|
-
* Angular is unable to verify or enforce that phases are used correctly, and instead
|
|
3875
|
-
* relies on each developer to follow the guidelines documented for each value and
|
|
3876
|
-
* carefully choose the appropriate one, refactoring their code if necessary. By doing
|
|
3877
|
-
* so, Angular is better able to minimize the performance degradation associated with
|
|
3878
|
-
* manual DOM access, ensuring the best experience for the end users of your application
|
|
3879
|
-
* or library.
|
|
3880
|
-
*
|
|
3881
|
-
* @deprecated Specify the phase for your callback to run in by passing a spec-object as the first
|
|
3882
|
-
* parameter to `afterRender` or `afterNextRender` instead of a function.
|
|
3883
|
-
*/
|
|
3884
|
-
var AfterRenderPhase;
|
|
3885
|
-
(function (AfterRenderPhase) {
|
|
3886
|
-
/**
|
|
3887
|
-
* Use `AfterRenderPhase.EarlyRead` for callbacks that only need to **read** from the
|
|
3888
|
-
* DOM before a subsequent `AfterRenderPhase.Write` callback, for example to perform
|
|
3889
|
-
* custom layout that the browser doesn't natively support. Prefer the
|
|
3890
|
-
* `AfterRenderPhase.Read` phase if reading can wait until after the write phase.
|
|
3891
|
-
* **Never** write to the DOM in this phase.
|
|
3892
|
-
*
|
|
3893
|
-
* <div class="docs-alert docs-alert-important">
|
|
3894
|
-
*
|
|
3895
|
-
* Using this value can degrade performance.
|
|
3896
|
-
* Instead, prefer using built-in browser functionality when possible.
|
|
3897
|
-
*
|
|
3898
|
-
* </div>
|
|
3899
|
-
*/
|
|
3900
|
-
AfterRenderPhase[AfterRenderPhase["EarlyRead"] = 0] = "EarlyRead";
|
|
3901
|
-
/**
|
|
3902
|
-
* Use `AfterRenderPhase.Write` for callbacks that only **write** to the DOM. **Never**
|
|
3903
|
-
* read from the DOM in this phase.
|
|
3904
|
-
*/
|
|
3905
|
-
AfterRenderPhase[AfterRenderPhase["Write"] = 1] = "Write";
|
|
3906
|
-
/**
|
|
3907
|
-
* Use `AfterRenderPhase.MixedReadWrite` for callbacks that read from or write to the
|
|
3908
|
-
* DOM, that haven't been refactored to use a different phase. **Never** use this phase if
|
|
3909
|
-
* it is possible to divide the work among the other phases instead.
|
|
3910
|
-
*
|
|
3911
|
-
* <div class="docs-alert docs-alert-critical">
|
|
3912
|
-
*
|
|
3913
|
-
* Using this value can **significantly** degrade performance.
|
|
3914
|
-
* Instead, prefer dividing work into the appropriate phase callbacks.
|
|
3915
|
-
*
|
|
3916
|
-
* </div>
|
|
3917
|
-
*/
|
|
3918
|
-
AfterRenderPhase[AfterRenderPhase["MixedReadWrite"] = 2] = "MixedReadWrite";
|
|
3919
|
-
/**
|
|
3920
|
-
* Use `AfterRenderPhase.Read` for callbacks that only **read** from the DOM. **Never**
|
|
3921
|
-
* write to the DOM in this phase.
|
|
3922
|
-
*/
|
|
3923
|
-
AfterRenderPhase[AfterRenderPhase["Read"] = 3] = "Read";
|
|
3924
|
-
})(AfterRenderPhase || (AfterRenderPhase = {}));
|
|
3925
|
-
|
|
3926
3863
|
const SCHEDULE_IN_ROOT_ZONE_DEFAULT = false;
|
|
3927
3864
|
|
|
3928
3865
|
class EventEmitter_ extends Subject {
|
|
@@ -4535,10 +4472,10 @@ class AfterRenderManager {
|
|
|
4535
4472
|
});
|
|
4536
4473
|
}
|
|
4537
4474
|
const AFTER_RENDER_PHASES = /* @__PURE__ **/ (() => [
|
|
4538
|
-
AfterRenderPhase.EarlyRead
|
|
4539
|
-
AfterRenderPhase.Write
|
|
4540
|
-
AfterRenderPhase.MixedReadWrite
|
|
4541
|
-
AfterRenderPhase.Read
|
|
4475
|
+
0 /* AfterRenderPhase.EarlyRead */,
|
|
4476
|
+
1 /* AfterRenderPhase.Write */,
|
|
4477
|
+
2 /* AfterRenderPhase.MixedReadWrite */,
|
|
4478
|
+
3 /* AfterRenderPhase.Read */,
|
|
4542
4479
|
])();
|
|
4543
4480
|
class AfterRenderImpl {
|
|
4544
4481
|
ngZone = inject(NgZone);
|
|
@@ -4718,11 +4655,9 @@ function afterNextRender(callbackOrSpec, options) {
|
|
|
4718
4655
|
performanceMarkFeature('NgAfterNextRender');
|
|
4719
4656
|
return afterRenderImpl(callbackOrSpec, injector, options, /* once */ true);
|
|
4720
4657
|
}
|
|
4721
|
-
function getHooks(callbackOrSpec
|
|
4658
|
+
function getHooks(callbackOrSpec) {
|
|
4722
4659
|
if (callbackOrSpec instanceof Function) {
|
|
4723
|
-
|
|
4724
|
-
hooks[phase] = callbackOrSpec;
|
|
4725
|
-
return hooks;
|
|
4660
|
+
return [undefined, undefined, /* MixedReadWrite */ callbackOrSpec, undefined];
|
|
4726
4661
|
}
|
|
4727
4662
|
else {
|
|
4728
4663
|
return [
|
|
@@ -4742,10 +4677,9 @@ function afterRenderImpl(callbackOrSpec, injector, options, once) {
|
|
|
4742
4677
|
// tree-shaken if `afterRender` and `afterNextRender` aren't used.
|
|
4743
4678
|
manager.impl ??= injector.get(AfterRenderImpl);
|
|
4744
4679
|
const tracing = injector.get(TracingService, null, { optional: true });
|
|
4745
|
-
const hooks = options?.phase ?? AfterRenderPhase.MixedReadWrite;
|
|
4746
4680
|
const destroyRef = options?.manualCleanup !== true ? injector.get(DestroyRef) : null;
|
|
4747
4681
|
const viewContext = injector.get(ViewContext, null, { optional: true });
|
|
4748
|
-
const sequence = new AfterRenderSequence(manager.impl, getHooks(callbackOrSpec
|
|
4682
|
+
const sequence = new AfterRenderSequence(manager.impl, getHooks(callbackOrSpec), viewContext?.view, once, destroyRef, tracing?.snapshot(null));
|
|
4749
4683
|
manager.impl.register(sequence);
|
|
4750
4684
|
return sequence;
|
|
4751
4685
|
}
|
|
@@ -14549,7 +14483,7 @@ class ComponentFactory extends ComponentFactory$1 {
|
|
|
14549
14483
|
}
|
|
14550
14484
|
function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
|
|
14551
14485
|
const tAttributes = rootSelectorOrNode
|
|
14552
|
-
? ['ng-version', '20.0.0-next.
|
|
14486
|
+
? ['ng-version', '20.0.0-next.7']
|
|
14553
14487
|
: // Extract attributes and classes from the first selector only to match VE behavior.
|
|
14554
14488
|
extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
|
|
14555
14489
|
let creationBindings = null;
|
|
@@ -18810,6 +18744,139 @@ function getSignalGraph(injector) {
|
|
|
18810
18744
|
return getNodesAndEdgesFromSignalMap(signalDependenciesMap);
|
|
18811
18745
|
}
|
|
18812
18746
|
|
|
18747
|
+
let changeDetectionRuns = 0;
|
|
18748
|
+
let changeDetectionSyncRuns = 0;
|
|
18749
|
+
let counter = 0;
|
|
18750
|
+
const eventsStack = [];
|
|
18751
|
+
function measureStart(startEvent) {
|
|
18752
|
+
eventsStack.push([startEvent, counter]);
|
|
18753
|
+
console.timeStamp('Event_' + startEvent + '_' + counter++);
|
|
18754
|
+
}
|
|
18755
|
+
function measureEnd(startEvent, entryName, color) {
|
|
18756
|
+
const top = eventsStack.pop();
|
|
18757
|
+
assertDefined(top, 'Profiling error: could not find start event entry ' + startEvent);
|
|
18758
|
+
assertEqual(top[0], startEvent, `Profiling error: expected to see ${startEvent} event but got ${top[0]}`);
|
|
18759
|
+
// Expecting TypeScript error here as overloaded types are not supported yet in TS types
|
|
18760
|
+
console.timeStamp(entryName, 'Event_' + top[0] + '_' + top[1], undefined, '\u{1F170}\uFE0F Angular', undefined, color);
|
|
18761
|
+
}
|
|
18762
|
+
const chromeDevToolsInjectorProfiler = (event) => {
|
|
18763
|
+
const eventType = event.type;
|
|
18764
|
+
if (eventType === 4 /* InjectorProfilerEventType.InjectorToCreateInstanceEvent */) {
|
|
18765
|
+
measureStart(100 /* ProfilerDIEvent.InjectorToCreateInstanceEvent */);
|
|
18766
|
+
}
|
|
18767
|
+
else if (eventType === 1 /* InjectorProfilerEventType.InstanceCreatedByInjector */) {
|
|
18768
|
+
const token = event.context.token;
|
|
18769
|
+
measureEnd(100 /* ProfilerDIEvent.InjectorToCreateInstanceEvent */, getProviderTokenMeasureName(token), 'tertiary-dark');
|
|
18770
|
+
}
|
|
18771
|
+
};
|
|
18772
|
+
const devToolsProfiler = (event, instance, eventFn) => {
|
|
18773
|
+
switch (event) {
|
|
18774
|
+
case 8 /* ProfilerEvent.BootstrapApplicationStart */:
|
|
18775
|
+
case 10 /* ProfilerEvent.BootstrapComponentStart */:
|
|
18776
|
+
case 12 /* ProfilerEvent.ChangeDetectionStart */:
|
|
18777
|
+
case 14 /* ProfilerEvent.ChangeDetectionSyncStart */:
|
|
18778
|
+
case 16 /* ProfilerEvent.AfterRenderHooksStart */:
|
|
18779
|
+
case 18 /* ProfilerEvent.ComponentStart */:
|
|
18780
|
+
case 20 /* ProfilerEvent.DeferBlockStateStart */:
|
|
18781
|
+
case 22 /* ProfilerEvent.DynamicComponentStart */:
|
|
18782
|
+
case 0 /* ProfilerEvent.TemplateCreateStart */:
|
|
18783
|
+
case 4 /* ProfilerEvent.LifecycleHookStart */:
|
|
18784
|
+
case 2 /* ProfilerEvent.TemplateUpdateStart */:
|
|
18785
|
+
case 24 /* ProfilerEvent.HostBindingsUpdateStart */:
|
|
18786
|
+
case 6 /* ProfilerEvent.OutputStart */: {
|
|
18787
|
+
measureStart(event);
|
|
18788
|
+
break;
|
|
18789
|
+
}
|
|
18790
|
+
case 9 /* ProfilerEvent.BootstrapApplicationEnd */: {
|
|
18791
|
+
measureEnd(8 /* ProfilerEvent.BootstrapApplicationStart */, 'Bootstrap application', 'primary-dark');
|
|
18792
|
+
break;
|
|
18793
|
+
}
|
|
18794
|
+
case 11 /* ProfilerEvent.BootstrapComponentEnd */: {
|
|
18795
|
+
measureEnd(10 /* ProfilerEvent.BootstrapComponentStart */, 'Bootstrap component', 'primary-dark');
|
|
18796
|
+
break;
|
|
18797
|
+
}
|
|
18798
|
+
case 13 /* ProfilerEvent.ChangeDetectionEnd */: {
|
|
18799
|
+
changeDetectionSyncRuns = 0;
|
|
18800
|
+
measureEnd(12 /* ProfilerEvent.ChangeDetectionStart */, 'Change detection ' + changeDetectionRuns++, 'primary-dark');
|
|
18801
|
+
break;
|
|
18802
|
+
}
|
|
18803
|
+
case 15 /* ProfilerEvent.ChangeDetectionSyncEnd */: {
|
|
18804
|
+
measureEnd(14 /* ProfilerEvent.ChangeDetectionSyncStart */, 'Synchronization ' + changeDetectionSyncRuns++, 'primary');
|
|
18805
|
+
break;
|
|
18806
|
+
}
|
|
18807
|
+
case 17 /* ProfilerEvent.AfterRenderHooksEnd */: {
|
|
18808
|
+
measureEnd(16 /* ProfilerEvent.AfterRenderHooksStart */, 'After render hooks', 'primary');
|
|
18809
|
+
break;
|
|
18810
|
+
}
|
|
18811
|
+
case 19 /* ProfilerEvent.ComponentEnd */: {
|
|
18812
|
+
const typeName = getComponentMeasureName(instance);
|
|
18813
|
+
measureEnd(18 /* ProfilerEvent.ComponentStart */, typeName, 'primary-light');
|
|
18814
|
+
break;
|
|
18815
|
+
}
|
|
18816
|
+
case 21 /* ProfilerEvent.DeferBlockStateEnd */: {
|
|
18817
|
+
measureEnd(20 /* ProfilerEvent.DeferBlockStateStart */, 'Defer block', 'primary-dark');
|
|
18818
|
+
break;
|
|
18819
|
+
}
|
|
18820
|
+
case 23 /* ProfilerEvent.DynamicComponentEnd */: {
|
|
18821
|
+
measureEnd(22 /* ProfilerEvent.DynamicComponentStart */, 'Dynamic component creation', 'primary-dark');
|
|
18822
|
+
break;
|
|
18823
|
+
}
|
|
18824
|
+
case 3 /* ProfilerEvent.TemplateUpdateEnd */: {
|
|
18825
|
+
measureEnd(2 /* ProfilerEvent.TemplateUpdateStart */, stringifyForError(eventFn) + ' (update)', 'secondary-dark');
|
|
18826
|
+
break;
|
|
18827
|
+
}
|
|
18828
|
+
case 1 /* ProfilerEvent.TemplateCreateEnd */: {
|
|
18829
|
+
measureEnd(0 /* ProfilerEvent.TemplateCreateStart */, stringifyForError(eventFn) + ' (create)', 'secondary');
|
|
18830
|
+
break;
|
|
18831
|
+
}
|
|
18832
|
+
case 25 /* ProfilerEvent.HostBindingsUpdateEnd */: {
|
|
18833
|
+
measureEnd(24 /* ProfilerEvent.HostBindingsUpdateStart */, 'HostBindings', 'secondary-dark');
|
|
18834
|
+
break;
|
|
18835
|
+
}
|
|
18836
|
+
case 5 /* ProfilerEvent.LifecycleHookEnd */: {
|
|
18837
|
+
const typeName = getComponentMeasureName(instance);
|
|
18838
|
+
measureEnd(4 /* ProfilerEvent.LifecycleHookStart */, `${typeName}:${stringifyForError(eventFn)}`, 'tertiary');
|
|
18839
|
+
break;
|
|
18840
|
+
}
|
|
18841
|
+
case 7 /* ProfilerEvent.OutputEnd */: {
|
|
18842
|
+
measureEnd(6 /* ProfilerEvent.OutputStart */, stringifyForError(eventFn), 'tertiary-light');
|
|
18843
|
+
break;
|
|
18844
|
+
}
|
|
18845
|
+
default: {
|
|
18846
|
+
throw new Error('Unexpected profiling event type: ' + event);
|
|
18847
|
+
}
|
|
18848
|
+
}
|
|
18849
|
+
};
|
|
18850
|
+
function getComponentMeasureName(instance) {
|
|
18851
|
+
return instance.constructor.name;
|
|
18852
|
+
}
|
|
18853
|
+
function getProviderTokenMeasureName(token) {
|
|
18854
|
+
if (token instanceof InjectionToken) {
|
|
18855
|
+
return token.toString();
|
|
18856
|
+
}
|
|
18857
|
+
else if (isTypeProvider(token)) {
|
|
18858
|
+
return token.name;
|
|
18859
|
+
}
|
|
18860
|
+
else {
|
|
18861
|
+
return getProviderTokenMeasureName(token.provide);
|
|
18862
|
+
}
|
|
18863
|
+
}
|
|
18864
|
+
/**
|
|
18865
|
+
* Start listening to the Angular's internal performance-related events and route those to the Chrome DevTools performance panel.
|
|
18866
|
+
* This enables Angular-specific data visualization when recording a performance profile directly in the Chrome DevTools.
|
|
18867
|
+
*
|
|
18868
|
+
* @returns a function that can be invoked to stop sending profiling data.
|
|
18869
|
+
*/
|
|
18870
|
+
function enableProfiling() {
|
|
18871
|
+
performanceMarkFeature('Chrome DevTools profiling');
|
|
18872
|
+
const removeInjectorProfiler = setInjectorProfiler(chromeDevToolsInjectorProfiler);
|
|
18873
|
+
const removeProfiler = setProfiler(devToolsProfiler);
|
|
18874
|
+
return () => {
|
|
18875
|
+
removeInjectorProfiler();
|
|
18876
|
+
removeProfiler();
|
|
18877
|
+
};
|
|
18878
|
+
}
|
|
18879
|
+
|
|
18813
18880
|
/**
|
|
18814
18881
|
* This file introduces series of globally accessible debug tools
|
|
18815
18882
|
* to allow for the Angular debugging story to function.
|
|
@@ -18849,6 +18916,7 @@ const globalUtilsFunctions = {
|
|
|
18849
18916
|
'getDirectives': getDirectives,
|
|
18850
18917
|
'applyChanges': applyChanges,
|
|
18851
18918
|
'isSignal': isSignal,
|
|
18919
|
+
'enableProfiling': enableProfiling,
|
|
18852
18920
|
};
|
|
18853
18921
|
let _published = false;
|
|
18854
18922
|
/**
|
|
@@ -32075,5 +32143,5 @@ function getDebugNode(nativeNode) {
|
|
|
32075
32143
|
return null;
|
|
32076
32144
|
}
|
|
32077
32145
|
|
|
32078
|
-
export { AFTER_RENDER_PHASES, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager,
|
|
32079
|
-
//# sourceMappingURL=debug_node-
|
|
32146
|
+
export { AFTER_RENDER_PHASES, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderSequence, ApplicationInitStatus, ApplicationRef, Attribute, COMPILER_OPTIONS, CONTAINERS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionSchedulerImpl, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactory$1, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ComponentRef as ComponentRef$1, Console, DEFAULT_CURRENCY_CODE, DEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEFER_BLOCK_ID, DEFER_BLOCK_SSR_ID_ATTRIBUTE, DEFER_BLOCK_STATE$1 as DEFER_BLOCK_STATE, DEFER_BLOCK_STATE as DEFER_BLOCK_STATE$1, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, DEHYDRATED_BLOCK_REGISTRY, DISCONNECTED_NODES, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, DehydratedBlockRegistry, Directive, ELEMENT_CONTAINERS, EVENT_REPLAY_ENABLED_DEFAULT, ElementRef, EnvironmentNgModuleRefAdapter, EventEmitter, Framework, Host, HostBinding, HostListener, I18N_DATA, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, IS_EVENT_REPLAY_ENABLED, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, Inject, Injectable, Input, JSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT, LContext, LOCALE_ID, LocaleDataIndex, MULTIPLIER, MissingTranslationStrategy, ModuleWithComponentFactories, NGH_ATTR_NAME, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, NODES, NOOP_AFTER_RENDER_REF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE, NO_ERRORS_SCHEMA, NUM_ROOT_NODES, NgModule, NgModuleFactory, NgModuleFactory$1, NgModuleRef, NgModuleRef$1, NgProbeToken, NgZone, NoopNgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PRESERVE_HOST_CONTENT, PROVIDED_NG_ZONE, Pipe, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TracingAction, TracingService, TransferState, Type, USE_RUNTIME_DEPS_TRACKER_FOR_JIT, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterNextRender, afterRender, allowSanitizationBypassAndThrow, angularCoreEnv, appendDeferBlocksToJSActionMap, asNativeElements, assertComponentDef, assertStandaloneComponentType, bypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript, bypassSanitizationTrustStyle, bypassSanitizationTrustUrl, calcPathForNode, checkNoChangesInternal, cleanupDehydratedViews, clearResolutionOfComponentResourcesQueue, collectNativeNodes, collectNativeNodesInLContainer, compileComponent, compileDirective, compileNgModule, compileNgModuleDefs, compilePipe, convertHydrateTriggersToJsAction, countBlocksSkippedByHydration, createEnvironmentInjector, createMultiResultQuerySignalFn, createNgModule, createNgModuleRef, createNgModuleRefWithProviders, createSingleResultOptionalQuerySignalFn, createSingleResultRequiredQuerySignalFn, depsTracker, devModeEqual, enableApplyRootElementTransformImpl, enableClaimDehydratedIcuCaseImpl, enableFindMatchingDehydratedViewImpl, enableLocateOrCreateContainerAnchorImpl, enableLocateOrCreateContainerRefImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateI18nNodeImpl, enableLocateOrCreateTextNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableRetrieveDeferBlockDataImpl, enableRetrieveHydrationInfoImpl, findLocaleData, flushModuleScopingQueueAsMuchAsPossible, gatherDeferBlocksCommentNodes, generateStandaloneInDeclarationsError, getAsyncClassMetadataFn, getCompilerFacade, getDebugNode, getDeferBlocks$1 as getDeferBlocks, getDirectives, getDocument, getHostElement, getLContext, getLDeferBlockDetails, getLNodeForHydration, getLocaleCurrencyCode, getLocalePluralCase, getNgZone, getNgZoneOptions, getOrComputeI18nChildren, getRegisteredNgModuleType, getSanitizationBypassType, getTDeferBlockDetails, inputBinding, internalProvideZoneChangeDetection, invokeListeners, isBoundToModule, isComponentDefPendingResolution, isComponentResourceResolutionQueueEmpty, isDeferBlock, isDetachedByI18n, isDisconnectedNode, isI18nHydrationEnabled, isI18nHydrationSupportEnabled, isInSkipHydrationBlock, isIncrementalHydrationEnabled, isJsObject, isLetDeclaration, isListLikeIterable, isNgModule, isPromise, isSubscribable, isTNodeShape, isViewDirty, iterateListLike, makePropDecorator, makeStateKey, markForRefresh, noSideEffects, optionsReducer, outputBinding, patchComponentDefWithScope, performanceMarkFeature, processAndInitTriggers, processBlockData, processTextNodeBeforeSerialization, profiler, provideAppInitializer, provideExperimentalZonelessChangeDetection, provideZoneChangeDetection, publishDefaultGlobalUtils, publishExternalGlobalUtil, publishSignalConfiguration, readHydrationInfo, readPatchedLView, registerLocaleData, registerNgModuleType, remove, removeListeners, renderDeferBlockState, resetCompiledComponents, resetJitOptions, resolveComponentResources, restoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest, setClassMetadata, setClassMetadataAsync, setDocument, setIsI18nHydrationSupportEnabled, setJSActionAttributes, setJitOptions, setLocaleId, setStashFn, setTestabilityGetter, sharedMapFunction, sharedStashFunction, store, transitiveScopesFor, triggerHydrationFromBlockName, triggerResourceLoading, trySerializeI18nBlock, twoWayBinding, unregisterAllLocaleData, unsupportedProjectionOfDomNodes, unwrapSafeValue, validateMatchingNode, validateNodeExists, verifySsrContentsIntegrity, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, ɵsetClassDebugInfo, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, ɵɵ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, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵ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, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdomProperty, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵ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, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵ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 };
|
|
32147
|
+
//# sourceMappingURL=debug_node-B3CixwNH.mjs.map
|