@angular/core 20.0.0-next.9 → 20.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/{api.d-B58KU5QT.d.ts → api.d-BcbEQ58q.d.ts} +4 -4
  2. package/{chrome_dev_tools_performance.d-qv7drdAl.d.ts → chrome_dev_tools_performance.d-CARNn07P.d.ts} +11 -29
  3. package/{discovery.d-BCmtv8-u.d.ts → discovery.d-MmZhhuxb.d.ts} +13 -2
  4. package/{event_dispatcher.d-DlbccpYq.d.ts → event_dispatcher.d-BReQpZfC.d.ts} +27 -1
  5. package/fesm2022/attribute-BWp59EjE.mjs +1 -1
  6. package/fesm2022/core.mjs +37 -23
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/{debug_node-sP8Ihhla.mjs → debug_node-BTSSF0Vj.mjs} +95 -66
  9. package/fesm2022/debug_node-BTSSF0Vj.mjs.map +1 -0
  10. package/fesm2022/primitives/di.mjs +1 -1
  11. package/fesm2022/primitives/event-dispatch.mjs +3 -2
  12. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  13. package/fesm2022/primitives/signals.mjs +7 -5
  14. package/fesm2022/primitives/signals.mjs.map +1 -1
  15. package/fesm2022/{resource-aJC_NNLX.mjs → resource-DdxAP6ca.mjs} +7 -5
  16. package/fesm2022/resource-DdxAP6ca.mjs.map +1 -0
  17. package/fesm2022/{root_effect_scheduler-C95A9imp.mjs → root_effect_scheduler-CX0Q-uCT.mjs} +17 -10
  18. package/fesm2022/root_effect_scheduler-CX0Q-uCT.mjs.map +1 -0
  19. package/fesm2022/rxjs-interop.mjs +10 -10
  20. package/fesm2022/rxjs-interop.mjs.map +1 -1
  21. package/fesm2022/{signal-CVVPheSN.mjs → signal-ePSl6jXn.mjs} +3 -3
  22. package/fesm2022/signal-ePSl6jXn.mjs.map +1 -0
  23. package/fesm2022/testing.mjs +75 -93
  24. package/fesm2022/testing.mjs.map +1 -1
  25. package/fesm2022/{untracked-BLZYODu2.mjs → untracked-2ouAFbCz.mjs} +4 -4
  26. package/fesm2022/untracked-2ouAFbCz.mjs.map +1 -0
  27. package/fesm2022/weak_ref-BaIq-pgY.mjs +1 -1
  28. package/fesm2022/weak_ref-BaIq-pgY.mjs.map +1 -1
  29. package/graph.d-BcIOep_B.d.ts +1 -1
  30. package/index.d.ts +29 -43
  31. package/package.json +3 -3
  32. package/primitives/di/index.d.ts +1 -1
  33. package/primitives/event-dispatch/index.d.ts +3 -3
  34. package/primitives/signals/index.d.ts +1 -1
  35. package/rxjs-interop/index.d.ts +11 -11
  36. package/schematics/bundles/{apply_import_manager-CxaTw_Wy.js → apply_import_manager-BdH8vaIZ.js} +3 -3
  37. package/schematics/bundles/{change_tracker-CkPYZ_km.js → change_tracker-C_neAOvN.js} +3 -3
  38. package/schematics/bundles/{checker-Crz1jSZM.js → checker-DqG0JVTu.js} +3 -3
  39. package/schematics/bundles/cleanup-unused-imports.js +11 -14
  40. package/schematics/bundles/{compiler-B4MK7BP9.js → compiler-CWuG67kz.js} +61 -22
  41. package/schematics/bundles/compiler_host-CAfDJO3W.js +1 -1
  42. package/schematics/bundles/control-flow-migration.js +2 -2
  43. package/schematics/bundles/document-core.js +7 -7
  44. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  45. package/schematics/bundles/{index-Bk_3geTg.js → index-CGYcUmPq.js} +34 -16
  46. package/schematics/bundles/{index-BbZ6cSR1.js → index-DWcLBEg_.js} +5 -5
  47. package/schematics/bundles/inject-flags.js +7 -7
  48. package/schematics/bundles/inject-migration.js +4 -4
  49. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  50. package/schematics/bundles/{migrate_ts_type_references-D6T3FlkH.js → migrate_ts_type_references-DAudyiEk.js} +6 -6
  51. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  52. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  53. package/schematics/bundles/output-migration.js +13 -16
  54. package/schematics/bundles/{project_paths-CQ4-VKlW.js → project_paths-B3YG5aUz.js} +4 -4
  55. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  56. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  57. package/schematics/bundles/route-lazy-loading.js +4 -4
  58. package/schematics/bundles/self-closing-tags-migration.js +10 -13
  59. package/schematics/bundles/signal-input-migration.js +16 -19
  60. package/schematics/bundles/signal-queries-migration.js +16 -19
  61. package/schematics/bundles/signals.js +8 -8
  62. package/schematics/bundles/standalone-migration.js +5 -5
  63. package/schematics/bundles/symbol-VPWguRxr.js +1 -1
  64. package/schematics/bundles/test-bed-get.js +6 -6
  65. package/signal.d-D6VJ67xi.d.ts +1 -1
  66. package/testing/index.d.ts +10 -19
  67. package/weak_ref.d-eGOEP9S1.d.ts +1 -1
  68. package/fesm2022/debug_node-sP8Ihhla.mjs.map +0 -1
  69. package/fesm2022/resource-aJC_NNLX.mjs.map +0 -1
  70. package/fesm2022/root_effect_scheduler-C95A9imp.mjs.map +0 -1
  71. package/fesm2022/signal-CVVPheSN.mjs.map +0 -1
  72. package/fesm2022/untracked-BLZYODu2.mjs.map +0 -1
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.9
2
+ * @license Angular v20.0.0-rc.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { attachInjectFlag, _global, resolveForwardRef, ɵɵinvalidFactoryDep as __invalidFactoryDep, ɵɵinject as __inject, ɵɵdefineInjector as __defineInjector, ɵɵdefineInjectable as __defineInjectable, newArray, assertString, EMPTY_OBJ, assertFirstCreatePass, assertDefined, assertNotEqual, FLAGS, assertEqual, isInCheckNoChangesMode, PREORDER_HOOK_FLAGS, throwError, assertNumber, assertGreaterThan, HEADER_OFFSET, DECLARATION_VIEW, throwCyclicDependencyError, stringifyForError, setInjectorProfilerContext, setInjectImplementation, enterDI, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, assertDirectiveDef, leaveDI, isRootView, assertTNodeForLView, runInInjectorProfilerContext, getCurrentTNode, getLView, throwProviderNotFoundError, assertNodeInjector, injectRootLimpMode, assertIndexInRange, TVIEW, EMBEDDED_VIEW_INJECTOR, T_HOST, NG_ELEMENT_ID, INJECTOR$1 as INJECTOR, isComponentDef, isComponentHost, convertToBitFlags, NG_FACTORY_DEF, isForwardRef, getFactoryDef, DECLARATION_COMPONENT_VIEW, RuntimeError, NG_PROV_DEF, getClosureSafeProperty, getNativeByTNode, flatten, arrayEquals, ID, isLView, assertDomNode, getComponentLViewByIndex, CONTEXT, EMPTY_ARRAY, unwrapRNode, assertLView, HOST, getLViewParent, CHILD_HEAD, NEXT, isLContainer, Injector, CLEANUP, getComponentDef, getDirectiveDef, InjectionToken, inject, isInInjectionContext, DestroyRef, PendingTasksInternal, noop, ChangeDetectionScheduler, ErrorHandler, AFTER_RENDER_SEQUENCES_TO_ADD, markAncestorsForTraversal, assertNotInReactiveContext, assertInInjectionContext, ViewContext, assertIndexInDeclRange, getTNode, isDestroyed, removeLViewOnDestroy, storeLViewOnDestroy, walkUpViews, assertLContainer, CONTAINER_HEADER_OFFSET, getNativeByIndex, assertElement, isContentQueryHost, setCurrentQueryIndex, XSS_SECURITY_URL, renderStringify, ENVIRONMENT, makeEnvironmentProviders, 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, getNgModuleDefOrThrow, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, isDirectiveHost, assertNotDefined, getSelectedTNode, nextBindingIndex, debugStringifyTypeForError, assertComponentType, EnvironmentInjector, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, wasLastNodeCreated, getBindingsEnabled, lastNodeWasCreated, arrayInsert2, arraySplice, setInjectorProfiler, NullInjector, ENVIRONMENT_INITIALIZER, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isTypeProvider, isSignal, runInInjectionContext, ZONELESS_ENABLED, EffectScheduler, incrementBindingIndex, getBindingIndex, keyValueArrayIndexOf, keyValueArrayGet, getCurrentDirectiveDef, keyValueArraySet, assertHasParent, getElementDepthCount, getNamespace, enterSkipHydrationBlock, increaseElementDepthCount, setCurrentTNodeAsNotParent, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, assertIndexInExpandoRange, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, isWritableSignal, providerToFactory, emitProviderConfiguredEvent, isClassProvider, getBindingRoot, NG_COMP_DEF, forwardRef, ɵɵrestoreView as __restoreView, ɵɵdisableBindings as __disableBindings, ɵɵenableBindings as __enableBindings, ɵɵnamespaceSVG as __namespaceSVG, ɵɵnamespaceMathML as __namespaceMathML, ɵɵnamespaceHTML as __namespaceHTML, ɵɵresetView as __resetView, NG_MOD_DEF, NG_INJ_DEF, NG_DIR_DEF, NG_PIPE_DEF, ZONELESS_SCHEDULER_DISABLED, SCHEDULE_IN_ROOT_ZONE, PROVIDED_ZONELESS, getNativeByTNodeOrNull } from './root_effect_scheduler-C95A9imp.mjs';
8
- import { setActiveConsumer, SIGNAL, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, getActiveConsumer, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError } from './signal-CVVPheSN.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, makeEnvironmentProviders, 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, getNgModuleDefOrThrow, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, isDirectiveHost, assertNotDefined, getSelectedTNode, nextBindingIndex, debugStringifyTypeForError, getDirectiveDefOrThrow, assertComponentType, EnvironmentInjector, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, wasLastNodeCreated, getBindingsEnabled, lastNodeWasCreated, arrayInsert2, arraySplice, setInjectorProfiler, NullInjector, ENVIRONMENT_INITIALIZER, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isTypeProvider, isSignal, runInInjectionContext, ZONELESS_ENABLED, EffectScheduler, PendingTasks, incrementBindingIndex, getBindingIndex, keyValueArrayIndexOf, keyValueArrayGet, getCurrentDirectiveDef, keyValueArraySet, assertHasParent, getElementDepthCount, getNamespace, enterSkipHydrationBlock, increaseElementDepthCount, setCurrentTNodeAsNotParent, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, assertIndexInExpandoRange, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, isWritableSignal, providerToFactory, emitProviderConfiguredEvent, isClassProvider, getBindingRoot, NG_COMP_DEF, forwardRef, ɵɵrestoreView as __restoreView, ɵɵdisableBindings as __disableBindings, ɵɵenableBindings as __enableBindings, ɵɵnamespaceSVG as __namespaceSVG, ɵɵnamespaceMathML as __namespaceMathML, ɵɵnamespaceHTML as __namespaceHTML, ɵɵresetView as __resetView, NG_MOD_DEF, NG_INJ_DEF, NG_DIR_DEF, NG_PIPE_DEF, ZONELESS_SCHEDULER_DISABLED, SCHEDULE_IN_ROOT_ZONE, PROVIDED_ZONELESS, getNativeByTNodeOrNull } from './root_effect_scheduler-CX0Q-uCT.mjs';
8
+ import { setActiveConsumer, SIGNAL, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, getActiveConsumer, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError } from './signal-ePSl6jXn.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';
@@ -5276,6 +5276,56 @@ function invokeListeners(event, currentTarget) {
5276
5276
  handler(event);
5277
5277
  }
5278
5278
  }
5279
+ const stashEventListeners = new Map();
5280
+ /**
5281
+ * Registers a stashing function for a specific application ID.
5282
+ *
5283
+ * @param appId The unique identifier for the application instance.
5284
+ * @param fn The stashing function to associate with this app ID.
5285
+ * @returns A cleanup function that removes the stashing function when called.
5286
+ */
5287
+ function setStashFn(appId, fn) {
5288
+ stashEventListeners.set(appId, fn);
5289
+ return () => stashEventListeners.delete(appId);
5290
+ }
5291
+ /**
5292
+ * Indicates whether the stashing code was added, prevents adding it multiple times.
5293
+ */
5294
+ let isStashEventListenerImplEnabled = false;
5295
+ let _stashEventListenerImpl = (lView, target, eventName, wrappedListener) => { };
5296
+ /**
5297
+ * Optionally stashes an event listener for later replay during hydration.
5298
+ *
5299
+ * This function delegates to an internal `_stashEventListenerImpl`, which may
5300
+ * be a no-op unless the event replay feature is enabled. When active, this
5301
+ * allows capturing event listener metadata before hydration completes, so that
5302
+ * user interactions during SSR can be replayed.
5303
+ *
5304
+ * @param lView The logical view (LView) where the listener is being registered.
5305
+ * @param target The DOM element or event target the listener is attached to.
5306
+ * @param eventName The name of the event being listened for (e.g., 'click').
5307
+ * @param wrappedListener The event handler that was registered.
5308
+ */
5309
+ function stashEventListenerImpl(lView, target, eventName, wrappedListener) {
5310
+ _stashEventListenerImpl(lView, target, eventName, wrappedListener);
5311
+ }
5312
+ /**
5313
+ * Enables the event listener stashing logic in a tree-shakable way.
5314
+ *
5315
+ * This function lazily sets the implementation of `_stashEventListenerImpl`
5316
+ * so that it becomes active only when `withEventReplay` is invoked. This ensures
5317
+ * that the stashing logic is excluded from production builds unless needed.
5318
+ */
5319
+ function enableStashEventListenerImpl() {
5320
+ if (!isStashEventListenerImplEnabled) {
5321
+ _stashEventListenerImpl = (lView, target, eventName, wrappedListener) => {
5322
+ const appId = lView[INJECTOR].get(APP_ID);
5323
+ const stashEventListener = stashEventListeners.get(appId);
5324
+ stashEventListener?.(target, eventName, wrappedListener);
5325
+ };
5326
+ isStashEventListenerImplEnabled = true;
5327
+ }
5328
+ }
5279
5329
 
5280
5330
  /**
5281
5331
  * An internal injection token to reference `DehydratedBlockRegistry` implementation
@@ -13067,14 +13117,6 @@ function verifyStandaloneImport(depType, importingType) {
13067
13117
  }
13068
13118
  }
13069
13119
 
13070
- /**
13071
- * Indicates whether to use the runtime dependency tracker for scope calculation in JIT compilation.
13072
- * The value "false" means the old code path based on patching scope info into the types will be
13073
- * used.
13074
- *
13075
- * @deprecated For migration purposes only, to be removed soon.
13076
- */
13077
- const USE_RUNTIME_DEPS_TRACKER_FOR_JIT = true;
13078
13120
  /**
13079
13121
  * An implementation of DepsTrackerApi which will be used for JIT and local compilation.
13080
13122
  */
@@ -13982,13 +14024,6 @@ function bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4) {
13982
14024
  return bindingUpdated2(lView, bindingIndex + 2, exp3, exp4) || different;
13983
14025
  }
13984
14026
 
13985
- const stashEventListeners = new Map();
13986
- function setStashFn(appId, fn) {
13987
- stashEventListeners.set(appId, fn);
13988
- }
13989
- function clearStashFn(appId) {
13990
- stashEventListeners.delete(appId);
13991
- }
13992
14027
  /**
13993
14028
  * Wraps an event listener with a function that marks ancestors dirty and prevents default behavior,
13994
14029
  * if applicable.
@@ -14091,9 +14126,7 @@ function listenToDomEvent(tNode, tView, lView, eventTargetResolver, renderer, ev
14091
14126
  else {
14092
14127
  const native = getNativeByTNode(tNode, lView);
14093
14128
  const target = eventTargetResolver ? eventTargetResolver(native) : native;
14094
- const appId = lView[INJECTOR].get(APP_ID);
14095
- const stashEventListener = stashEventListeners.get(appId);
14096
- stashEventListener?.(target, eventName, wrappedListener);
14129
+ stashEventListenerImpl(lView, target, eventName, wrappedListener);
14097
14130
  const cleanupFn = renderer.listen(target, eventName, wrappedListener);
14098
14131
  const idxOrTargetGetter = eventTargetResolver
14099
14132
  ? (_lView) => eventTargetResolver(unwrapRNode(_lView[tNode.index]))
@@ -14551,7 +14584,7 @@ class ComponentFactory extends ComponentFactory$1 {
14551
14584
  }
14552
14585
  function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
14553
14586
  const tAttributes = rootSelectorOrNode
14554
- ? ['ng-version', '20.0.0-next.9']
14587
+ ? ['ng-version', '20.0.0-rc.1']
14555
14588
  : // Extract attributes and classes from the first selector only to match VE behavior.
14556
14589
  extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
14557
14590
  let creationBindings = null;
@@ -14574,7 +14607,6 @@ function createRootTView(rootSelectorOrNode, componentDef, componentBindings, di
14574
14607
  for (let i = 0; i < directives.length; i++) {
14575
14608
  const directive = directives[i];
14576
14609
  if (typeof directive !== 'function') {
14577
- getDirectiveDef(directive.type, true);
14578
14610
  for (const binding of directive.bindings) {
14579
14611
  varsToAllocate += binding[BINDING].requiredVars;
14580
14612
  const targetDirectiveIdx = i + 1;
@@ -14594,7 +14626,9 @@ function createRootTView(rootSelectorOrNode, componentDef, componentBindings, di
14594
14626
  if (directives) {
14595
14627
  for (const directive of directives) {
14596
14628
  const directiveType = typeof directive === 'function' ? directive : directive.type;
14597
- const directiveDef = getDirectiveDef(directiveType, true);
14629
+ const directiveDef = ngDevMode
14630
+ ? getDirectiveDefOrThrow(directiveType)
14631
+ : getDirectiveDef(directiveType);
14598
14632
  if (ngDevMode && !directiveDef.standalone) {
14599
14633
  throw new RuntimeError(907 /* RuntimeErrorCode.TYPE_IS_NOT_STANDALONE */, `The ${stringifyForError(directiveType)} directive must be standalone in ` +
14600
14634
  `order to be applied to a dynamically-created component.`);
@@ -18964,6 +18998,7 @@ function enableProfiling() {
18964
18998
  };
18965
18999
  }
18966
19000
 
19001
+ /// <reference path="../../../../goog.d.ts" />
18967
19002
  /**
18968
19003
  * This file introduces series of globally accessible debug tools
18969
19004
  * to allow for the Angular debugging story to function.
@@ -20260,8 +20295,7 @@ function triggerResourceLoading(tDetails, lView, tNode) {
20260
20295
  }
20261
20296
  }
20262
20297
  // Indicate that an application is not stable and has a pending task.
20263
- const pendingTasks = injector.get(PendingTasksInternal);
20264
- const taskId = pendingTasks.add();
20298
+ const removeTask = injector.get(PendingTasks).add();
20265
20299
  // The `dependenciesFn` might be `null` when all dependencies within
20266
20300
  // a given defer block were eagerly referenced elsewhere in a file,
20267
20301
  // thus no dynamic `import()`s were produced.
@@ -20269,7 +20303,7 @@ function triggerResourceLoading(tDetails, lView, tNode) {
20269
20303
  tDetails.loadingPromise = Promise.resolve().then(() => {
20270
20304
  tDetails.loadingPromise = null;
20271
20305
  tDetails.loadingState = DeferDependenciesLoadingState.COMPLETE;
20272
- pendingTasks.remove(taskId);
20306
+ removeTask();
20273
20307
  });
20274
20308
  return tDetails.loadingPromise;
20275
20309
  }
@@ -20297,10 +20331,6 @@ function triggerResourceLoading(tDetails, lView, tNode) {
20297
20331
  break;
20298
20332
  }
20299
20333
  }
20300
- // Loading is completed, we no longer need the loading Promise
20301
- // and a pending task should also be removed.
20302
- tDetails.loadingPromise = null;
20303
- pendingTasks.remove(taskId);
20304
20334
  if (failed) {
20305
20335
  tDetails.loadingState = DeferDependenciesLoadingState.FAILED;
20306
20336
  if (tDetails.errorTmplIndex === null) {
@@ -20329,7 +20359,12 @@ function triggerResourceLoading(tDetails, lView, tNode) {
20329
20359
  }
20330
20360
  }
20331
20361
  });
20332
- return tDetails.loadingPromise;
20362
+ return tDetails.loadingPromise.finally(() => {
20363
+ // Loading is completed, we no longer need the loading Promise
20364
+ // and a pending task should also be removed.
20365
+ tDetails.loadingPromise = null;
20366
+ removeTask();
20367
+ });
20333
20368
  }
20334
20369
  /**
20335
20370
  * Defines whether we should proceed with triggering a given defer block.
@@ -30320,14 +30355,12 @@ function patchComponentDefWithScope(componentDef, transitiveScopes) {
30320
30355
  */
30321
30356
  function transitiveScopesFor(type) {
30322
30357
  if (isNgModule(type)) {
30323
- {
30324
- const scope = depsTracker.getNgModuleScope(type);
30325
- const def = getNgModuleDefOrThrow(type);
30326
- return {
30327
- schemas: def.schemas || null,
30328
- ...scope,
30329
- };
30330
- }
30358
+ const scope = depsTracker.getNgModuleScope(type);
30359
+ const def = getNgModuleDefOrThrow(type);
30360
+ return {
30361
+ schemas: def.schemas || null,
30362
+ ...scope,
30363
+ };
30331
30364
  }
30332
30365
  else if (isStandalone(type)) {
30333
30366
  const directiveDef = getComponentDef(type) || getDirectiveDef(type);
@@ -30535,34 +30568,30 @@ function compileComponent(type, metadata) {
30535
30568
  */
30536
30569
  function getStandaloneDefFunctions(type, imports) {
30537
30570
  const directiveDefs = () => {
30538
- {
30539
- if (ngDevMode) {
30540
- for (const rawDep of imports) {
30541
- verifyStandaloneImport(rawDep, type);
30542
- }
30543
- }
30544
- if (!isComponent(type)) {
30545
- return [];
30571
+ if (ngDevMode) {
30572
+ for (const rawDep of imports) {
30573
+ verifyStandaloneImport(rawDep, type);
30546
30574
  }
30547
- const scope = depsTracker.getStandaloneComponentScope(type, imports);
30548
- return [...scope.compilation.directives]
30549
- .map((p) => (getComponentDef(p) || getDirectiveDef(p)))
30550
- .filter((d) => d !== null);
30551
30575
  }
30576
+ if (!isComponent(type)) {
30577
+ return [];
30578
+ }
30579
+ const scope = depsTracker.getStandaloneComponentScope(type, imports);
30580
+ return [...scope.compilation.directives]
30581
+ .map((p) => (getComponentDef(p) || getDirectiveDef(p)))
30582
+ .filter((d) => d !== null);
30552
30583
  };
30553
30584
  const pipeDefs = () => {
30554
- {
30555
- if (ngDevMode) {
30556
- for (const rawDep of imports) {
30557
- verifyStandaloneImport(rawDep, type);
30558
- }
30559
- }
30560
- if (!isComponent(type)) {
30561
- return [];
30585
+ if (ngDevMode) {
30586
+ for (const rawDep of imports) {
30587
+ verifyStandaloneImport(rawDep, type);
30562
30588
  }
30563
- const scope = depsTracker.getStandaloneComponentScope(type, imports);
30564
- return [...scope.compilation.pipes].map((p) => getPipeDef$1(p)).filter((d) => d !== null);
30565
30589
  }
30590
+ if (!isComponent(type)) {
30591
+ return [];
30592
+ }
30593
+ const scope = depsTracker.getStandaloneComponentScope(type, imports);
30594
+ return [...scope.compilation.pipes].map((p) => getPipeDef$1(p)).filter((d) => d !== null);
30566
30595
  };
30567
30596
  return {
30568
30597
  directiveDefs,
@@ -31484,8 +31513,7 @@ class ChangeDetectionSchedulerImpl {
31484
31513
  * in patch versions. There are known feature gaps and API ergonomic considerations. We will iterate
31485
31514
  * on the exact API based on the feedback and our understanding of the problem and solution space.
31486
31515
  *
31487
- * @publicApi
31488
- * @developerPreview
31516
+ * @developerPreview 20.0
31489
31517
  * @see {@link /api/platform-browser/bootstrapApplication bootstrapApplication}
31490
31518
  */
31491
31519
  function provideZonelessChangeDetection() {
@@ -31507,6 +31535,7 @@ function provideZonelessChangeDetection() {
31507
31535
  ]);
31508
31536
  }
31509
31537
 
31538
+ /// <reference path="../../../goog.d.ts" />
31510
31539
  /**
31511
31540
  * Work out the locale from the potential global properties.
31512
31541
  *
@@ -32278,5 +32307,5 @@ function getDebugNode(nativeNode) {
32278
32307
  return null;
32279
32308
  }
32280
32309
 
32281
- export { AFTER_RENDER_PHASES, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderSequence, ApplicationInitStatus, ApplicationRef, Attribute, COMPILER_OPTIONS, CONTAINERS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionSchedulerImpl, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactory$1, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ComponentRef as ComponentRef$1, Console, DEFAULT_CURRENCY_CODE, DEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEFER_BLOCK_ID, DEFER_BLOCK_SSR_ID_ATTRIBUTE, DEFER_BLOCK_STATE$1 as DEFER_BLOCK_STATE, DEFER_BLOCK_STATE as DEFER_BLOCK_STATE$1, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, DEHYDRATED_BLOCK_REGISTRY, DISCONNECTED_NODES, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, DehydratedBlockRegistry, Directive, ELEMENT_CONTAINERS, EVENT_REPLAY_ENABLED_DEFAULT, ElementRef, EnvironmentNgModuleRefAdapter, EventEmitter, Framework, Host, HostBinding, HostListener, I18N_DATA, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, IS_EVENT_REPLAY_ENABLED, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, Inject, Injectable, Input, JSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT, LContext, LOCALE_ID, LocaleDataIndex, MULTIPLIER, MissingTranslationStrategy, ModuleWithComponentFactories, NGH_ATTR_NAME, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, NODES, NOOP_AFTER_RENDER_REF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE, NO_ERRORS_SCHEMA, NUM_ROOT_NODES, NgModule, NgModuleFactory, NgModuleFactory$1, NgModuleRef, NgModuleRef$1, NgProbeToken, NgZone, NoopNgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PRESERVE_HOST_CONTENT, PROVIDED_NG_ZONE, Pipe, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TracingAction, TracingService, TransferState, Type, USE_RUNTIME_DEPS_TRACKER_FOR_JIT, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, allowSanitizationBypassAndThrow, angularCoreEnv, appendDeferBlocksToJSActionMap, asNativeElements, assertComponentDef, assertStandaloneComponentType, bypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript, bypassSanitizationTrustStyle, bypassSanitizationTrustUrl, calcPathForNode, checkNoChangesInternal, cleanupDehydratedViews, clearResolutionOfComponentResourcesQueue, clearStashFn, 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, 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, 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 };
32282
- //# sourceMappingURL=debug_node-sP8Ihhla.mjs.map
32310
+ export { AFTER_RENDER_PHASES, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderSequence, ApplicationInitStatus, ApplicationRef, Attribute, COMPILER_OPTIONS, CONTAINERS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionSchedulerImpl, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactory$1, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ComponentRef as ComponentRef$1, Console, DEFAULT_CURRENCY_CODE, DEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEFER_BLOCK_ID, DEFER_BLOCK_SSR_ID_ATTRIBUTE, DEFER_BLOCK_STATE$1 as DEFER_BLOCK_STATE, DEFER_BLOCK_STATE as DEFER_BLOCK_STATE$1, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, DEHYDRATED_BLOCK_REGISTRY, DISCONNECTED_NODES, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, DehydratedBlockRegistry, Directive, ELEMENT_CONTAINERS, EVENT_REPLAY_ENABLED_DEFAULT, ElementRef, EnvironmentNgModuleRefAdapter, EventEmitter, Framework, Host, HostBinding, HostListener, I18N_DATA, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, IS_EVENT_REPLAY_ENABLED, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, Inject, Injectable, Input, JSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT, LContext, LOCALE_ID, LocaleDataIndex, MULTIPLIER, MissingTranslationStrategy, ModuleWithComponentFactories, NGH_ATTR_NAME, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, NODES, NOOP_AFTER_RENDER_REF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE, NO_ERRORS_SCHEMA, NUM_ROOT_NODES, NgModule, NgModuleFactory, NgModuleFactory$1, NgModuleRef, NgModuleRef$1, NgProbeToken, NgZone, NoopNgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PRESERVE_HOST_CONTENT, PROVIDED_NG_ZONE, Pipe, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TracingAction, TracingService, TransferState, Type, 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, 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, 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 };
32311
+ //# sourceMappingURL=debug_node-BTSSF0Vj.mjs.map