@angular/core 20.1.0-next.1 → 20.1.0-next.3

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 (76) hide show
  1. package/{api.d-Dwpmmn5j.d.ts → api.d.d.ts} +2 -2
  2. package/{chrome_dev_tools_performance.d-Dk_7kdX9.d.ts → chrome_dev_tools_performance.d.d.ts} +4 -4
  3. package/{discovery.d-AiW64LSq.d.ts → discovery.d.d.ts} +10 -5
  4. package/{event_dispatcher.d-BReQpZfC.d.ts → event_dispatcher.d.d.ts} +1 -1
  5. package/fesm2022/{attribute-BWp59EjE.mjs → attribute.mjs} +2 -2
  6. package/fesm2022/attribute.mjs.map +1 -0
  7. package/fesm2022/core.mjs +19 -21
  8. package/fesm2022/core.mjs.map +1 -1
  9. package/fesm2022/{debug_node-CGQXW8qF.mjs → debug_node.mjs} +245 -25
  10. package/fesm2022/debug_node.mjs.map +1 -0
  11. package/fesm2022/injector.mjs +53 -0
  12. package/fesm2022/injector.mjs.map +1 -0
  13. package/fesm2022/primitives/di.mjs +6 -37
  14. package/fesm2022/primitives/di.mjs.map +1 -1
  15. package/fesm2022/primitives/event-dispatch.mjs +2 -2
  16. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  17. package/fesm2022/primitives/signals.mjs +5 -5
  18. package/fesm2022/primitives/signals.mjs.map +1 -1
  19. package/fesm2022/{resource-CIODajJI.mjs → resource.mjs} +12 -8
  20. package/fesm2022/resource.mjs.map +1 -0
  21. package/fesm2022/{root_effect_scheduler-BvK6bnZD.mjs → root_effect_scheduler.mjs} +21 -7
  22. package/fesm2022/root_effect_scheduler.mjs.map +1 -0
  23. package/fesm2022/rxjs-interop.mjs +6 -6
  24. package/fesm2022/rxjs-interop.mjs.map +1 -1
  25. package/fesm2022/{signal-nCiHhWf6.mjs → signal.mjs} +2 -2
  26. package/fesm2022/signal.mjs.map +1 -0
  27. package/fesm2022/testing.mjs +147 -58
  28. package/fesm2022/testing.mjs.map +1 -1
  29. package/fesm2022/{untracked-DmD_2MlC.mjs → untracked.mjs} +3 -3
  30. package/fesm2022/untracked.mjs.map +1 -0
  31. package/fesm2022/{weak_ref-BaIq-pgY.mjs → weak_ref.mjs} +2 -2
  32. package/fesm2022/weak_ref.mjs.map +1 -0
  33. package/{graph.d-BcIOep_B.d.ts → graph.d.d.ts} +1 -1
  34. package/index.d.ts +101 -15
  35. package/package.json +2 -2
  36. package/primitives/di/index.d.ts +4 -2
  37. package/primitives/event-dispatch/index.d.ts +3 -3
  38. package/primitives/signals/index.d.ts +6 -6
  39. package/rxjs-interop/index.d.ts +5 -5
  40. package/schematics/bundles/{apply_import_manager-BsIRDO9W.cjs → apply_import_manager-C11Q8021.cjs} +3 -3
  41. package/schematics/bundles/{checker-CY7a8ko8.cjs → checker-BVnpy__J.cjs} +547 -308
  42. package/schematics/bundles/cleanup-unused-imports.cjs +35 -21
  43. package/schematics/bundles/{compiler_host-DNYQkH4l.cjs → compiler_host-j95cyBKm.cjs} +2 -2
  44. package/schematics/bundles/control-flow-migration.cjs +3 -3
  45. package/schematics/bundles/document-core.cjs +5 -5
  46. package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
  47. package/schematics/bundles/{index-BUgQDm-J.cjs → index-BkA2Tb_u.cjs} +32 -17
  48. package/schematics/bundles/{index-BJ3PYYwQ.cjs → index-DYpSE68_.cjs} +4 -4
  49. package/schematics/bundles/inject-flags.cjs +5 -5
  50. package/schematics/bundles/inject-migration.cjs +9 -4
  51. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  52. package/schematics/bundles/{migrate_ts_type_references-MBd4NBjn.cjs → migrate_ts_type_references-Covsxz7y.cjs} +27 -5
  53. package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
  54. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  55. package/schematics/bundles/output-migration.cjs +6 -6
  56. package/schematics/bundles/{project_paths-C5Df24y1.cjs → project_paths-3GwjSb-R.cjs} +3 -3
  57. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
  58. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  59. package/schematics/bundles/route-lazy-loading.cjs +3 -3
  60. package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
  61. package/schematics/bundles/signal-input-migration.cjs +7 -7
  62. package/schematics/bundles/signal-queries-migration.cjs +7 -7
  63. package/schematics/bundles/signals.cjs +7 -7
  64. package/schematics/bundles/standalone-migration.cjs +4 -4
  65. package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
  66. package/schematics/bundles/test-bed-get.cjs +4 -4
  67. package/{signal.d-BcmOdASA.d.ts → signal.d.d.ts} +2 -2
  68. package/testing/index.d.ts +84 -8
  69. package/{weak_ref.d-eGOEP9S1.d.ts → weak_ref.d.d.ts} +1 -1
  70. package/fesm2022/attribute-BWp59EjE.mjs.map +0 -1
  71. package/fesm2022/debug_node-CGQXW8qF.mjs.map +0 -1
  72. package/fesm2022/resource-CIODajJI.mjs.map +0 -1
  73. package/fesm2022/root_effect_scheduler-BvK6bnZD.mjs.map +0 -1
  74. package/fesm2022/signal-nCiHhWf6.mjs.map +0 -1
  75. package/fesm2022/untracked-DmD_2MlC.mjs.map +0 -1
  76. package/fesm2022/weak_ref-BaIq-pgY.mjs.map +0 -1
@@ -1,15 +1,15 @@
1
1
  /**
2
- * @license Angular v20.1.0-next.1
2
+ * @license Angular v20.1.0-next.3
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { attachInjectFlag, _global, ɵɵdefineInjectable as __defineInjectable, ɵɵdefineInjector as __defineInjector, ɵɵinject as __inject, ɵɵinvalidFactoryDep as __invalidFactoryDep, resolveForwardRef, newArray, EMPTY_OBJ, assertString, assertNotEqual, FLAGS, assertEqual, isInCheckNoChangesMode, PREORDER_HOOK_FLAGS, assertFirstCreatePass, assertDefined, throwError, assertNumber, assertGreaterThan, HEADER_OFFSET, DECLARATION_VIEW, NG_FACTORY_DEF, isForwardRef, getFactoryDef, assertIndexInRange, assertTNodeForLView, enterDI, runInInjectorProfilerContext, getCurrentTNode, getLView, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, throwProviderNotFoundError, leaveDI, assertNodeInjector, throwCyclicDependencyError, stringifyForError, setInjectorProfilerContext, setInjectImplementation, assertDirectiveDef, NG_ELEMENT_ID, convertToBitFlags, isRootView, T_HOST, TVIEW, injectRootLimpMode, isComponentDef, EMBEDDED_VIEW_INJECTOR, INJECTOR$1 as INJECTOR, DECLARATION_COMPONENT_VIEW, isComponentHost, RuntimeError, NG_PROV_DEF, getClosureSafeProperty, getNativeByTNode, flatten, arrayEquals, ID, isLView, assertDomNode, unwrapRNode, getComponentLViewByIndex, CONTEXT, EMPTY_ARRAY, assertLView, HOST, CHILD_HEAD, NEXT, isLContainer, getLViewParent, Injector, CLEANUP, getComponentDef, getDirectiveDef, InjectionToken, inject, isInSkipHydrationBlock as isInSkipHydrationBlock$1, HYDRATION, isContentQueryHost, setCurrentQueryIndex, XSS_SECURITY_URL, renderStringify, ENVIRONMENT, makeEnvironmentProviders, isDirectiveHost, formatRuntimeError, resetPreOrderHookFlags, PARENT, RENDERER, CHILD_TAIL, assertSame, assertFirstUpdatePass, getSelectedIndex, getTView, assertIndexInDeclRange, setSelectedIndex, assertLContainer, MOVED_VIEWS, isDestroyed, REACTIVE_TEMPLATE_CONSUMER, DECLARATION_LCONTAINER, QUERIES, assertNotReactive, ON_DESTROY_HOOKS, assertFunction, EFFECTS, assertProjectionSlots, NATIVE, assertParentView, CONTAINER_HEADER_OFFSET, assertNotSame, setCurrentDirectiveIndex, setCurrentTNode, getElementDepthCount, increaseElementDepthCount, wasLastNodeCreated, isCurrentTNodeParent, setCurrentTNodeAsNotParent, assertHasParent, INTERNAL_APPLICATION_ERROR_HANDLER, stringify, getCurrentDirectiveIndex, unwrapLView, isCreationMode, enterView, leaveView, AFTER_RENDER_SEQUENCES_TO_ADD, markAncestorsForTraversal, markViewForRefresh, setIsRefreshingViews, isExhaustiveCheckNoChanges, requiresRefreshOrTraversal, setIsInCheckNoChangesMode, CheckNoChangesMode, setBindingIndex, EFFECTS_TO_SCHEDULE, viewAttachedToChangeDetector, setBindingRootForHostBindings, isRefreshingViews, removeFromArray, addToArray, updateAncestorTraversalFlagsOnAttach, storeLViewOnDestroy, VIEW_REFS, assertGreaterThanOrEqual, isInI18nBlock, assertTNodeForTView, getCurrentParentTNode, getCurrentTNodePlaceholderOk, assertTNode, assertTIcu, assertNumberInRange, DEHYDRATED_VIEWS, getNgModuleDef, getPipeDef as getPipeDef$1, getNgModuleDefOrThrow, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, assertNotDefined, nextBindingIndex, getSelectedTNode, getDirectiveDefOrThrow, getTNode, assertComponentType, debugStringifyTypeForError, ChangeDetectionScheduler, EnvironmentInjector, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, getBindingsEnabled, lastNodeWasCreated, isInInjectionContext, DestroyRef, PendingTasksInternal, noop, ErrorHandler, assertNotInReactiveContext, assertInInjectionContext, ViewContext, removeLViewOnDestroy, walkUpViews, getNativeByIndex, assertElement, arrayInsert2, arraySplice, setInjectorProfiler, NullInjector, ENVIRONMENT_INITIALIZER, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isTypeProvider, isSignal, runInInjectionContext, ZONELESS_ENABLED, EffectScheduler, PendingTasks, assertTNodeCreationIndex, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, getNamespace, enterSkipHydrationBlock, getCurrentDirectiveDef, assertIndexInExpandoRange, getBindingIndex, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, keyValueArrayIndexOf, keyValueArraySet, keyValueArrayGet, incrementBindingIndex, isWritableSignal, store, providerToFactory, emitProviderConfiguredEvent, isClassProvider, getBindingRoot, NG_COMP_DEF, ɵɵresetView as __resetView, ɵɵnamespaceHTML as __namespaceHTML, ɵɵnamespaceMathML as __namespaceMathML, ɵɵnamespaceSVG as __namespaceSVG, ɵɵenableBindings as __enableBindings, ɵɵdisableBindings as __disableBindings, ɵɵrestoreView as __restoreView, forwardRef, 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-BvK6bnZD.mjs';
8
- import { setActiveConsumer, SIGNAL, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, getActiveConsumer, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError } from './signal-nCiHhWf6.mjs';
7
+ import { attachInjectFlag, _global, ɵɵdefineInjectable as __defineInjectable, ɵɵdefineInjector as __defineInjector, ɵɵinject as __inject, ɵɵinvalidFactoryDep as __invalidFactoryDep, resolveForwardRef, newArray, EMPTY_OBJ, assertString, assertNotEqual, FLAGS, assertEqual, isInCheckNoChangesMode, PREORDER_HOOK_FLAGS, assertFirstCreatePass, assertDefined, throwError, assertNumber, assertGreaterThan, HEADER_OFFSET, DECLARATION_VIEW, NG_FACTORY_DEF, isForwardRef, getFactoryDef, assertIndexInRange, assertTNodeForLView, enterDI, runInInjectorProfilerContext, getCurrentTNode, getLView, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, throwProviderNotFoundError, leaveDI, assertNodeInjector, throwCyclicDependencyError, stringifyForError, setInjectorProfilerContext, setInjectImplementation, assertDirectiveDef, NG_ELEMENT_ID, convertToBitFlags, isRootView, T_HOST, TVIEW, injectRootLimpMode, isComponentDef, EMBEDDED_VIEW_INJECTOR, INJECTOR$1 as INJECTOR, DECLARATION_COMPONENT_VIEW, isComponentHost, RuntimeError, NG_PROV_DEF, getClosureSafeProperty, getNativeByTNode, flatten, arrayEquals, ID, isLView, assertDomNode, unwrapRNode, getComponentLViewByIndex, CONTEXT, EMPTY_ARRAY, assertLView, HOST, CHILD_HEAD, NEXT, isLContainer, getLViewParent, Injector, CLEANUP, getComponentDef, getDirectiveDef, InjectionToken, inject, isInSkipHydrationBlock as isInSkipHydrationBlock$1, HYDRATION, isContentQueryHost, setCurrentQueryIndex, XSS_SECURITY_URL, renderStringify, ENVIRONMENT, makeEnvironmentProviders, isDirectiveHost, formatRuntimeError, resetPreOrderHookFlags, PARENT, RENDERER, CHILD_TAIL, assertSame, assertFirstUpdatePass, getSelectedIndex, getTView, assertIndexInDeclRange, setSelectedIndex, assertLContainer, MOVED_VIEWS, isDestroyed, REACTIVE_TEMPLATE_CONSUMER, DECLARATION_LCONTAINER, QUERIES, assertNotReactive, ON_DESTROY_HOOKS, assertFunction, EFFECTS, assertProjectionSlots, NATIVE, assertParentView, CONTAINER_HEADER_OFFSET, assertNotSame, setCurrentDirectiveIndex, setCurrentTNode, getElementDepthCount, increaseElementDepthCount, wasLastNodeCreated, isCurrentTNodeParent, setCurrentTNodeAsNotParent, assertHasParent, INTERNAL_APPLICATION_ERROR_HANDLER, stringify, getCurrentDirectiveIndex, unwrapLView, isCreationMode, enterView, leaveView, AFTER_RENDER_SEQUENCES_TO_ADD, markAncestorsForTraversal, markViewForRefresh, setIsRefreshingViews, isExhaustiveCheckNoChanges, requiresRefreshOrTraversal, setIsInCheckNoChangesMode, CheckNoChangesMode, setBindingIndex, EFFECTS_TO_SCHEDULE, viewAttachedToChangeDetector, setBindingRootForHostBindings, isRefreshingViews, removeFromArray, addToArray, updateAncestorTraversalFlagsOnAttach, storeLViewOnDestroy, VIEW_REFS, assertGreaterThanOrEqual, isInI18nBlock, assertTNodeForTView, getCurrentParentTNode, getCurrentTNodePlaceholderOk, assertTNode, assertTIcu, assertNumberInRange, DEHYDRATED_VIEWS, getNgModuleDef, getPipeDef as getPipeDef$1, getNgModuleDefOrThrow, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, assertNotDefined, nextBindingIndex, getSelectedTNode, getDirectiveDefOrThrow, getTNode, assertComponentType, debugStringifyTypeForError, ChangeDetectionScheduler, EnvironmentInjector, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, getBindingsEnabled, lastNodeWasCreated, isInInjectionContext, DestroyRef, PendingTasksInternal, noop, ErrorHandler, assertNotInReactiveContext, assertInInjectionContext, ViewContext, removeLViewOnDestroy, walkUpViews, getNativeByIndex, assertElement, arrayInsert2, arraySplice, setInjectorProfiler, NullInjector, ENVIRONMENT_INITIALIZER, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isTypeProvider, isSignal, runInInjectionContext, ZONELESS_ENABLED, EffectScheduler, PendingTasks, assertTNodeCreationIndex, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, getNamespace, enterSkipHydrationBlock, getCurrentDirectiveDef, assertIndexInExpandoRange, getBindingIndex, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, keyValueArrayIndexOf, keyValueArraySet, keyValueArrayGet, incrementBindingIndex, isWritableSignal, store, providerToFactory, emitProviderConfiguredEvent, isClassProvider, getBindingRoot, NG_COMP_DEF, ɵɵresetView as __resetView, ɵɵnamespaceHTML as __namespaceHTML, ɵɵnamespaceMathML as __namespaceMathML, ɵɵnamespaceSVG as __namespaceSVG, ɵɵenableBindings as __enableBindings, ɵɵdisableBindings as __disableBindings, ɵɵrestoreView as __restoreView, forwardRef, 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.mjs';
8
+ import { setActiveConsumer, SIGNAL, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, getActiveConsumer, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError } from './signal.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 { Attribute as Attribute$1 } from './attribute-BWp59EjE.mjs';
12
+ import { Attribute as Attribute$1 } from './attribute.mjs';
13
13
 
14
14
  /**
15
15
  * Convince closure compiler that the wrapped function has no side-effects.
@@ -12761,6 +12761,32 @@ function directiveHostEndFirstCreatePass(tView, tNode) {
12761
12761
  tView.queries.elementEnd(tNode);
12762
12762
  }
12763
12763
  }
12764
+ function domOnlyFirstCreatePass(index, tView, type, name, attrsIndex, localRefsIndex) {
12765
+ ngDevMode && assertFirstCreatePass(tView);
12766
+ const tViewConsts = tView.consts;
12767
+ const attrs = getConstant(tViewConsts, attrsIndex);
12768
+ const tNode = getOrCreateTNode(tView, index, type, name, attrs);
12769
+ // Merge the template attrs last so that they have the highest priority.
12770
+ tNode.mergedAttrs = mergeHostAttrs(tNode.mergedAttrs, tNode.attrs);
12771
+ if (localRefsIndex != null) {
12772
+ const refs = getConstant(tViewConsts, localRefsIndex);
12773
+ tNode.localNames = [];
12774
+ for (let i = 0; i < refs.length; i += 2) {
12775
+ // Always -1 since DOM-only instructions can only refer to the native node.
12776
+ tNode.localNames.push(refs[i], -1);
12777
+ }
12778
+ }
12779
+ if (tNode.attrs !== null) {
12780
+ computeStaticStyling(tNode, tNode.attrs, false);
12781
+ }
12782
+ if (tNode.mergedAttrs !== null) {
12783
+ computeStaticStyling(tNode, tNode.mergedAttrs, true);
12784
+ }
12785
+ if (tView.queries !== null) {
12786
+ tView.queries.elementStart(tView, tNode);
12787
+ }
12788
+ return tNode;
12789
+ }
12764
12790
 
12765
12791
  function isListLikeIterable(obj) {
12766
12792
  if (!isJsObject(obj))
@@ -13450,7 +13476,7 @@ class ComponentFactory extends ComponentFactory$1 {
13450
13476
  }
13451
13477
  function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
13452
13478
  const tAttributes = rootSelectorOrNode
13453
- ? ['ng-version', '20.1.0-next.1']
13479
+ ? ['ng-version', '20.1.0-next.3']
13454
13480
  : // Extract attributes and classes from the first selector only to match VE behavior.
13455
13481
  extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
13456
13482
  let creationBindings = null;
@@ -15860,9 +15886,21 @@ function declareDirectiveHostTemplate(declarationLView, declarationTView, index,
15860
15886
  */
15861
15887
  function declareNoDirectiveHostTemplate(declarationLView, declarationTView, index, templateFn, decls, vars, tagName, attrs, flags, localRefsIndex, localRefExtractor) {
15862
15888
  const adjustedIndex = index + HEADER_OFFSET;
15863
- const tNode = declarationTView.firstCreatePass
15864
- ? getOrCreateTNode(declarationTView, adjustedIndex, 4 /* TNodeType.Container */, tagName || null, attrs || null)
15865
- : declarationTView.data[adjustedIndex];
15889
+ let tNode;
15890
+ if (declarationTView.firstCreatePass) {
15891
+ tNode = getOrCreateTNode(declarationTView, adjustedIndex, 4 /* TNodeType.Container */, tagName || null, attrs || null);
15892
+ if (localRefsIndex != null) {
15893
+ const refs = getConstant(declarationTView.consts, localRefsIndex);
15894
+ tNode.localNames = [];
15895
+ for (let i = 0; i < refs.length; i += 2) {
15896
+ // Always -1 since DOM-only instructions can only refer to the native node.
15897
+ tNode.localNames.push(refs[i], -1);
15898
+ }
15899
+ }
15900
+ }
15901
+ else {
15902
+ tNode = declarationTView.data[adjustedIndex];
15903
+ }
15866
15904
  templateCreate(tNode, declarationLView, declarationTView, index, templateFn, decls, vars, flags);
15867
15905
  if (localRefsIndex != null) {
15868
15906
  saveResolvedLocalsInData(declarationLView, tNode, localRefExtractor);
@@ -15895,6 +15933,28 @@ function ɵɵtemplate(index, templateFn, decls, vars, tagName, attrsIndex, local
15895
15933
  declareDirectiveHostTemplate(lView, tView, index, templateFn, decls, vars, tagName, attrs, undefined, localRefsIndex, localRefExtractor);
15896
15934
  return ɵɵtemplate;
15897
15935
  }
15936
+ /**
15937
+ * Creates an LContainer for an ng-template that cannot have directives.
15938
+ *
15939
+ * @param index The index of the container in the data array
15940
+ * @param templateFn Inline template
15941
+ * @param decls The number of nodes, local refs, and pipes for this template
15942
+ * @param vars The number of bindings for this template
15943
+ * @param tagName The name of the container element, if applicable
15944
+ * @param attrsIndex Index of template attributes in the `consts` array.
15945
+ * @param localRefs Index of the local references in the `consts` array.
15946
+ * @param localRefExtractor A function which extracts local-refs values from the template.
15947
+ * Defaults to the current element associated with the local-ref.
15948
+ *
15949
+ * @codeGenApi
15950
+ */
15951
+ function ɵɵdomTemplate(index, templateFn, decls, vars, tagName, attrsIndex, localRefsIndex, localRefExtractor) {
15952
+ const lView = getLView();
15953
+ const tView = getTView();
15954
+ const attrs = getConstant(tView.consts, attrsIndex);
15955
+ declareNoDirectiveHostTemplate(lView, tView, index, templateFn, decls, vars, tagName, attrs, undefined, localRefsIndex, localRefExtractor);
15956
+ return ɵɵdomTemplate;
15957
+ }
15898
15958
  let _locateOrCreateContainerAnchor = createContainerAnchorImpl;
15899
15959
  /**
15900
15960
  * Regular creation mode for LContainers and their anchor (comment) nodes.
@@ -15911,12 +15971,7 @@ function createContainerAnchorImpl(tView, lView, tNode, index) {
15911
15971
  function locateOrCreateContainerAnchorImpl(tView, lView, tNode, index) {
15912
15972
  const isNodeCreationMode = !canHydrateNode(lView, tNode);
15913
15973
  lastNodeWasCreated(isNodeCreationMode);
15914
- // Regular creation mode.
15915
- if (isNodeCreationMode) {
15916
- return createContainerAnchorImpl(tView, lView);
15917
- }
15918
- const hydrationInfo = lView[HYDRATION];
15919
- const ssrId = hydrationInfo.data[TEMPLATES]?.[index] ?? null;
15974
+ const ssrId = lView[HYDRATION]?.data[TEMPLATES]?.[index] ?? null;
15920
15975
  // Apply `ssrId` value to the underlying TView if it was not previously set.
15921
15976
  //
15922
15977
  // There might be situations when the same component is present in a template
@@ -15934,6 +15989,11 @@ function locateOrCreateContainerAnchorImpl(tView, lView, tNode, index) {
15934
15989
  assertEqual(tNode.tView.ssrId, ssrId, 'Unexpected value of the `ssrId` for this TView');
15935
15990
  }
15936
15991
  }
15992
+ // Regular creation mode.
15993
+ if (isNodeCreationMode) {
15994
+ return createContainerAnchorImpl(tView, lView);
15995
+ }
15996
+ const hydrationInfo = lView[HYDRATION];
15937
15997
  // Hydration mode, looking up existing elements in DOM.
15938
15998
  const currentRNode = locateNextRNode(hydrationInfo, tView, lView, tNode);
15939
15999
  ngDevMode && validateNodeExists(currentRNode, lView, tNode);
@@ -16882,7 +16942,9 @@ function afterEveryRender(callbackOrSpec, options) {
16882
16942
  return afterEveryRenderImpl(callbackOrSpec, injector, options, /* once */ false);
16883
16943
  }
16884
16944
  function afterNextRender(callbackOrSpec, options) {
16885
- !options?.injector && assertInInjectionContext(afterNextRender);
16945
+ if (ngDevMode && !options?.injector) {
16946
+ assertInInjectionContext(afterNextRender);
16947
+ }
16886
16948
  const injector = options?.injector ?? inject(Injector);
16887
16949
  if (typeof ngServerMode !== 'undefined' && ngServerMode) {
16888
16950
  return NOOP_AFTER_RENDER_REF;
@@ -18213,8 +18275,13 @@ function getDeferBlocks$1(lView, deferBlocks) {
18213
18275
  continue;
18214
18276
  }
18215
18277
  }
18216
- for (let i = CONTAINER_HEADER_OFFSET; i < lContainer.length; i++) {
18217
- getDeferBlocks$1(lContainer[i], deferBlocks);
18278
+ // The host can be an `LView` if this is the container
18279
+ // for a component that injects `ViewContainerRef`.
18280
+ if (isLView(lContainer[HOST])) {
18281
+ getDeferBlocks$1(lContainer[HOST], deferBlocks);
18282
+ }
18283
+ for (let j = CONTAINER_HEADER_OFFSET; j < lContainer.length; j++) {
18284
+ getDeferBlocks$1(lContainer[j], deferBlocks);
18218
18285
  }
18219
18286
  }
18220
18287
  else if (isLView(lView[i])) {
@@ -22383,6 +22450,67 @@ function ɵɵelement(index, name, attrsIndex, localRefsIndex) {
22383
22450
  ɵɵelementEnd();
22384
22451
  return ɵɵelement;
22385
22452
  }
22453
+ /**
22454
+ * Create DOM element that cannot have any directives.
22455
+ *
22456
+ * @param index Index of the element in the LView array
22457
+ * @param name Name of the DOM Node
22458
+ * @param attrsIndex Index of the element's attributes in the `consts` array.
22459
+ * @param localRefsIndex Index of the element's local references in the `consts` array.
22460
+ * @returns This function returns itself so that it may be chained.
22461
+ *
22462
+ * @codeGenApi
22463
+ */
22464
+ function ɵɵdomElementStart(index, name, attrsIndex, localRefsIndex) {
22465
+ const lView = getLView();
22466
+ ngDevMode && assertTNodeCreationIndex(lView, index);
22467
+ const tView = lView[TVIEW];
22468
+ const adjustedIndex = index + HEADER_OFFSET;
22469
+ const tNode = tView.firstCreatePass
22470
+ ? domOnlyFirstCreatePass(adjustedIndex, tView, 2 /* TNodeType.Element */, name, attrsIndex, localRefsIndex)
22471
+ : tView.data[adjustedIndex];
22472
+ elementLikeStartShared(tNode, lView, index, name, _locateOrCreateElementNode);
22473
+ if (localRefsIndex != null) {
22474
+ saveResolvedLocalsInData(lView, tNode);
22475
+ }
22476
+ if (ngDevMode && lView[TVIEW].firstCreatePass) {
22477
+ validateElementIsKnown(lView, tNode);
22478
+ }
22479
+ return ɵɵdomElementStart;
22480
+ }
22481
+ /**
22482
+ * Mark the end of the directiveless element.
22483
+ * @returns This function returns itself so that it may be chained.
22484
+ *
22485
+ * @codeGenApi
22486
+ */
22487
+ function ɵɵdomElementEnd() {
22488
+ const initialTNode = getCurrentTNode();
22489
+ ngDevMode && assertDefined(initialTNode, 'No parent node to close.');
22490
+ const currentTNode = elementLikeEndShared(initialTNode);
22491
+ ngDevMode && assertTNodeType(currentTNode, 3 /* TNodeType.AnyRNode */);
22492
+ if (isSkipHydrationRootTNode(currentTNode)) {
22493
+ leaveSkipHydrationBlock();
22494
+ }
22495
+ decreaseElementDepthCount();
22496
+ return ɵɵdomElementEnd;
22497
+ }
22498
+ /**
22499
+ * Creates an empty element using {@link domElementStart} and {@link domElementEnd}
22500
+ *
22501
+ * @param index Index of the element in the data array
22502
+ * @param name Name of the DOM Node
22503
+ * @param attrsIndex Index of the element's attributes in the `consts` array.
22504
+ * @param localRefsIndex Index of the element's local references in the `consts` array.
22505
+ * @returns This function returns itself so that it may be chained.
22506
+ *
22507
+ * @codeGenApi
22508
+ */
22509
+ function ɵɵdomElement(index, name, attrsIndex, localRefsIndex) {
22510
+ ɵɵdomElementStart(index, name, attrsIndex, localRefsIndex);
22511
+ ɵɵdomElementEnd();
22512
+ return ɵɵdomElement;
22513
+ }
22386
22514
  let _locateOrCreateElementNode = (tView, lView, tNode, name, index) => {
22387
22515
  lastNodeWasCreated(true);
22388
22516
  return createElementNode(lView[RENDERER], name, getNamespace());
@@ -22506,6 +22634,60 @@ function ɵɵelementContainer(index, attrsIndex, localRefsIndex) {
22506
22634
  ɵɵelementContainerEnd();
22507
22635
  return ɵɵelementContainer;
22508
22636
  }
22637
+ /**
22638
+ * Creates a DOM-only logical container for other nodes (<ng-container>) backed by a comment node
22639
+ * in the DOM. The host node will *not* match any directives.
22640
+ *
22641
+ * @param index Index of the element in the LView array
22642
+ * @param attrsIndex Index of the container attributes in the `consts` array.
22643
+ * @param localRefsIndex Index of the container's local references in the `consts` array.
22644
+ * @returns This function returns itself so that it may be chained.
22645
+ *
22646
+ * @codeGenApi
22647
+ */
22648
+ function ɵɵdomElementContainerStart(index, attrsIndex, localRefsIndex) {
22649
+ const lView = getLView();
22650
+ ngDevMode && assertTNodeCreationIndex(lView, index);
22651
+ const tView = lView[TVIEW];
22652
+ const adjustedIndex = index + HEADER_OFFSET;
22653
+ const tNode = tView.firstCreatePass
22654
+ ? domOnlyFirstCreatePass(adjustedIndex, tView, 8 /* TNodeType.ElementContainer */, 'ng-container', attrsIndex, localRefsIndex)
22655
+ : tView.data[adjustedIndex];
22656
+ elementLikeStartShared(tNode, lView, index, 'ng-container', _locateOrCreateElementContainerNode);
22657
+ if (localRefsIndex != null) {
22658
+ saveResolvedLocalsInData(lView, tNode);
22659
+ }
22660
+ return ɵɵdomElementContainerStart;
22661
+ }
22662
+ /**
22663
+ * Mark the end of a directiveless <ng-container>.
22664
+ * @returns This function returns itself so that it may be chained.
22665
+ *
22666
+ * @codeGenApi
22667
+ */
22668
+ function ɵɵdomElementContainerEnd() {
22669
+ const initialTNode = getCurrentTNode();
22670
+ ngDevMode && assertDefined(initialTNode, 'No parent node to close.');
22671
+ const currentTNode = elementLikeEndShared(initialTNode);
22672
+ ngDevMode && assertTNodeType(currentTNode, 8 /* TNodeType.ElementContainer */);
22673
+ return ɵɵelementContainerEnd;
22674
+ }
22675
+ /**
22676
+ * Creates an empty logical container using {@link domElementContainerStart}
22677
+ * and {@link domElementContainerEnd}
22678
+ *
22679
+ * @param index Index of the element in the LView array
22680
+ * @param attrsIndex Index of the container attributes in the `consts` array.
22681
+ * @param localRefsIndex Index of the container's local references in the `consts` array.
22682
+ * @returns This function returns itself so that it may be chained.
22683
+ *
22684
+ * @codeGenApi
22685
+ */
22686
+ function ɵɵdomElementContainer(index, attrsIndex, localRefsIndex) {
22687
+ ɵɵdomElementContainerStart(index, attrsIndex, localRefsIndex);
22688
+ ɵɵdomElementContainerEnd();
22689
+ return ɵɵdomElementContainer;
22690
+ }
22509
22691
  let _locateOrCreateElementContainerNode = (tView, lView, tNode, commentText, index) => {
22510
22692
  lastNodeWasCreated(true);
22511
22693
  return createCommentNode(lView[RENDERER], ngDevMode ? commentText : '');
@@ -24443,6 +24625,25 @@ function ɵɵsyntheticHostListener(eventName, listenerFn) {
24443
24625
  listenerInternal(tView, lView, renderer, tNode, eventName, listenerFn);
24444
24626
  return ɵɵsyntheticHostListener;
24445
24627
  }
24628
+ /**
24629
+ * Adds a listener for a DOM event on the current node.
24630
+ *
24631
+ * @param eventName Name of the event
24632
+ * @param listenerFn The function to be called when event emits
24633
+ * @param eventTargetResolver Function that returns global target information in case this listener
24634
+ * should be attached to a global object like window, document or body
24635
+ *
24636
+ * @codeGenApi
24637
+ */
24638
+ function ɵɵdomListener(eventName, listenerFn, eventTargetResolver) {
24639
+ const lView = getLView();
24640
+ const tView = getTView();
24641
+ const tNode = getCurrentTNode();
24642
+ if (tNode.type & 3 /* TNodeType.AnyRNode */ || eventTargetResolver) {
24643
+ listenToDomEvent(tNode, tView, lView, eventTargetResolver, lView[RENDERER], eventName, listenerFn, wrapListener(tNode, lView, listenerFn));
24644
+ }
24645
+ return ɵɵdomListener;
24646
+ }
24446
24647
  function listenerInternal(tView, lView, renderer, tNode, eventName, listenerFn, eventTargetResolver) {
24447
24648
  ngDevMode && assertTNodeType(tNode, 3 /* TNodeType.AnyRNode */ | 12 /* TNodeType.AnyContainer */);
24448
24649
  let processOutputs = true;
@@ -28251,6 +28452,14 @@ const angularCoreEnv = (() => ({
28251
28452
  'ɵɵelement': ɵɵelement,
28252
28453
  'ɵɵelementContainerStart': ɵɵelementContainerStart,
28253
28454
  'ɵɵelementContainerEnd': ɵɵelementContainerEnd,
28455
+ 'ɵɵdomElement': ɵɵdomElement,
28456
+ 'ɵɵdomElementStart': ɵɵdomElementStart,
28457
+ 'ɵɵdomElementEnd': ɵɵdomElementEnd,
28458
+ 'ɵɵdomElementContainer': ɵɵdomElementContainer,
28459
+ 'ɵɵdomElementContainerStart': ɵɵdomElementContainerStart,
28460
+ 'ɵɵdomElementContainerEnd': ɵɵdomElementContainerEnd,
28461
+ 'ɵɵdomTemplate': ɵɵdomTemplate,
28462
+ 'ɵɵdomListener': ɵɵdomListener,
28254
28463
  'ɵɵelementContainer': ɵɵelementContainer,
28255
28464
  'ɵɵpureFunction0': ɵɵpureFunction0,
28256
28465
  'ɵɵpureFunction1': ɵɵpureFunction1,
@@ -28943,8 +29152,9 @@ function compileComponent(type, metadata) {
28943
29152
  }
28944
29153
  }
28945
29154
  const templateUrl = metadata.templateUrl || `ng:///${type.name}/template.html`;
29155
+ const baseMeta = directiveMetadata(type, metadata);
28946
29156
  const meta = {
28947
- ...directiveMetadata(type, metadata),
29157
+ ...baseMeta,
28948
29158
  typeSourceSpan: compiler.createParseSourceSpan('Component', type.name, templateUrl),
28949
29159
  template: metadata.template || '',
28950
29160
  preserveWhitespaces,
@@ -28962,6 +29172,10 @@ function compileComponent(type, metadata) {
28962
29172
  encapsulation,
28963
29173
  interpolation: metadata.interpolation,
28964
29174
  viewProviders: metadata.viewProviders || null,
29175
+ // We can't inspect whether any of the dependencies are actually directives, because they
29176
+ // get patched on after compilation. That's why in JIT mode we consider that any
29177
+ // dependency might be a directive dependency.
29178
+ hasDirectiveDependencies: !baseMeta.isStandalone || (metadata.imports != null && metadata.imports.length > 0),
28965
29179
  };
28966
29180
  compilationDepth++;
28967
29181
  try {
@@ -29566,8 +29780,17 @@ function internalProvideZoneChangeDetection({ ngZoneFactory, ignoreChangesOutsid
29566
29780
  const injector = inject(EnvironmentInjector);
29567
29781
  let userErrorHandler;
29568
29782
  return (e) => {
29569
- userErrorHandler ??= injector.get(ErrorHandler);
29570
- zone.runOutsideAngular(() => userErrorHandler.handleError(e));
29783
+ zone.runOutsideAngular(() => {
29784
+ if (injector.destroyed && !userErrorHandler) {
29785
+ setTimeout(() => {
29786
+ throw e;
29787
+ });
29788
+ }
29789
+ else {
29790
+ userErrorHandler ??= injector.get(ErrorHandler);
29791
+ userErrorHandler.handleError(e);
29792
+ }
29793
+ });
29571
29794
  };
29572
29795
  },
29573
29796
  },
@@ -30088,7 +30311,6 @@ const LOCALE_ID = new InjectionToken(ngDevMode ? 'LocaleId' : '', {
30088
30311
  * In standalone apps:
30089
30312
  * ```ts
30090
30313
  * import { LOCALE_ID, ApplicationConfig } from '@angular/core';
30091
- * import { AppModule } from './app/app.module';
30092
30314
  *
30093
30315
  * const appConfig: ApplicationConfig = {
30094
30316
  * providers: [{provide: DEFAULT_CURRENCY_CODE, useValue: 'EUR' }]
@@ -30122,7 +30344,6 @@ const DEFAULT_CURRENCY_CODE = new InjectionToken(ngDevMode ? 'DefaultCurrencyCod
30122
30344
  * In standalone apps:
30123
30345
  * ```ts
30124
30346
  * import { LOCALE_ID, ApplicationConfig } from '@angular/core';
30125
- * import { AppModule } from './app/app.module';
30126
30347
  *
30127
30348
  * const appConfig: ApplicationConfig = {
30128
30349
  * providers: [{provide: TRANSLATIONS, useValue: translations }]
@@ -30157,7 +30378,6 @@ const TRANSLATIONS = new InjectionToken(ngDevMode ? 'Translations' : '');
30157
30378
  * In standalone apps:
30158
30379
  * ```ts
30159
30380
  * import { LOCALE_ID, ApplicationConfig } from '@angular/core';
30160
- * import { AppModule } from './app/app.module';
30161
30381
  *
30162
30382
  * const appConfig: ApplicationConfig = {
30163
30383
  * providers: [{provide: TRANSLATIONS_FORMAT, useValue: 'xlf' }]
@@ -30769,5 +30989,5 @@ function getDebugNode(nativeNode) {
30769
30989
  return null;
30770
30990
  }
30771
30991
 
30772
- 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, HydrationStatus, 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, TimerScheduler, TracingAction, TracingService, TransferState, Type, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, 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, enableProfiling, enableRetrieveDeferBlockDataImpl, enableRetrieveHydrationInfoImpl, enableStashEventListenerImpl, 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, provideNgReflectAttributes, provideZoneChangeDetection, provideZonelessChangeDetection, 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, 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, ɵɵclassMap, ɵɵ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, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵ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, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
30773
- //# sourceMappingURL=debug_node-CGQXW8qF.mjs.map
30992
+ 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, HydrationStatus, 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, TimerScheduler, TracingAction, TracingService, TransferState, Type, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, 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, enableProfiling, enableRetrieveDeferBlockDataImpl, enableRetrieveHydrationInfoImpl, enableStashEventListenerImpl, 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, provideNgReflectAttributes, provideZoneChangeDetection, provideZonelessChangeDetection, 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, 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, ɵɵclassMap, ɵɵ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, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵ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, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
30993
+ //# sourceMappingURL=debug_node.mjs.map