@angular/core 20.0.0-next.8 → 20.0.0-rc.0

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 (70) hide show
  1. package/{api.d-KjtSQajV.d.ts → api.d-CRxC7NlU.d.ts} +28 -43
  2. package/{chrome_dev_tools_performance.d-qv7drdAl.d.ts → chrome_dev_tools_performance.d-B0FzTuRf.d.ts} +7 -1
  3. package/{discovery.d-vJaEafe4.d.ts → discovery.d-CBxzK1ay.d.ts} +30 -6
  4. package/event_dispatcher.d-DlbccpYq.d.ts +1 -1
  5. package/fesm2022/attribute-BWp59EjE.mjs +1 -1
  6. package/fesm2022/core.mjs +80 -166
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/{debug_node-DEfPCixm.mjs → debug_node-3mmnD06K.mjs} +138 -54
  9. package/fesm2022/debug_node-3mmnD06K.mjs.map +1 -0
  10. package/fesm2022/primitives/di.mjs +1 -1
  11. package/fesm2022/primitives/event-dispatch.mjs +2 -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-DhKtse7l.mjs → resource-nrAenwIA.mjs} +31 -76
  16. package/fesm2022/resource-nrAenwIA.mjs.map +1 -0
  17. package/fesm2022/{root_effect_scheduler-BZMWiScf.mjs → root_effect_scheduler-B_EWGyLU.mjs} +20 -12
  18. package/fesm2022/root_effect_scheduler-B_EWGyLU.mjs.map +1 -0
  19. package/fesm2022/rxjs-interop.mjs +16 -11
  20. package/fesm2022/rxjs-interop.mjs.map +1 -1
  21. package/fesm2022/{signal-B6pMq7KS.mjs → signal-ePSl6jXn.mjs} +14 -4
  22. package/fesm2022/{signal-B6pMq7KS.mjs.map → signal-ePSl6jXn.mjs.map} +1 -1
  23. package/fesm2022/testing.mjs +61 -63
  24. package/fesm2022/testing.mjs.map +1 -1
  25. package/fesm2022/{untracked-Bz5WMeU1.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/graph.d-BcIOep_B.d.ts +1 -1
  29. package/index.d.ts +154 -136
  30. package/package.json +3 -3
  31. package/primitives/di/index.d.ts +1 -1
  32. package/primitives/event-dispatch/index.d.ts +1 -1
  33. package/primitives/signals/index.d.ts +3 -3
  34. package/rxjs-interop/index.d.ts +11 -11
  35. package/schematics/bundles/{apply_import_manager-CaG-_cEq.js → apply_import_manager-Coc7Hewu.js} +3 -3
  36. package/schematics/bundles/{change_tracker-ISzWfEHN.js → change_tracker-CDJPOAni.js} +3 -3
  37. package/schematics/bundles/{checker-DV96LHWz.js → checker-BAl7CJ0l.js} +386 -122
  38. package/schematics/bundles/cleanup-unused-imports.js +6 -6
  39. package/schematics/bundles/{compiler-BEZ6sUQS.js → compiler-BSv6JWRF.js} +58 -65
  40. package/schematics/bundles/compiler_host-CAfDJO3W.js +1 -1
  41. package/schematics/bundles/control-flow-migration.js +2 -2
  42. package/schematics/bundles/document-core.js +6 -6
  43. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  44. package/schematics/bundles/{index-6wv04ZFQ.js → index-CnKffIJ6.js} +6 -5
  45. package/schematics/bundles/{index-B1R5GL-k.js → index-CxuDmkeg.js} +421 -317
  46. package/schematics/bundles/inject-flags.js +6 -6
  47. package/schematics/bundles/inject-migration.js +4 -4
  48. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  49. package/schematics/bundles/{migrate_ts_type_references-Dh9TZgTr.js → migrate_ts_type_references-DE1AlxIs.js} +6 -6
  50. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  51. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  52. package/schematics/bundles/output-migration.js +7 -7
  53. package/schematics/bundles/{project_paths-B-Nevd-p.js → project_paths-Bl-H7Vlb.js} +4 -4
  54. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  55. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  56. package/schematics/bundles/route-lazy-loading.js +4 -4
  57. package/schematics/bundles/self-closing-tags-migration.js +5 -5
  58. package/schematics/bundles/signal-input-migration.js +8 -8
  59. package/schematics/bundles/signal-queries-migration.js +8 -8
  60. package/schematics/bundles/signals.js +8 -8
  61. package/schematics/bundles/standalone-migration.js +5 -5
  62. package/schematics/bundles/symbol-VPWguRxr.js +1 -1
  63. package/schematics/bundles/test-bed-get.js +5 -5
  64. package/{signal.d-E0e5nW1p.d.ts → signal.d-D6VJ67xi.d.ts} +8 -2
  65. package/testing/index.d.ts +12 -24
  66. package/weak_ref.d-eGOEP9S1.d.ts +1 -1
  67. package/fesm2022/debug_node-DEfPCixm.mjs.map +0 -1
  68. package/fesm2022/resource-DhKtse7l.mjs.map +0 -1
  69. package/fesm2022/root_effect_scheduler-BZMWiScf.mjs.map +0 -1
  70. package/fesm2022/untracked-Bz5WMeU1.mjs.map +0 -1
@@ -1,11 +1,11 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.8
2
+ * @license Angular v20.0.0-rc.0
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { attachInjectFlag, _global, resolveForwardRef, ɵɵinvalidFactoryDep as __invalidFactoryDep, ɵɵinject as __inject, ɵɵdefineInjector as __defineInjector, ɵɵdefineInjectable as __defineInjectable, newArray, assertString, EMPTY_OBJ, assertFirstCreatePass, assertDefined, assertNotEqual, FLAGS, assertEqual, isInCheckNoChangesMode, PREORDER_HOOK_FLAGS, throwError, assertNumber, assertGreaterThan, HEADER_OFFSET, DECLARATION_VIEW, throwCyclicDependencyError, stringifyForError, setInjectorProfilerContext, setInjectImplementation, enterDI, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, assertDirectiveDef, leaveDI, isRootView, assertTNodeForLView, runInInjectorProfilerContext, getCurrentTNode, getLView, throwProviderNotFoundError, assertNodeInjector, injectRootLimpMode, assertIndexInRange, TVIEW, EMBEDDED_VIEW_INJECTOR, T_HOST, NG_ELEMENT_ID, INJECTOR$1 as INJECTOR, isComponentDef, isComponentHost, convertToBitFlags, NG_FACTORY_DEF, isForwardRef, getFactoryDef, DECLARATION_COMPONENT_VIEW, RuntimeError, NG_PROV_DEF, getClosureSafeProperty, getNativeByTNode, flatten, arrayEquals, ID, isLView, assertDomNode, getComponentLViewByIndex, CONTEXT, EMPTY_ARRAY, unwrapRNode, assertLView, HOST, getLViewParent, CHILD_HEAD, NEXT, isLContainer, Injector, CLEANUP, getComponentDef, getDirectiveDef, InjectionToken, inject, isInInjectionContext, DestroyRef, PendingTasksInternal, noop, ChangeDetectionScheduler, ErrorHandler, AFTER_RENDER_SEQUENCES_TO_ADD, markAncestorsForTraversal, assertNotInReactiveContext, assertInInjectionContext, ViewContext, assertIndexInDeclRange, getTNode, isDestroyed, removeLViewOnDestroy, storeLViewOnDestroy, walkUpViews, assertLContainer, CONTAINER_HEADER_OFFSET, getNativeByIndex, assertElement, isContentQueryHost, setCurrentQueryIndex, XSS_SECURITY_URL, renderStringify, ENVIRONMENT, formatRuntimeError, resetPreOrderHookFlags, PARENT, RENDERER, HYDRATION, CHILD_TAIL, assertSame, assertFirstUpdatePass, getSelectedIndex, getTView, setSelectedIndex, INTERNAL_APPLICATION_ERROR_HANDLER, assertNotSame, setCurrentDirectiveIndex, stringify, getCurrentDirectiveIndex, unwrapLView, assertNotReactive, enterView, QUERIES, leaveView, isCreationMode, DECLARATION_LCONTAINER, MOVED_VIEWS, NATIVE, assertProjectionSlots, assertParentView, REACTIVE_TEMPLATE_CONSUMER, ON_DESTROY_HOOKS, assertFunction, EFFECTS, markViewForRefresh, setIsInCheckNoChangesMode, setIsRefreshingViews, isExhaustiveCheckNoChanges, requiresRefreshOrTraversal, setBindingIndex, EFFECTS_TO_SCHEDULE, setBindingRootForHostBindings, viewAttachedToChangeDetector, isRefreshingViews, CheckNoChangesMode, removeFromArray, addToArray, updateAncestorTraversalFlagsOnAttach, VIEW_REFS, assertGreaterThanOrEqual, isInI18nBlock, getCurrentParentTNode, assertTNodeForTView, setCurrentTNode, getCurrentTNodePlaceholderOk, isCurrentTNodeParent, isInSkipHydrationBlock as isInSkipHydrationBlock$1, assertTNode, assertTIcu, assertNumberInRange, DEHYDRATED_VIEWS, getNgModuleDef, getPipeDef as getPipeDef$1, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, isDirectiveHost, assertNotDefined, getSelectedTNode, nextBindingIndex, debugStringifyTypeForError, assertComponentType, EnvironmentInjector, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, wasLastNodeCreated, getBindingsEnabled, lastNodeWasCreated, arrayInsert2, arraySplice, setInjectorProfiler, NullInjector, ENVIRONMENT_INITIALIZER, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isTypeProvider, isSignal, runInInjectionContext, makeEnvironmentProviders, ZONELESS_ENABLED, EffectScheduler, incrementBindingIndex, getBindingIndex, keyValueArrayIndexOf, keyValueArrayGet, getCurrentDirectiveDef, keyValueArraySet, assertHasParent, getElementDepthCount, getNamespace, enterSkipHydrationBlock, increaseElementDepthCount, setCurrentTNodeAsNotParent, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, assertIndexInExpandoRange, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, isWritableSignal, providerToFactory, emitProviderConfiguredEvent, isClassProvider, getBindingRoot, NG_COMP_DEF, forwardRef, ɵɵrestoreView as __restoreView, ɵɵdisableBindings as __disableBindings, ɵɵenableBindings as __enableBindings, ɵɵnamespaceSVG as __namespaceSVG, ɵɵnamespaceMathML as __namespaceMathML, ɵɵnamespaceHTML as __namespaceHTML, ɵɵresetView as __resetView, NG_MOD_DEF, NG_INJ_DEF, NG_DIR_DEF, NG_PIPE_DEF, ZONELESS_SCHEDULER_DISABLED, SCHEDULE_IN_ROOT_ZONE, PROVIDED_ZONELESS, getNativeByTNodeOrNull } from './root_effect_scheduler-BZMWiScf.mjs';
8
- import { setActiveConsumer, SIGNAL, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, getActiveConsumer, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError } from './signal-B6pMq7KS.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-B_EWGyLU.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';
@@ -2392,12 +2392,13 @@ function createElementRef(tNode, lView) {
2392
2392
  // and could do better codegen in the future.
2393
2393
  class ElementRef {
2394
2394
  /**
2395
- * <div class="callout is-critical">
2395
+ * <div class="docs-alert docs-alert-important">
2396
2396
  * <header>Use with caution</header>
2397
2397
  * <p>
2398
2398
  * Use this API as the last resort when direct access to DOM is needed. Use templating and
2399
- * data-binding provided by Angular instead. Alternatively you can take a look at
2400
- * {@link Renderer2} which provides an API that can be safely used.
2399
+ * data-binding provided by Angular instead. If used, it is recommended in combination with
2400
+ * {@link /best-practices/security#direct-use-of-the-dom-apis-and-explicit-sanitization-calls DomSanitizer}
2401
+ * for maxiumum security;
2401
2402
  * </p>
2402
2403
  * </div>
2403
2404
  */
@@ -3918,9 +3919,13 @@ class EventEmitter_ extends Subject {
3918
3919
  return (value) => {
3919
3920
  const taskId = this.pendingTasks?.add();
3920
3921
  setTimeout(() => {
3921
- fn(value);
3922
- if (taskId !== undefined) {
3923
- this.pendingTasks?.remove(taskId);
3922
+ try {
3923
+ fn(value);
3924
+ }
3925
+ finally {
3926
+ if (taskId !== undefined) {
3927
+ this.pendingTasks?.remove(taskId);
3928
+ }
3924
3929
  }
3925
3930
  });
3926
3931
  };
@@ -4634,17 +4639,17 @@ class AfterRenderSequence {
4634
4639
  }
4635
4640
  }
4636
4641
 
4637
- function afterRender(callbackOrSpec, options) {
4642
+ function afterEveryRender(callbackOrSpec, options) {
4638
4643
  ngDevMode &&
4639
- assertNotInReactiveContext(afterRender, 'Call `afterRender` outside of a reactive context. For example, schedule the render ' +
4644
+ assertNotInReactiveContext(afterEveryRender, 'Call `afterEveryRender` outside of a reactive context. For example, schedule the render ' +
4640
4645
  'callback inside the component constructor`.');
4641
- !options?.injector && assertInInjectionContext(afterRender);
4646
+ !options?.injector && assertInInjectionContext(afterEveryRender);
4642
4647
  const injector = options?.injector ?? inject(Injector);
4643
4648
  if (typeof ngServerMode !== 'undefined' && ngServerMode) {
4644
4649
  return NOOP_AFTER_RENDER_REF;
4645
4650
  }
4646
4651
  performanceMarkFeature('NgAfterRender');
4647
- return afterRenderImpl(callbackOrSpec, injector, options, /* once */ false);
4652
+ return afterEveryRenderImpl(callbackOrSpec, injector, options, /* once */ false);
4648
4653
  }
4649
4654
  function afterNextRender(callbackOrSpec, options) {
4650
4655
  !options?.injector && assertInInjectionContext(afterNextRender);
@@ -4653,7 +4658,7 @@ function afterNextRender(callbackOrSpec, options) {
4653
4658
  return NOOP_AFTER_RENDER_REF;
4654
4659
  }
4655
4660
  performanceMarkFeature('NgAfterNextRender');
4656
- return afterRenderImpl(callbackOrSpec, injector, options, /* once */ true);
4661
+ return afterEveryRenderImpl(callbackOrSpec, injector, options, /* once */ true);
4657
4662
  }
4658
4663
  function getHooks(callbackOrSpec) {
4659
4664
  if (callbackOrSpec instanceof Function) {
@@ -4669,12 +4674,12 @@ function getHooks(callbackOrSpec) {
4669
4674
  }
4670
4675
  }
4671
4676
  /**
4672
- * Shared implementation for `afterRender` and `afterNextRender`.
4677
+ * Shared implementation for `afterEveryRender` and `afterNextRender`.
4673
4678
  */
4674
- function afterRenderImpl(callbackOrSpec, injector, options, once) {
4679
+ function afterEveryRenderImpl(callbackOrSpec, injector, options, once) {
4675
4680
  const manager = injector.get(AfterRenderManager);
4676
4681
  // Lazily initialize the handler implementation, if necessary. This is so that it can be
4677
- // tree-shaken if `afterRender` and `afterNextRender` aren't used.
4682
+ // tree-shaken if `afterEveryRender` and `afterNextRender` aren't used.
4678
4683
  manager.impl ??= injector.get(AfterRenderImpl);
4679
4684
  const tracing = injector.get(TracingService, null, { optional: true });
4680
4685
  const destroyRef = options?.manualCleanup !== true ? injector.get(DestroyRef) : null;
@@ -5199,7 +5204,7 @@ function registerDomTrigger(initialLView, tNode, triggerIndex, walkUpTimes, regi
5199
5204
  storeTriggerCleanupFn(type, lDetails, cleanup);
5200
5205
  }
5201
5206
  // Begin polling for the trigger.
5202
- poll = afterRender({ read: pollDomTrigger }, { injector });
5207
+ poll = afterEveryRender({ read: pollDomTrigger }, { injector });
5203
5208
  }
5204
5209
 
5205
5210
  const DEFER_BLOCK_SSR_ID_ATTRIBUTE = 'ngb';
@@ -6946,6 +6951,39 @@ function escapeCommentText(value) {
6946
6951
  return value.replace(COMMENT_DISALLOWED, (text) => text.replace(COMMENT_DELIMITER, COMMENT_DELIMITER_ESCAPED));
6947
6952
  }
6948
6953
 
6954
+ /** Defines the default value of the `NG_REFLECT_ATTRS_FLAG` flag. */
6955
+ const NG_REFLECT_ATTRS_FLAG_DEFAULT = false;
6956
+ /**
6957
+ * Defines an internal flag that indicates whether the runtime code should be
6958
+ * producing `ng-reflect-*` attributes.
6959
+ */
6960
+ const NG_REFLECT_ATTRS_FLAG = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'NG_REFLECT_FLAG' : '', {
6961
+ providedIn: 'root',
6962
+ factory: () => NG_REFLECT_ATTRS_FLAG_DEFAULT,
6963
+ });
6964
+ /**
6965
+ * Enables the logic to produce `ng-reflect-*` attributes on elements with bindings.
6966
+ *
6967
+ * Note: this is a dev-mode only setting and it will have no effect in production mode.
6968
+ * In production mode, the `ng-reflect-*` attributes are *never* produced by Angular.
6969
+ *
6970
+ * Important: using and relying on the `ng-reflect-*` attributes is not recommended,
6971
+ * they are deprecated and only present for backwards compatibility. Angular will stop
6972
+ * producing them in one of the future versions.
6973
+ *
6974
+ * @publicApi
6975
+ */
6976
+ function provideNgReflectAttributes() {
6977
+ const providers = typeof ngDevMode === 'undefined' || ngDevMode
6978
+ ? [
6979
+ {
6980
+ provide: NG_REFLECT_ATTRS_FLAG,
6981
+ useValue: true,
6982
+ },
6983
+ ]
6984
+ : [];
6985
+ return makeEnvironmentProviders(providers);
6986
+ }
6949
6987
  function normalizeDebugBindingName(name) {
6950
6988
  // Attribute names with `$` (eg `x-y$`) are valid per spec, but unsupported by some browsers
6951
6989
  name = camelCaseToDashCase(name.replace(/[$@]/g, '_'));
@@ -8449,6 +8487,10 @@ function markDirtyIfOnPush(lView, viewIndex) {
8449
8487
  }
8450
8488
  }
8451
8489
  function setNgReflectProperty(lView, tNode, attrName, value) {
8490
+ const environment = lView[ENVIRONMENT];
8491
+ if (!environment.ngReflect) {
8492
+ return;
8493
+ }
8452
8494
  const element = getNativeByTNode(tNode, lView);
8453
8495
  const renderer = lView[RENDERER];
8454
8496
  attrName = normalizeDebugBindingName(attrName);
@@ -8467,7 +8509,8 @@ function setNgReflectProperty(lView, tNode, attrName, value) {
8467
8509
  }
8468
8510
  }
8469
8511
  function setNgReflectProperties(lView, tView, tNode, publicName, value) {
8470
- if (!(tNode.type & (3 /* TNodeType.AnyRNode */ | 4 /* TNodeType.Container */))) {
8512
+ const environment = lView[ENVIRONMENT];
8513
+ if (!environment.ngReflect || !(tNode.type & (3 /* TNodeType.AnyRNode */ | 4 /* TNodeType.Container */))) {
8471
8514
  return;
8472
8515
  }
8473
8516
  const inputConfig = tNode.inputs?.[publicName];
@@ -8927,6 +8970,9 @@ function shouldAddViewToDom(tNode, dehydratedView) {
8927
8970
  return (!dehydratedView || dehydratedView.firstChild === null || hasInSkipHydrationBlockFlag(tNode));
8928
8971
  }
8929
8972
 
8973
+ const USE_EXHAUSTIVE_CHECK_NO_CHANGES_DEFAULT = false;
8974
+ const UseExhaustiveCheckNoChanges = new InjectionToken(ngDevMode ? 'exhaustive checkNoChanges' : '');
8975
+
8930
8976
  let _icuContainerIterate;
8931
8977
  /**
8932
8978
  * Iterator which provides ability to visit all of the `TIcuContainerNode` root `RNode`s.
@@ -9951,8 +9997,8 @@ function detectChangesInViewWhileDirty(lView, mode) {
9951
9997
  setIsRefreshingViews(lastIsRefreshingViewsValue);
9952
9998
  }
9953
9999
  }
9954
- function checkNoChangesInternal(lView, mode) {
9955
- setIsInCheckNoChangesMode(mode);
10000
+ function checkNoChangesInternal(lView, exhaustive) {
10001
+ setIsInCheckNoChangesMode(exhaustive ? CheckNoChangesMode.Exhaustive : CheckNoChangesMode.OnlyDirtyViews);
9956
10002
  try {
9957
10003
  detectChangesInternal(lView);
9958
10004
  }
@@ -10510,6 +10556,7 @@ class ViewRef {
10510
10556
  _cdRefInjectingView;
10511
10557
  _appRef = null;
10512
10558
  _attachedToViewContainer = false;
10559
+ exhaustive;
10513
10560
  get rootNodes() {
10514
10561
  const lView = this._lView;
10515
10562
  const tView = lView[TVIEW];
@@ -10767,9 +10814,15 @@ class ViewRef {
10767
10814
  * introduce other changes.
10768
10815
  */
10769
10816
  checkNoChanges() {
10770
- if (ngDevMode) {
10771
- checkNoChangesInternal(this._lView, CheckNoChangesMode.OnlyDirtyViews);
10817
+ if (!ngDevMode)
10818
+ return;
10819
+ try {
10820
+ this.exhaustive ??= this._lView[INJECTOR].get(UseExhaustiveCheckNoChanges, USE_EXHAUSTIVE_CHECK_NO_CHANGES_DEFAULT);
10821
+ }
10822
+ catch {
10823
+ this.exhaustive = USE_EXHAUSTIVE_CHECK_NO_CHANGES_DEFAULT;
10772
10824
  }
10825
+ checkNoChangesInternal(this._lView, this.exhaustive);
10773
10826
  }
10774
10827
  attachToViewContainerRef() {
10775
10828
  if (this._appRef) {
@@ -12909,6 +12962,14 @@ class RendererFactory2 {
12909
12962
  * renders a template into DOM. You can use custom rendering to intercept
12910
12963
  * rendering calls, or to render to something other than DOM.
12911
12964
  *
12965
+ * <div class="docs-alert docs-alert-important">
12966
+ * <p>
12967
+ * Please be aware that usage of `Renderer2`, in context of accessing DOM elements, provides no
12968
+ * extra security which makes it equivalent to
12969
+ * {@link /best-practices/security#direct-use-of-the-dom-apis-and-explicit-sanitization-calls Security vulnerabilities}.
12970
+ * </p>
12971
+ * </div>
12972
+ *
12912
12973
  * Create your custom renderer using `RendererFactory2`.
12913
12974
  *
12914
12975
  * Use a custom renderer to bypass Angular's templating and
@@ -13106,7 +13167,7 @@ class DepsTracker {
13106
13167
  }
13107
13168
  /** Compute NgModule scope afresh. */
13108
13169
  computeNgModuleScope(type) {
13109
- const def = getNgModuleDef(type, true);
13170
+ const def = getNgModuleDefOrThrow(type);
13110
13171
  const scope = {
13111
13172
  exported: { directives: new Set(), pipes: new Set() },
13112
13173
  compilation: { directives: new Set(), pipes: new Set() },
@@ -13921,15 +13982,12 @@ function bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4) {
13921
13982
  return bindingUpdated2(lView, bindingIndex + 2, exp3, exp4) || different;
13922
13983
  }
13923
13984
 
13924
- /**
13925
- * Contains a reference to a function that disables event replay feature
13926
- * for server-side rendered applications. This function is overridden with
13927
- * an actual implementation when the event replay feature is enabled via
13928
- * `withEventReplay()` call.
13929
- */
13930
- let stashEventListener = (el, eventName, listenerFn) => { };
13931
- function setStashFn(fn) {
13932
- stashEventListener = fn;
13985
+ const stashEventListeners = new Map();
13986
+ function setStashFn(appId, fn) {
13987
+ stashEventListeners.set(appId, fn);
13988
+ }
13989
+ function clearStashFn(appId) {
13990
+ stashEventListeners.delete(appId);
13933
13991
  }
13934
13992
  /**
13935
13993
  * Wraps an event listener with a function that marks ancestors dirty and prevents default behavior,
@@ -14033,7 +14091,9 @@ function listenToDomEvent(tNode, tView, lView, eventTargetResolver, renderer, ev
14033
14091
  else {
14034
14092
  const native = getNativeByTNode(tNode, lView);
14035
14093
  const target = eventTargetResolver ? eventTargetResolver(native) : native;
14036
- stashEventListener(target, eventName, wrappedListener);
14094
+ const appId = lView[INJECTOR].get(APP_ID);
14095
+ const stashEventListener = stashEventListeners.get(appId);
14096
+ stashEventListener?.(target, eventName, wrappedListener);
14037
14097
  const cleanupFn = renderer.listen(target, eventName, wrappedListener);
14038
14098
  const idxOrTargetGetter = eventTargetResolver
14039
14099
  ? (_lView) => eventTargetResolver(unwrapRNode(_lView[tNode.index]))
@@ -14371,10 +14431,15 @@ function createRootLViewEnvironment(rootLViewInjector) {
14371
14431
  }
14372
14432
  const sanitizer = rootLViewInjector.get(Sanitizer, null);
14373
14433
  const changeDetectionScheduler = rootLViewInjector.get(ChangeDetectionScheduler, null);
14434
+ let ngReflect = false;
14435
+ if (typeof ngDevMode === 'undefined' || ngDevMode) {
14436
+ ngReflect = rootLViewInjector.get(NG_REFLECT_ATTRS_FLAG, NG_REFLECT_ATTRS_FLAG_DEFAULT);
14437
+ }
14374
14438
  return {
14375
14439
  rendererFactory,
14376
14440
  sanitizer,
14377
14441
  changeDetectionScheduler,
14442
+ ngReflect,
14378
14443
  };
14379
14444
  }
14380
14445
  function createHostElement(componentDef, render) {
@@ -14486,7 +14551,7 @@ class ComponentFactory extends ComponentFactory$1 {
14486
14551
  }
14487
14552
  function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
14488
14553
  const tAttributes = rootSelectorOrNode
14489
- ? ['ng-version', '20.0.0-next.8']
14554
+ ? ['ng-version', '20.0.0-rc.0']
14490
14555
  : // Extract attributes and classes from the first selector only to match VE behavior.
14491
14556
  extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
14492
14557
  let creationBindings = null;
@@ -14509,7 +14574,6 @@ function createRootTView(rootSelectorOrNode, componentDef, componentBindings, di
14509
14574
  for (let i = 0; i < directives.length; i++) {
14510
14575
  const directive = directives[i];
14511
14576
  if (typeof directive !== 'function') {
14512
- getDirectiveDef(directive.type, true);
14513
14577
  for (const binding of directive.bindings) {
14514
14578
  varsToAllocate += binding[BINDING].requiredVars;
14515
14579
  const targetDirectiveIdx = i + 1;
@@ -14529,7 +14593,9 @@ function createRootTView(rootSelectorOrNode, componentDef, componentBindings, di
14529
14593
  if (directives) {
14530
14594
  for (const directive of directives) {
14531
14595
  const directiveType = typeof directive === 'function' ? directive : directive.type;
14532
- const directiveDef = getDirectiveDef(directiveType, true);
14596
+ const directiveDef = ngDevMode
14597
+ ? getDirectiveDefOrThrow(directiveType)
14598
+ : getDirectiveDef(directiveType);
14533
14599
  if (ngDevMode && !directiveDef.standalone) {
14534
14600
  throw new RuntimeError(907 /* RuntimeErrorCode.TYPE_IS_NOT_STANDALONE */, `The ${stringifyForError(directiveType)} directive must be standalone in ` +
14535
14601
  `order to be applied to a dynamically-created component.`);
@@ -18007,9 +18073,12 @@ function getDeferBlocks(node) {
18007
18073
  * @param results Array to which to add blocks once they're found.
18008
18074
  */
18009
18075
  function findDeferBlocks(node, lView, results) {
18010
- const registry = lView[INJECTOR].get(DEHYDRATED_BLOCK_REGISTRY, null, { optional: true });
18076
+ const viewInjector = lView[INJECTOR];
18077
+ const registry = viewInjector.get(DEHYDRATED_BLOCK_REGISTRY, null, { optional: true });
18011
18078
  const blocks = [];
18012
18079
  getDeferBlocks$1(lView, blocks);
18080
+ const transferState = viewInjector.get(TransferState);
18081
+ const deferBlockParents = transferState.get(NGH_DEFER_BLOCKS_KEY, {});
18013
18082
  for (const details of blocks) {
18014
18083
  const native = getNativeByTNode(details.tNode, details.lView);
18015
18084
  const lDetails = getLDeferBlockDetails(details.lView, details.tNode);
@@ -18021,12 +18090,28 @@ function findDeferBlocks(node, lView, results) {
18021
18090
  const tDetails = details.tDetails;
18022
18091
  const renderedLView = getRendererLView(details);
18023
18092
  const rootNodes = [];
18093
+ const hydrationState = inferHydrationState(tDetails, lDetails, registry);
18024
18094
  if (renderedLView !== null) {
18025
18095
  collectNativeNodes(renderedLView[TVIEW], renderedLView, renderedLView[TVIEW].firstChild, rootNodes);
18026
18096
  }
18097
+ else if (hydrationState === 'dehydrated') {
18098
+ // We'll find the number of root nodes in the transfer state and
18099
+ // collect that number of elements that precede the defer block comment node.
18100
+ const deferId = lDetails[SSR_UNIQUE_ID];
18101
+ const deferData = deferBlockParents[deferId];
18102
+ const numberOfRootNodes = deferData[NUM_ROOT_NODES];
18103
+ let collectedNodeCount = 0;
18104
+ const deferBlockCommentNode = details.lContainer[NATIVE];
18105
+ let currentNode = deferBlockCommentNode.previousSibling;
18106
+ while (collectedNodeCount < numberOfRootNodes && currentNode) {
18107
+ rootNodes.unshift(currentNode);
18108
+ currentNode = currentNode.previousSibling;
18109
+ collectedNodeCount++;
18110
+ }
18111
+ }
18027
18112
  const data = {
18028
18113
  state: stringifyState(lDetails[DEFER_BLOCK_STATE]),
18029
- incrementalHydrationState: inferHydrationState(tDetails, lDetails, registry),
18114
+ incrementalHydrationState: hydrationState,
18030
18115
  hasErrorBlock: tDetails.errorTmplIndex !== null,
18031
18116
  loadingBlock: {
18032
18117
  exists: tDetails.loadingTmplIndex !== null,
@@ -20176,8 +20261,7 @@ function triggerResourceLoading(tDetails, lView, tNode) {
20176
20261
  }
20177
20262
  }
20178
20263
  // Indicate that an application is not stable and has a pending task.
20179
- const pendingTasks = injector.get(PendingTasksInternal);
20180
- const taskId = pendingTasks.add();
20264
+ const removeTask = injector.get(PendingTasks).add();
20181
20265
  // The `dependenciesFn` might be `null` when all dependencies within
20182
20266
  // a given defer block were eagerly referenced elsewhere in a file,
20183
20267
  // thus no dynamic `import()`s were produced.
@@ -20185,7 +20269,7 @@ function triggerResourceLoading(tDetails, lView, tNode) {
20185
20269
  tDetails.loadingPromise = Promise.resolve().then(() => {
20186
20270
  tDetails.loadingPromise = null;
20187
20271
  tDetails.loadingState = DeferDependenciesLoadingState.COMPLETE;
20188
- pendingTasks.remove(taskId);
20272
+ removeTask();
20189
20273
  });
20190
20274
  return tDetails.loadingPromise;
20191
20275
  }
@@ -20213,10 +20297,6 @@ function triggerResourceLoading(tDetails, lView, tNode) {
20213
20297
  break;
20214
20298
  }
20215
20299
  }
20216
- // Loading is completed, we no longer need the loading Promise
20217
- // and a pending task should also be removed.
20218
- tDetails.loadingPromise = null;
20219
- pendingTasks.remove(taskId);
20220
20300
  if (failed) {
20221
20301
  tDetails.loadingState = DeferDependenciesLoadingState.FAILED;
20222
20302
  if (tDetails.errorTmplIndex === null) {
@@ -20245,7 +20325,12 @@ function triggerResourceLoading(tDetails, lView, tNode) {
20245
20325
  }
20246
20326
  }
20247
20327
  });
20248
- return tDetails.loadingPromise;
20328
+ return tDetails.loadingPromise.finally(() => {
20329
+ // Loading is completed, we no longer need the loading Promise
20330
+ // and a pending task should also be removed.
20331
+ tDetails.loadingPromise = null;
20332
+ removeTask();
20333
+ });
20249
20334
  }
20250
20335
  /**
20251
20336
  * Defines whether we should proceed with triggering a given defer block.
@@ -28709,7 +28794,7 @@ function ɵɵsetComponentScope(type, directives, pipes) {
28709
28794
  */
28710
28795
  function ɵɵsetNgModuleScope(type, scope) {
28711
28796
  return noSideEffects(() => {
28712
- const ngModuleDef = getNgModuleDef(type, true);
28797
+ const ngModuleDef = getNgModuleDefOrThrow(type);
28713
28798
  ngModuleDef.declarations = convertToTypeArray(scope.declarations || EMPTY_ARRAY);
28714
28799
  ngModuleDef.imports = convertToTypeArray(scope.imports || EMPTY_ARRAY);
28715
28800
  ngModuleDef.exports = convertToTypeArray(scope.exports || EMPTY_ARRAY);
@@ -30003,7 +30088,7 @@ function verifySemanticsOfNgModuleDef(moduleType, allowDuplicateDeclarationsInRo
30003
30088
  }
30004
30089
  }
30005
30090
  else {
30006
- ngModuleDef = getNgModuleDef(moduleType, true);
30091
+ ngModuleDef = getNgModuleDefOrThrow(moduleType);
30007
30092
  }
30008
30093
  const errors = [];
30009
30094
  const declarations = maybeUnwrapFn(ngModuleDef.declarations);
@@ -30238,7 +30323,7 @@ function transitiveScopesFor(type) {
30238
30323
  if (isNgModule(type)) {
30239
30324
  {
30240
30325
  const scope = depsTracker.getNgModuleScope(type);
30241
- const def = getNgModuleDef(type, true);
30326
+ const def = getNgModuleDefOrThrow(type);
30242
30327
  return {
30243
30328
  schemas: def.schemas || null,
30244
30329
  ...scope,
@@ -31400,8 +31485,7 @@ class ChangeDetectionSchedulerImpl {
31400
31485
  * in patch versions. There are known feature gaps and API ergonomic considerations. We will iterate
31401
31486
  * on the exact API based on the feedback and our understanding of the problem and solution space.
31402
31487
  *
31403
- * @publicApi
31404
- * @developerPreview
31488
+ * @developerPreview 20.0
31405
31489
  * @see {@link /api/platform-browser/bootstrapApplication bootstrapApplication}
31406
31490
  */
31407
31491
  function provideZonelessChangeDetection() {
@@ -32194,5 +32278,5 @@ function getDebugNode(nativeNode) {
32194
32278
  return null;
32195
32279
  }
32196
32280
 
32197
- export { AFTER_RENDER_PHASES, ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderSequence, ApplicationInitStatus, ApplicationRef, Attribute, COMPILER_OPTIONS, CONTAINERS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionSchedulerImpl, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactory$1, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ComponentRef as ComponentRef$1, Console, DEFAULT_CURRENCY_CODE, DEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEFER_BLOCK_ID, DEFER_BLOCK_SSR_ID_ATTRIBUTE, DEFER_BLOCK_STATE$1 as DEFER_BLOCK_STATE, DEFER_BLOCK_STATE as DEFER_BLOCK_STATE$1, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, DEHYDRATED_BLOCK_REGISTRY, DISCONNECTED_NODES, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, DehydratedBlockRegistry, Directive, ELEMENT_CONTAINERS, EVENT_REPLAY_ENABLED_DEFAULT, ElementRef, EnvironmentNgModuleRefAdapter, EventEmitter, Framework, Host, HostBinding, HostListener, I18N_DATA, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, IS_EVENT_REPLAY_ENABLED, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, Inject, Injectable, Input, JSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT, LContext, LOCALE_ID, LocaleDataIndex, MULTIPLIER, MissingTranslationStrategy, ModuleWithComponentFactories, NGH_ATTR_NAME, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, NODES, NOOP_AFTER_RENDER_REF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE, NO_ERRORS_SCHEMA, NUM_ROOT_NODES, NgModule, NgModuleFactory, NgModuleFactory$1, NgModuleRef, NgModuleRef$1, NgProbeToken, NgZone, NoopNgZone, Optional, Output, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PRESERVE_HOST_CONTENT, PROVIDED_NG_ZONE, Pipe, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TracingAction, TracingService, TransferState, Type, USE_RUNTIME_DEPS_TRACKER_FOR_JIT, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterNextRender, afterRender, allowSanitizationBypassAndThrow, angularCoreEnv, appendDeferBlocksToJSActionMap, asNativeElements, assertComponentDef, assertStandaloneComponentType, bypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript, bypassSanitizationTrustStyle, bypassSanitizationTrustUrl, calcPathForNode, checkNoChangesInternal, cleanupDehydratedViews, clearResolutionOfComponentResourcesQueue, collectNativeNodes, collectNativeNodesInLContainer, compileComponent, compileDirective, compileNgModule, compileNgModuleDefs, compilePipe, convertHydrateTriggersToJsAction, countBlocksSkippedByHydration, createEnvironmentInjector, createMultiResultQuerySignalFn, createNgModule, createNgModuleRef, createNgModuleRefWithProviders, createSingleResultOptionalQuerySignalFn, createSingleResultRequiredQuerySignalFn, depsTracker, devModeEqual, enableApplyRootElementTransformImpl, enableClaimDehydratedIcuCaseImpl, enableFindMatchingDehydratedViewImpl, enableLocateOrCreateContainerAnchorImpl, enableLocateOrCreateContainerRefImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateI18nNodeImpl, enableLocateOrCreateTextNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableRetrieveDeferBlockDataImpl, enableRetrieveHydrationInfoImpl, findLocaleData, flushModuleScopingQueueAsMuchAsPossible, gatherDeferBlocksCommentNodes, generateStandaloneInDeclarationsError, getAsyncClassMetadataFn, getCompilerFacade, getDebugNode, getDeferBlocks$1 as getDeferBlocks, getDirectives, getDocument, getHostElement, getLContext, getLDeferBlockDetails, getLNodeForHydration, getLocaleCurrencyCode, getLocalePluralCase, getNgZone, getNgZoneOptions, getOrComputeI18nChildren, getRegisteredNgModuleType, getSanitizationBypassType, getTDeferBlockDetails, inputBinding, internalProvideZoneChangeDetection, invokeListeners, isBoundToModule, isComponentDefPendingResolution, isComponentResourceResolutionQueueEmpty, isDeferBlock, isDetachedByI18n, isDisconnectedNode, isI18nHydrationEnabled, isI18nHydrationSupportEnabled, isInSkipHydrationBlock, isIncrementalHydrationEnabled, isJsObject, isLetDeclaration, isListLikeIterable, isNgModule, isPromise, isSubscribable, isTNodeShape, isViewDirty, iterateListLike, makePropDecorator, makeStateKey, markForRefresh, noSideEffects, optionsReducer, outputBinding, patchComponentDefWithScope, performanceMarkFeature, processAndInitTriggers, processBlockData, processTextNodeBeforeSerialization, profiler, provideAppInitializer, 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 };
32198
- //# sourceMappingURL=debug_node-DEfPCixm.mjs.map
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-3mmnD06K.mjs.map