@angular/core 20.0.0-next.5 → 20.0.0-next.6

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.
Files changed (68) hide show
  1. package/{api.d-mxcXqDpA.d.ts → api.d-DQLNOR5l.d.ts} +4 -4
  2. package/{discovery.d-CyYpOJ7j.d.ts → discovery.d-CFs2MaLO.d.ts} +7 -17
  3. package/{event_dispatcher.d-PWnbqZDx.d.ts → event_dispatcher.d-DlbccpYq.d.ts} +3 -3
  4. package/fesm2022/{attribute-B17mgaqe.mjs → attribute-BWp59EjE.mjs} +3 -3
  5. package/fesm2022/{attribute-B17mgaqe.mjs.map → attribute-BWp59EjE.mjs.map} +1 -1
  6. package/fesm2022/core.mjs +20 -18
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/{debug_node-xKpCIZm-.mjs → debug_node-z_3NG8qT.mjs} +77 -68
  9. package/fesm2022/{debug_node-xKpCIZm-.mjs.map → debug_node-z_3NG8qT.mjs.map} +1 -1
  10. package/fesm2022/primitives/di.mjs +1 -1
  11. package/fesm2022/primitives/event-dispatch.mjs +2 -2
  12. package/fesm2022/primitives/signals.mjs +5 -5
  13. package/fesm2022/{resource-BPpYEDic.mjs → resource-CPPwEcg7.mjs} +6 -8
  14. package/fesm2022/resource-CPPwEcg7.mjs.map +1 -0
  15. package/fesm2022/{root_effect_scheduler-D0_b1cf_.mjs → root_effect_scheduler-VSXfCzDX.mjs} +46 -15
  16. package/fesm2022/root_effect_scheduler-VSXfCzDX.mjs.map +1 -0
  17. package/fesm2022/rxjs-interop.mjs +7 -84
  18. package/fesm2022/rxjs-interop.mjs.map +1 -1
  19. package/fesm2022/{signal-DhRAAi7R.mjs → signal-B6pMq7KS.mjs} +3 -3
  20. package/fesm2022/{signal-DhRAAi7R.mjs.map → signal-B6pMq7KS.mjs.map} +1 -1
  21. package/fesm2022/testing.mjs +165 -103
  22. package/fesm2022/testing.mjs.map +1 -1
  23. package/fesm2022/{untracked-DaaW3JJm.mjs → untracked-Bz5WMeU1.mjs} +4 -4
  24. package/fesm2022/{untracked-DaaW3JJm.mjs.map → untracked-Bz5WMeU1.mjs.map} +1 -1
  25. package/fesm2022/{weak_ref-DrMdAIDh.mjs → weak_ref-BaIq-pgY.mjs} +3 -3
  26. package/fesm2022/{weak_ref-DrMdAIDh.mjs.map → weak_ref-BaIq-pgY.mjs.map} +1 -1
  27. package/{graph.d-StYigYp1.d.ts → graph.d-BcIOep_B.d.ts} +3 -3
  28. package/index.d.ts +18 -20
  29. package/{ng_i18n_closure_mode.d-DLxSUiDr.d.ts → ng_i18n_closure_mode.d-C9d2CaSt.d.ts} +5 -5
  30. package/package.json +2 -2
  31. package/primitives/di/index.d.ts +1 -1
  32. package/primitives/event-dispatch/index.d.ts +3 -3
  33. package/primitives/signals/index.d.ts +6 -6
  34. package/rxjs-interop/index.d.ts +8 -17
  35. package/schematics/bundles/{apply_import_manager-C-ysxahq.js → apply_import_manager-DnMqg1pY.js} +6 -6
  36. package/schematics/bundles/{change_tracker-0Ktek5Xl.js → change_tracker-UMPkv-eH.js} +3 -3
  37. package/schematics/bundles/{checker-DqUKCGda.js → checker-BFBQyesT.js} +20 -3
  38. package/schematics/bundles/cleanup-unused-imports.js +25 -20
  39. package/schematics/bundles/{compiler-CuoiHqkc.js → compiler-BQ7R7w2v.js} +962 -297
  40. package/schematics/bundles/compiler_host-CAfDJO3W.js +1 -1
  41. package/schematics/bundles/control-flow-migration.js +2 -2
  42. package/schematics/bundles/document-core.js +12 -12
  43. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  44. package/schematics/bundles/{index-WFXCe5Q0.js → index-Cv4Q415G.js} +127 -36
  45. package/schematics/bundles/{index-CwFQSYXZ.js → index-D8tMJPKa.js} +10 -10
  46. package/schematics/bundles/inject-flags.js +14 -14
  47. package/schematics/bundles/inject-migration.js +4 -4
  48. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  49. package/schematics/bundles/{migrate_ts_type_references-BNuHufqZ.js → migrate_ts_type_references-Cq_ZBuT4.js} +21 -21
  50. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  51. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  52. package/schematics/bundles/output-migration.js +80 -22
  53. package/schematics/bundles/{run_in_devkit-CmHxABFr.js → project_paths-ql6qcf_c.js} +254 -244
  54. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  55. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  56. package/schematics/bundles/route-lazy-loading.js +4 -4
  57. package/schematics/bundles/self-closing-tags-migration.js +20 -15
  58. package/schematics/bundles/signal-input-migration.js +26 -21
  59. package/schematics/bundles/signal-queries-migration.js +32 -27
  60. package/schematics/bundles/signals.js +8 -8
  61. package/schematics/bundles/standalone-migration.js +5 -5
  62. package/schematics/bundles/symbol-VPWguRxr.js +1 -1
  63. package/schematics/bundles/test-bed-get.js +13 -13
  64. package/{signal.d-BeaTIeOE.d.ts → signal.d-E0e5nW1p.d.ts} +4 -4
  65. package/testing/index.d.ts +9 -25
  66. package/{weak_ref.d-ttyj86RV.d.ts → weak_ref.d-eGOEP9S1.d.ts} +2 -2
  67. package/fesm2022/resource-BPpYEDic.mjs.map +0 -1
  68. package/fesm2022/root_effect_scheduler-D0_b1cf_.mjs.map +0 -1
@@ -1,15 +1,15 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.5
2
+ * @license Angular v20.0.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { aD as attachInjectFlag, _ as _global, r as resolveForwardRef, al as __invalidFactoryDep, K as __inject, X as __defineInjector, ɵ as __defineInjectable, aE as newArray, aF as assertString, aG as EMPTY_OBJ, aH as assertFirstCreatePass, aI as assertDefined, aJ as assertNotEqual, F as FLAGS, aK as assertEqual, aL as isInCheckNoChangesMode, aM as PREORDER_HOOK_FLAGS, aN as throwError, aO as assertNumber, aP as assertGreaterThan, aa as HEADER_OFFSET, aQ as DECLARATION_VIEW, aR as throwCyclicDependencyError, aS as stringifyForError, d as setInjectorProfilerContext, aT as setInjectImplementation, aU as enterDI, aV as emitInjectorToCreateInstanceEvent, aW as emitInstanceCreatedByInjectorEvent, aX as assertDirectiveDef, aY as leaveDI, ac as isRootView, aZ as assertTNodeForLView, a_ as runInInjectorProfilerContext, G as getCurrentTNode, W as getLView, a$ as throwProviderNotFoundError, b0 as assertNodeInjector, b1 as injectRootLimpMode, b2 as assertIndexInRange, ab as TVIEW, b3 as EMBEDDED_VIEW_INJECTOR, b4 as T_HOST, at as NG_ELEMENT_ID, b5 as INJECTOR, b6 as isComponentDef, S as isComponentHost, an as convertToBitFlags, b7 as NG_FACTORY_DEF, b8 as isForwardRef, b9 as getFactoryDef, U as DECLARATION_COMPONENT_VIEW, R as RuntimeError, aq as NG_PROV_DEF, ba as getClosureSafeProperty, bb as getNativeByTNode, bc as flatten, bd as arrayEquals, be as ID, ad as isLView, bf as assertDomNode, T as getComponentLViewByIndex, a9 as CONTEXT, bg as EMPTY_ARRAY, Y as unwrapRNode, bh as assertLView, a4 as HOST, bi as getLViewParent, bj as CHILD_HEAD, bk as NEXT, a0 as isLContainer, I as Injector, $ as CLEANUP, a5 as getComponentDef, bl as getDirectiveDef, j as InjectionToken, i as inject, bm as isInInjectionContext, D as DestroyRef, o as PendingTasksInternal, n as noop, C as ChangeDetectionScheduler, E as ErrorHandler, bn as AFTER_RENDER_SEQUENCES_TO_ADD, m as markAncestorsForTraversal, b as assertNotInReactiveContext, a as assertInInjectionContext, V as ViewContext, bo as assertIndexInDeclRange, ae as getTNode, bp as isDestroyed, bq as removeLViewOnDestroy, br as storeLViewOnDestroy, bs as walkUpViews, bt as assertLContainer, l as CONTAINER_HEADER_OFFSET, bu as getNativeByIndex, bv as assertElement, bw as isContentQueryHost, bx as setCurrentQueryIndex, ao as XSS_SECURITY_URL, by as renderStringify, bz as ENVIRONMENT, f as formatRuntimeError, bA as resetPreOrderHookFlags, a8 as PARENT, a3 as RENDERER, bB as HYDRATION, bC as CHILD_TAIL, bD as assertSame, bE as assertFirstUpdatePass, bF as getSelectedIndex, bG as getTView, bH as setSelectedIndex, y as INTERNAL_APPLICATION_ERROR_HANDLER, bI as assertNotSame, bJ as setCurrentDirectiveIndex, p as stringify, bK as getCurrentDirectiveIndex, a1 as unwrapLView, bL as assertNotReactive, bM as enterView, bN as QUERIES, bO as leaveView, bP as isCreationMode, bQ as DECLARATION_LCONTAINER, bR as MOVED_VIEWS, bS as NATIVE, bT as assertProjectionSlots, bU as assertParentView, bV as REACTIVE_TEMPLATE_CONSUMER, bW as ON_DESTROY_HOOKS, bX as assertFunction, g as EFFECTS, bY as markViewForRefresh, bZ as setIsInCheckNoChangesMode, h as setIsRefreshingViews, b_ as isExhaustiveCheckNoChanges, b$ as requiresRefreshOrTraversal, c0 as setBindingIndex, c1 as EFFECTS_TO_SCHEDULE, c2 as setBindingRootForHostBindings, c3 as viewAttachedToChangeDetector, c4 as isRefreshingViews, Q as CheckNoChangesMode, c5 as removeFromArray, c6 as addToArray, c7 as updateAncestorTraversalFlagsOnAttach, c8 as VIEW_REFS, c9 as assertGreaterThanOrEqual, ca as isInI18nBlock, cb as getCurrentParentTNode, cc as assertTNodeForTView, cd as setCurrentTNode, ce as getCurrentTNodePlaceholderOk, cf as isCurrentTNodeParent, cg as isInSkipHydrationBlock$1, a6 as assertTNode, ch as assertTIcu, ci as assertNumberInRange, cj as DEHYDRATED_VIEWS, ck as getNgModuleDef, cl as getPipeDef$1, ag as isStandalone, cm as concatStringsWithSpace, cn as assertInjectImplementationNotEqual, co as emitInjectEvent, cp as getConstant, cq as assertLessThan, cr as getOrCreateTViewCleanup, cs as getOrCreateLViewCleanup, ct as isDirectiveHost, cu as assertNotDefined, cv as getSelectedTNode, cw as nextBindingIndex, cx as debugStringifyTypeForError, cy as assertComponentType, B as EnvironmentInjector, cz as SVG_NAMESPACE, cA as MATH_ML_NAMESPACE, cB as viewAttachedToContainer, cC as storeCleanupWithContext, s as signal, cD as createInjectorWithoutInjectorInstances, cE as R3Injector, af as getNullInjector, cF as internalImportProvidersFrom, cG as initNgDevMode, cH as fillProperties, cI as wasLastNodeCreated, cJ as getBindingsEnabled, cK as lastNodeWasCreated, cL as arrayInsert2, cM as arraySplice, cN as setInjectorProfiler, cO as NullInjector, O as ENVIRONMENT_INITIALIZER, cP as INJECTOR_DEF_TYPES, cQ as walkProviderTree, cR as getInjectorDef, cS as deepForEach, aB as isSignal, A as runInInjectionContext, L as makeEnvironmentProviders, Z as ZONELESS_ENABLED, c as EffectScheduler, cT as incrementBindingIndex, cU as getBindingIndex, cV as keyValueArrayIndexOf, cW as keyValueArrayGet, cX as getCurrentDirectiveDef, cY as keyValueArraySet, cZ as assertHasParent, c_ as getElementDepthCount, c$ as getNamespace, d0 as enterSkipHydrationBlock, d1 as increaseElementDepthCount, d2 as setCurrentTNodeAsNotParent, d3 as isSkipHydrationRootTNode, d4 as leaveSkipHydrationBlock, d5 as decreaseElementDepthCount, d6 as assertIndexInExpandoRange, d7 as assertOneOf, d8 as setInI18nBlock, d9 as nextContextImpl, da as getCurrentQueryIndex, db as getContextLView, dc as load, dd as isWritableSignal, de as isTypeProvider, df as providerToFactory, dg as emitProviderConfiguredEvent, dh as isClassProvider, di as getBindingRoot, t as NG_COMP_DEF, ai as forwardRef, aA as __restoreView, au as __disableBindings, av as __enableBindings, ay as __namespaceSVG, ax as __namespaceMathML, aw as __namespaceHTML, az as __resetView, x as NG_MOD_DEF, w as NG_INJ_DEF, u as NG_DIR_DEF, v as NG_PIPE_DEF, dj as ZONELESS_SCHEDULER_DISABLED, dk as SCHEDULE_IN_ROOT_ZONE, J as PROVIDED_ZONELESS, dl as getNativeByTNodeOrNull } from './root_effect_scheduler-D0_b1cf_.mjs';
8
- import { q as setActiveConsumer, S as SIGNAL, a as consumerDestroy, R as REACTIVE_NODE, b as consumerPollProducersForChange, d as consumerBeforeComputation, h as getActiveConsumer, e as consumerAfterComputation, f as createComputed, s as setThrowInvalidWriteToSignalError } from './signal-DhRAAi7R.mjs';
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, isTypeProvider, 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-VSXfCzDX.mjs';
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';
11
11
  import { map } from 'rxjs/operators';
12
- import { A as Attribute$1 } from './attribute-B17mgaqe.mjs';
12
+ import { Attribute as Attribute$1 } from './attribute-BWp59EjE.mjs';
13
13
 
14
14
  /**
15
15
  * Convince closure compiler that the wrapped function has no side-effects.
@@ -14549,7 +14549,7 @@ class ComponentFactory extends ComponentFactory$1 {
14549
14549
  }
14550
14550
  function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
14551
14551
  const tAttributes = rootSelectorOrNode
14552
- ? ['ng-version', '20.0.0-next.5']
14552
+ ? ['ng-version', '20.0.0-next.6']
14553
14553
  : // Extract attributes and classes from the first selector only to match VE behavior.
14554
14554
  extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
14555
14555
  let creationBindings = null;
@@ -17789,9 +17789,9 @@ function getFrameworkDIDebugData() {
17789
17789
  */
17790
17790
  function setupFrameworkInjectorProfiler() {
17791
17791
  frameworkDIDebugData.reset();
17792
- setInjectorProfiler((injectorProfilerEvent) => handleInjectorProfilerEvent(injectorProfilerEvent));
17792
+ setInjectorProfiler(injectorProfilerEventHandler);
17793
17793
  }
17794
- function handleInjectorProfilerEvent(injectorProfilerEvent) {
17794
+ function injectorProfilerEventHandler(injectorProfilerEvent) {
17795
17795
  const { context, type } = injectorProfilerEvent;
17796
17796
  if (type === 0 /* InjectorProfilerEventType.Inject */) {
17797
17797
  handleInjectEvent(context, injectorProfilerEvent.service);
@@ -19677,52 +19677,58 @@ class ApplicationRef {
19677
19677
  * {@example core/ts/platform/platform.ts region='domNode'}
19678
19678
  */
19679
19679
  bootstrap(componentOrFactory, rootSelectorOrNode) {
19680
- profiler(10 /* ProfilerEvent.BootstrapComponentStart */);
19681
- (typeof ngDevMode === 'undefined' || ngDevMode) && warnIfDestroyed(this._destroyed);
19682
- const isComponentFactory = componentOrFactory instanceof ComponentFactory$1;
19683
- const initStatus = this._injector.get(ApplicationInitStatus);
19684
- if (!initStatus.done) {
19685
- let errorMessage = '';
19680
+ return this.bootstrapImpl(componentOrFactory, rootSelectorOrNode);
19681
+ }
19682
+ bootstrapImpl(componentOrFactory, rootSelectorOrNode, injector = Injector.NULL) {
19683
+ const ngZone = this._injector.get(NgZone);
19684
+ return ngZone.run(() => {
19685
+ profiler(10 /* ProfilerEvent.BootstrapComponentStart */);
19686
+ (typeof ngDevMode === 'undefined' || ngDevMode) && warnIfDestroyed(this._destroyed);
19687
+ const isComponentFactory = componentOrFactory instanceof ComponentFactory$1;
19688
+ const initStatus = this._injector.get(ApplicationInitStatus);
19689
+ if (!initStatus.done) {
19690
+ let errorMessage = '';
19691
+ if (typeof ngDevMode === 'undefined' || ngDevMode) {
19692
+ const standalone = !isComponentFactory && isStandalone(componentOrFactory);
19693
+ errorMessage =
19694
+ 'Cannot bootstrap as there are still asynchronous initializers running.' +
19695
+ (standalone
19696
+ ? ''
19697
+ : ' Bootstrap components in the `ngDoBootstrap` method of the root module.');
19698
+ }
19699
+ throw new RuntimeError(405 /* RuntimeErrorCode.ASYNC_INITIALIZERS_STILL_RUNNING */, errorMessage);
19700
+ }
19701
+ let componentFactory;
19702
+ if (isComponentFactory) {
19703
+ componentFactory = componentOrFactory;
19704
+ }
19705
+ else {
19706
+ const resolver = this._injector.get(ComponentFactoryResolver$1);
19707
+ componentFactory = resolver.resolveComponentFactory(componentOrFactory);
19708
+ }
19709
+ this.componentTypes.push(componentFactory.componentType);
19710
+ // Create a factory associated with the current module if it's not bound to some other
19711
+ const ngModule = isBoundToModule(componentFactory)
19712
+ ? undefined
19713
+ : this._injector.get(NgModuleRef$1);
19714
+ const selectorOrNode = rootSelectorOrNode || componentFactory.selector;
19715
+ const compRef = componentFactory.create(injector, [], selectorOrNode, ngModule);
19716
+ const nativeElement = compRef.location.nativeElement;
19717
+ const testability = compRef.injector.get(TESTABILITY, null);
19718
+ testability?.registerApplication(nativeElement);
19719
+ compRef.onDestroy(() => {
19720
+ this.detachView(compRef.hostView);
19721
+ remove(this.components, compRef);
19722
+ testability?.unregisterApplication(nativeElement);
19723
+ });
19724
+ this._loadComponent(compRef);
19686
19725
  if (typeof ngDevMode === 'undefined' || ngDevMode) {
19687
- const standalone = !isComponentFactory && isStandalone(componentOrFactory);
19688
- errorMessage =
19689
- 'Cannot bootstrap as there are still asynchronous initializers running.' +
19690
- (standalone
19691
- ? ''
19692
- : ' Bootstrap components in the `ngDoBootstrap` method of the root module.');
19726
+ const _console = this._injector.get(Console);
19727
+ _console.log(`Angular is running in development mode.`);
19693
19728
  }
19694
- throw new RuntimeError(405 /* RuntimeErrorCode.ASYNC_INITIALIZERS_STILL_RUNNING */, errorMessage);
19695
- }
19696
- let componentFactory;
19697
- if (isComponentFactory) {
19698
- componentFactory = componentOrFactory;
19699
- }
19700
- else {
19701
- const resolver = this._injector.get(ComponentFactoryResolver$1);
19702
- componentFactory = resolver.resolveComponentFactory(componentOrFactory);
19703
- }
19704
- this.componentTypes.push(componentFactory.componentType);
19705
- // Create a factory associated with the current module if it's not bound to some other
19706
- const ngModule = isBoundToModule(componentFactory)
19707
- ? undefined
19708
- : this._injector.get(NgModuleRef$1);
19709
- const selectorOrNode = rootSelectorOrNode || componentFactory.selector;
19710
- const compRef = componentFactory.create(Injector.NULL, [], selectorOrNode, ngModule);
19711
- const nativeElement = compRef.location.nativeElement;
19712
- const testability = compRef.injector.get(TESTABILITY, null);
19713
- testability?.registerApplication(nativeElement);
19714
- compRef.onDestroy(() => {
19715
- this.detachView(compRef.hostView);
19716
- remove(this.components, compRef);
19717
- testability?.unregisterApplication(nativeElement);
19729
+ profiler(11 /* ProfilerEvent.BootstrapComponentEnd */, compRef);
19730
+ return compRef;
19718
19731
  });
19719
- this._loadComponent(compRef);
19720
- if (typeof ngDevMode === 'undefined' || ngDevMode) {
19721
- const _console = this._injector.get(Console);
19722
- _console.log(`Angular is running in development mode.`);
19723
- }
19724
- profiler(11 /* ProfilerEvent.BootstrapComponentEnd */, compRef);
19725
- return compRef;
19726
19732
  }
19727
19733
  /**
19728
19734
  * Invoke this method to explicitly process change detection and its side-effects.
@@ -19808,6 +19814,7 @@ class ApplicationRef {
19808
19814
  this.rootEffectScheduler.flush();
19809
19815
  }
19810
19816
  // First check dirty views, if there are any.
19817
+ let ranDetectChanges = false;
19811
19818
  if (this.dirtyFlags & 7 /* ApplicationRefDirtyFlags.ViewTreeAny */) {
19812
19819
  // Change detection on views starts in targeted mode (only check components if they're
19813
19820
  // marked as dirty) unless global checking is specifically requested via APIs like
@@ -19819,7 +19826,17 @@ class ApplicationRef {
19819
19826
  this.dirtyFlags |= 8 /* ApplicationRefDirtyFlags.AfterRender */;
19820
19827
  // Check all potentially dirty views.
19821
19828
  for (let { _lView } of this.allViews) {
19822
- detectChangesInViewIfRequired(_lView, useGlobalCheck, this.zonelessEnabled);
19829
+ // When re-checking, only check views which actually need it.
19830
+ if (!useGlobalCheck && !requiresRefreshOrTraversal(_lView)) {
19831
+ continue;
19832
+ }
19833
+ const mode = useGlobalCheck && !this.zonelessEnabled
19834
+ ? // Global mode includes `CheckAlways` views.
19835
+ 0 /* ChangeDetectionMode.Global */
19836
+ : // Only refresh views with the `RefreshView` flag or views is a changed signal
19837
+ 1 /* ChangeDetectionMode.Targeted */;
19838
+ detectChangesInternal(_lView, mode);
19839
+ ranDetectChanges = true;
19823
19840
  }
19824
19841
  // If `markForCheck()` was called during view checking, it will have set the `ViewTreeCheck`
19825
19842
  // flag. We clear the flag here because, for backwards compatibility, `markForCheck()`
@@ -19834,7 +19851,7 @@ class ApplicationRef {
19834
19851
  return;
19835
19852
  }
19836
19853
  }
19837
- else {
19854
+ if (!ranDetectChanges) {
19838
19855
  // If we skipped refreshing views above, there might still be unflushed animations
19839
19856
  // because we never called `detectChangesInternal` on the views.
19840
19857
  this._rendererFactory?.begin?.();
@@ -19983,18 +20000,6 @@ function remove(list, el) {
19983
20000
  list.splice(index, 1);
19984
20001
  }
19985
20002
  }
19986
- function detectChangesInViewIfRequired(lView, isFirstPass, zonelessEnabled) {
19987
- // When re-checking, only check views which actually need it.
19988
- if (!isFirstPass && !requiresRefreshOrTraversal(lView)) {
19989
- return;
19990
- }
19991
- const mode = isFirstPass && !zonelessEnabled
19992
- ? // The first pass is always in Global mode, which includes `CheckAlways` views.
19993
- 0 /* ChangeDetectionMode.Global */
19994
- : // Only refresh views with the `RefreshView` flag or views is a changed signal
19995
- 1 /* ChangeDetectionMode.Targeted */;
19996
- detectChangesInternal(lView, mode);
19997
- }
19998
20003
 
19999
20004
  /**
20000
20005
  * Schedules triggering of a defer block for `on idle` and `on timer` conditions.
@@ -30904,8 +30909,12 @@ function internalProvideZoneChangeDetection({ ngZoneFactory, ignoreChangesOutsid
30904
30909
  provide: INTERNAL_APPLICATION_ERROR_HANDLER,
30905
30910
  useFactory: () => {
30906
30911
  const zone = inject(NgZone);
30907
- const userErrorHandler = inject(ErrorHandler);
30908
- return (e) => zone.runOutsideAngular(() => userErrorHandler.handleError(e));
30912
+ const injector = inject(EnvironmentInjector);
30913
+ let userErrorHandler;
30914
+ return (e) => {
30915
+ userErrorHandler ??= injector.get(ErrorHandler);
30916
+ zone.runOutsideAngular(() => userErrorHandler.handleError(e));
30917
+ };
30909
30918
  },
30910
30919
  },
30911
30920
  ];
@@ -32066,5 +32075,5 @@ function getDebugNode(nativeNode) {
32066
32075
  return null;
32067
32076
  }
32068
32077
 
32069
- export { setJitOptions as $, ApplicationRef as A, ChangeDetectionSchedulerImpl as B, Component as C, DeferBlockState as D, Compiler as E, DEFER_BLOCK_CONFIG as F, COMPILER_OPTIONS as G, transitiveScopesFor as H, Injectable as I, generateStandaloneInDeclarationsError as J, NgModuleFactory as K, LOCALE_ID as L, ModuleWithComponentFactories as M, NgZone as N, resetCompiledComponents as O, Pipe as P, ɵsetUnknownPropertyStrictMode as Q, RendererFactory2 as R, ɵgetUnknownElementStrictMode as S, ɵgetUnknownPropertyStrictMode as T, flushModuleScopingQueueAsMuchAsPossible as U, setAllowDuplicateNgModuleIdsForTest as V, ɵɵinjectAttribute as W, createMultiResultQuerySignalFn as X, createSingleResultRequiredQuerySignalFn as Y, createSingleResultOptionalQuerySignalFn as Z, makePropDecorator as _, DeferBlockBehavior as a, processTextNodeBeforeSerialization as a$, isComponentResourceResolutionQueueEmpty as a0, getCompilerFacade as a1, IMAGE_CONFIG as a2, getDocument as a3, setClassMetadata as a4, PROVIDED_NG_ZONE as a5, remove as a6, isPromise as a7, createNgModuleRefWithProviders as a8, optionsReducer as a9, DEFER_BLOCK_SSR_ID_ATTRIBUTE as aA, invokeListeners as aB, triggerHydrationFromBlockName as aC, setStashFn as aD, sharedStashFunction as aE, sharedMapFunction as aF, isI18nHydrationEnabled as aG, TransferState as aH, NGH_DATA_KEY as aI, NGH_DEFER_BLOCKS_KEY as aJ, getLNodeForHydration as aK, NGH_ATTR_NAME as aL, SKIP_HYDRATION_ATTR_NAME as aM, isI18nHydrationSupportEnabled as aN, ViewEncapsulation as aO, getOrComputeI18nChildren as aP, trySerializeI18nBlock as aQ, I18N_DATA as aR, isTNodeShape as aS, isDetachedByI18n as aT, isDisconnectedNode as aU, isInSkipHydrationBlock as aV, unsupportedProjectionOfDomNodes as aW, TEMPLATES as aX, CONTAINERS as aY, isLetDeclaration as aZ, ELEMENT_CONTAINERS as a_, getNgZone as aa, getNgZoneOptions as ab, publishDefaultGlobalUtils as ac, PLATFORM_INITIALIZER as ad, publishSignalConfiguration as ae, checkNoChangesInternal as af, getRegisteredNgModuleType as ag, ViewRef as ah, isListLikeIterable as ai, iterateListLike as aj, isJsObject as ak, SkipSelf as al, Optional as am, ɵɵdefineNgModule as an, profiler as ao, assertStandaloneComponentType as ap, EnvironmentNgModuleRefAdapter as aq, IS_EVENT_REPLAY_ENABLED as ar, JSACTION_BLOCK_ELEMENT_MAP as as, APP_BOOTSTRAP_LISTENER as at, APP_ID as au, JSACTION_EVENT_CONTRACT as av, removeListeners as aw, isIncrementalHydrationEnabled as ax, performanceMarkFeature as ay, EVENT_REPLAY_ENABLED_DEFAULT as az, NoopNgZone as b, CSP_NONCE as b$, setJSActionAttributes as b0, DISCONNECTED_NODES as b1, NODES as b2, calcPathForNode as b3, NUM_ROOT_NODES as b4, TEMPLATE_ID as b5, isDeferBlock as b6, getLDeferBlockDetails as b7, getTDeferBlockDetails as b8, collectNativeNodesInLContainer as b9, enableLocateOrCreateContainerRefImpl as bA, enableFindMatchingDehydratedViewImpl as bB, enableApplyRootElementTransformImpl as bC, setIsI18nHydrationSupportEnabled as bD, PRESERVE_HOST_CONTENT as bE, cleanupDehydratedViews as bF, countBlocksSkippedByHydration as bG, enableLocateOrCreateI18nNodeImpl as bH, enablePrepareI18nBlockForHydrationImpl as bI, enableClaimDehydratedIcuCaseImpl as bJ, enableRetrieveDeferBlockDataImpl as bK, readPatchedLView as bL, setClassMetadataAsync as bM, angularCoreEnv as bN, NOOP_AFTER_RENDER_REF as bO, AfterRenderManager as bP, TracingService as bQ, AfterRenderImpl as bR, AfterRenderSequence as bS, AFTER_RENDER_PHASES as bT, assertComponentDef as bU, NgProbeToken as bV, provideZoneChangeDetection as bW, provideExperimentalZonelessChangeDetection as bX, PACKAGE_ROOT_URL as bY, PLATFORM_ID as bZ, ANIMATION_MODULE_TYPE as b_, validateNodeExists as ba, validateMatchingNode as bb, DEFER_BLOCK_ID as bc, DEFER_BLOCK_STATE$1 as bd, DEFER_BLOCK_STATE as be, MULTIPLIER as bf, collectNativeNodes as bg, convertHydrateTriggersToJsAction as bh, DEFER_HYDRATE_TRIGGERS as bi, DEFER_PARENT_BLOCK_ID as bj, IS_HYDRATION_DOM_REUSE_ENABLED as bk, IS_I18N_HYDRATION_ENABLED as bl, IS_INCREMENTAL_HYDRATION_ENABLED as bm, DehydratedBlockRegistry as bn, DEHYDRATED_BLOCK_REGISTRY as bo, processBlockData as bp, gatherDeferBlocksCommentNodes as bq, processAndInitTriggers as br, appendDeferBlocksToJSActionMap as bs, verifySsrContentsIntegrity as bt, Console as bu, enableRetrieveHydrationInfoImpl as bv, enableLocateOrCreateElementNodeImpl as bw, enableLocateOrCreateTextNodeImpl as bx, enableLocateOrCreateElementContainerNodeImpl as by, enableLocateOrCreateContainerAnchorImpl as bz, getDebugNode as c, allowSanitizationBypassAndThrow as c$, APP_INITIALIZER as c0, provideAppInitializer as c1, DebugElement as c2, DebugEventListener as c3, DebugNode as c4, asNativeElements as c5, Testability as c6, TestabilityRegistry as c7, setTestabilityGetter as c8, TRANSLATIONS as c9, Self as cA, Host as cB, Renderer2 as cC, RendererStyleFlags2 as cD, CompilerFactory as cE, ComponentFactory$1 as cF, ComponentRef$1 as cG, ComponentFactoryResolver$1 as cH, ElementRef as cI, NgModuleFactory$1 as cJ, NgModuleRef$1 as cK, QueryList as cL, TemplateRef as cM, ViewContainerRef as cN, ChangeDetectionStrategy as cO, SimpleChange as cP, detectChangesInViewIfRequired as cQ, IMAGE_CONFIG_DEFAULTS as cR, TracingAction as cS, readHydrationInfo as cT, SSR_CONTENT_INTEGRITY_MARKER as cU, findLocaleData as cV, getLocaleCurrencyCode as cW, getLocalePluralCase as cX, LocaleDataIndex as cY, registerLocaleData as cZ, unregisterAllLocaleData as c_, TRANSLATIONS_FORMAT as ca, DEFAULT_CURRENCY_CODE as cb, MissingTranslationStrategy as cc, Type as cd, EventEmitter as ce, SecurityContext as cf, Sanitizer as cg, createNgModule as ch, createNgModuleRef as ci, createEnvironmentInjector as cj, AfterRenderPhase as ck, publishExternalGlobalUtil as cl, afterRender as cm, afterNextRender as cn, inputBinding as co, outputBinding as cp, twoWayBinding as cq, makeStateKey as cr, Attribute as cs, HostBinding as ct, HostListener as cu, Input as cv, Output as cw, CUSTOM_ELEMENTS_SCHEMA as cx, NO_ERRORS_SCHEMA as cy, Inject as cz, Directive as d, ɵɵgetInheritedFactory as d$, getSanitizationBypassType as d0, unwrapSafeValue as d1, _sanitizeHtml as d2, _sanitizeUrl as d3, TESTABILITY as d4, TESTABILITY_GETTER as d5, devModeEqual as d6, isSubscribable as d7, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as d8, isBoundToModule as d9, ɵɵclassMapInterpolate2 as dA, ɵɵclassMapInterpolate3 as dB, ɵɵclassMapInterpolate4 as dC, ɵɵclassMapInterpolate5 as dD, ɵɵclassMapInterpolate6 as dE, ɵɵclassMapInterpolate7 as dF, ɵɵclassMapInterpolate8 as dG, ɵɵclassMapInterpolateV as dH, ɵɵclassProp as dI, ɵɵconditional as dJ, ɵɵconditionalCreate as dK, ɵɵconditionalBranchCreate as dL, ɵɵcontentQuery as dM, ɵɵcontentQuerySignal as dN, ɵɵcomponentInstance as dO, ɵɵCopyDefinitionFeature as dP, ɵɵdefineComponent as dQ, ɵɵdefineDirective as dR, ɵɵdefinePipe as dS, ɵɵdirectiveInject as dT, ɵɵelement as dU, ɵɵelementContainer as dV, ɵɵelementContainerEnd as dW, ɵɵelementContainerStart as dX, ɵɵelementEnd as dY, ɵɵelementStart as dZ, ɵɵgetCurrentView as d_, registerNgModuleType as da, getLContext as db, ComponentRef as dc, getDirectives as dd, getHostElement as de, NO_CHANGE as df, ɵsetClassDebugInfo as dg, store as dh, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as di, Framework as dj, AcxChangeDetectionStrategy as dk, AcxViewEncapsulation as dl, ɵɵadvance as dm, ɵɵattribute as dn, ɵɵattributeInterpolate1 as dp, ɵɵattributeInterpolate2 as dq, ɵɵattributeInterpolate3 as dr, ɵɵattributeInterpolate4 as ds, ɵɵattributeInterpolate5 as dt, ɵɵattributeInterpolate6 as du, ɵɵattributeInterpolate7 as dv, ɵɵattributeInterpolate8 as dw, ɵɵattributeInterpolateV as dx, ɵɵclassMap as dy, ɵɵclassMapInterpolate1 as dz, NgModule as e, ɵɵstyleMapInterpolate4 as e$, ɵɵdomProperty as e0, ɵɵi18n as e1, ɵɵi18nApply as e2, ɵɵi18nAttributes as e3, ɵɵi18nEnd as e4, ɵɵi18nExp as e5, ɵɵi18nPostprocess as e6, ɵɵi18nStart as e7, ɵɵInheritDefinitionFeature as e8, ɵɵinvalidFactory as e9, ɵɵpureFunction1 as eA, ɵɵpureFunction2 as eB, ɵɵpureFunction3 as eC, ɵɵpureFunction4 as eD, ɵɵpureFunction5 as eE, ɵɵpureFunction6 as eF, ɵɵpureFunction7 as eG, ɵɵpureFunction8 as eH, ɵɵpureFunctionV as eI, ɵɵqueryAdvance as eJ, ɵɵqueryRefresh as eK, ɵɵreference as eL, ɵɵresolveBody as eM, ɵɵresolveDocument as eN, ɵɵresolveWindow as eO, ɵɵrepeater as eP, ɵɵrepeaterCreate as eQ, ɵɵrepeaterTrackByIdentity as eR, ɵɵrepeaterTrackByIndex as eS, ɵɵsetComponentScope as eT, ɵɵsetNgModuleScope as eU, ɵɵgetComponentDepsFactory as eV, ɵɵExternalStylesFeature as eW, ɵɵstyleMap as eX, ɵɵstyleMapInterpolate1 as eY, ɵɵstyleMapInterpolate2 as eZ, ɵɵstyleMapInterpolate3 as e_, ɵɵlistener as ea, ɵɵloadQuery as eb, ɵɵnextContext as ec, ɵɵNgOnChangesFeature as ed, ɵɵpipe as ee, ɵɵpipeBind1 as ef, ɵɵpipeBind2 as eg, ɵɵpipeBind3 as eh, ɵɵpipeBind4 as ei, ɵɵpipeBindV as ej, ɵɵprojection as ek, ɵɵprojectionDef as el, ɵɵproperty as em, ɵɵpropertyInterpolate as en, ɵɵpropertyInterpolate1 as eo, ɵɵpropertyInterpolate2 as ep, ɵɵpropertyInterpolate3 as eq, ɵɵpropertyInterpolate4 as er, ɵɵpropertyInterpolate5 as es, ɵɵpropertyInterpolate6 as et, ɵɵpropertyInterpolate7 as eu, ɵɵpropertyInterpolate8 as ev, ɵɵpropertyInterpolateV as ew, ɵɵProvidersFeature as ex, ɵɵHostDirectivesFeature as ey, ɵɵpureFunction0 as ez, ReflectionCapabilities as f, ɵɵattachSourceLocations as f$, ɵɵstyleMapInterpolate5 as f0, ɵɵstyleMapInterpolate6 as f1, ɵɵstyleMapInterpolate7 as f2, ɵɵstyleMapInterpolate8 as f3, ɵɵstyleMapInterpolateV as f4, ɵɵstyleProp as f5, ɵɵstylePropInterpolate1 as f6, ɵɵstylePropInterpolate2 as f7, ɵɵstylePropInterpolate3 as f8, ɵɵstylePropInterpolate4 as f9, ɵɵdeferHydrateNever as fA, ɵɵdeferHydrateOnIdle as fB, ɵɵdeferHydrateOnImmediate as fC, ɵɵdeferHydrateOnTimer as fD, ɵɵdeferHydrateOnHover as fE, ɵɵdeferHydrateOnInteraction as fF, ɵɵdeferHydrateOnViewport as fG, ɵɵtext as fH, ɵɵtextInterpolate as fI, ɵɵtextInterpolate1 as fJ, ɵɵtextInterpolate2 as fK, ɵɵtextInterpolate3 as fL, ɵɵtextInterpolate4 as fM, ɵɵtextInterpolate5 as fN, ɵɵtextInterpolate6 as fO, ɵɵtextInterpolate7 as fP, ɵɵtextInterpolate8 as fQ, ɵɵtextInterpolateV as fR, ɵɵviewQuery as fS, ɵɵviewQuerySignal as fT, ɵɵtwoWayProperty as fU, ɵɵtwoWayBindingSet as fV, ɵɵtwoWayListener as fW, ɵɵdeclareLet as fX, ɵɵstoreLet as fY, ɵɵreadContextLet as fZ, ɵɵreplaceMetadata as f_, ɵɵstylePropInterpolate5 as fa, ɵɵstylePropInterpolate6 as fb, ɵɵstylePropInterpolate7 as fc, ɵɵstylePropInterpolate8 as fd, ɵɵstylePropInterpolateV as fe, ɵɵsyntheticHostListener as ff, ɵɵsyntheticHostProperty as fg, ɵɵtemplate as fh, ɵɵtemplateRefExtractor as fi, ɵɵdefer as fj, ɵɵdeferWhen as fk, ɵɵdeferOnIdle as fl, ɵɵdeferOnImmediate as fm, ɵɵdeferOnTimer as fn, ɵɵdeferOnHover as fo, ɵɵdeferOnInteraction as fp, ɵɵdeferOnViewport as fq, ɵɵdeferPrefetchWhen as fr, ɵɵdeferPrefetchOnIdle as fs, ɵɵdeferPrefetchOnImmediate as ft, ɵɵdeferPrefetchOnTimer as fu, ɵɵdeferPrefetchOnHover as fv, ɵɵdeferPrefetchOnInteraction as fw, ɵɵdeferPrefetchOnViewport as fx, ɵɵdeferEnableTimerScheduling as fy, ɵɵdeferHydrateWhen as fz, getDeferBlocks$1 as g, LContext as g0, setDocument as g1, resetJitOptions as g2, compileNgModule as g3, isNgModule as g4, isViewDirty as g5, markForRefresh as g6, bypassSanitizationTrustHtml as g7, bypassSanitizationTrustResourceUrl as g8, bypassSanitizationTrustScript as g9, bypassSanitizationTrustStyle as ga, bypassSanitizationTrustUrl as gb, ɵɵsanitizeHtml as gc, ɵɵsanitizeResourceUrl as gd, ɵɵsanitizeScript as ge, ɵɵsanitizeStyle as gf, ɵɵsanitizeUrl as gg, ɵɵsanitizeUrlOrResourceUrl as gh, ɵɵtrustConstantHtml as gi, ɵɵtrustConstantResourceUrl as gj, ɵɵvalidateIframeAttribute as gk, noSideEffects as gl, USE_RUNTIME_DEPS_TRACKER_FOR_JIT as gm, depsTracker as h, isComponentDefPendingResolution as i, getAsyncClassMetadataFn as j, resolveComponentResources as k, NgModuleRef as l, ApplicationInitStatus as m, DEFAULT_LOCALE_ID as n, ComponentFactory as o, compileComponent as p, compileDirective as q, renderDeferBlockState as r, setLocaleId as s, triggerResourceLoading as t, compilePipe as u, patchComponentDefWithScope as v, compileNgModuleDefs as w, clearResolutionOfComponentResourcesQueue as x, restoreComponentResolutionQueue as y, internalProvideZoneChangeDetection as z, ɵsetUnknownElementStrictMode as ɵ };
32070
- //# sourceMappingURL=debug_node-xKpCIZm-.mjs.map
32078
+ export { AFTER_RENDER_PHASES, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderPhase, 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 };
32079
+ //# sourceMappingURL=debug_node-z_3NG8qT.mjs.map