@angular/core 21.1.0-next.0 → 21.1.0-next.2

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 (75) hide show
  1. package/fesm2022/_attribute-chunk.mjs +1 -1
  2. package/fesm2022/_attribute-chunk.mjs.map +1 -1
  3. package/fesm2022/_debug_node-chunk.mjs +308 -239
  4. package/fesm2022/_debug_node-chunk.mjs.map +1 -1
  5. package/fesm2022/_effect-chunk.mjs +1 -1
  6. package/fesm2022/_effect-chunk.mjs.map +1 -1
  7. package/fesm2022/_linked_signal-chunk.mjs +1 -1
  8. package/fesm2022/_linked_signal-chunk.mjs.map +1 -1
  9. package/fesm2022/_not_found-chunk.mjs +1 -1
  10. package/fesm2022/_not_found-chunk.mjs.map +1 -1
  11. package/fesm2022/_resource-chunk.mjs +5 -2
  12. package/fesm2022/_resource-chunk.mjs.map +1 -1
  13. package/fesm2022/_untracked-chunk.mjs +40 -40
  14. package/fesm2022/_untracked-chunk.mjs.map +1 -1
  15. package/fesm2022/_weak_ref-chunk.mjs +1 -1
  16. package/fesm2022/_weak_ref-chunk.mjs.map +1 -1
  17. package/fesm2022/core.mjs +5 -5
  18. package/fesm2022/core.mjs.map +1 -1
  19. package/fesm2022/primitives-di.mjs +1 -1
  20. package/fesm2022/primitives-di.mjs.map +1 -1
  21. package/fesm2022/primitives-event-dispatch.mjs +1 -1
  22. package/fesm2022/primitives-event-dispatch.mjs.map +1 -1
  23. package/fesm2022/primitives-signals.mjs +3 -3
  24. package/fesm2022/primitives-signals.mjs.map +1 -1
  25. package/fesm2022/rxjs-interop.mjs +1 -1
  26. package/fesm2022/rxjs-interop.mjs.map +1 -1
  27. package/fesm2022/testing.mjs +19 -10
  28. package/fesm2022/testing.mjs.map +1 -1
  29. package/package.json +2 -2
  30. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +1 -1
  31. package/schematics/bundles/application-config-core.cjs +1 -1
  32. package/schematics/bundles/apply_import_manager-1Zs_gpB6.cjs +1 -1
  33. package/schematics/bundles/bootstrap-options-migration.cjs +52 -7
  34. package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
  35. package/schematics/bundles/common-to-standalone-migration.cjs +1 -1
  36. package/schematics/bundles/compiler_host-DBwYMlTo.cjs +1 -1
  37. package/schematics/bundles/control-flow-migration.cjs +1 -1
  38. package/schematics/bundles/imports-DP72APSx.cjs +1 -1
  39. package/schematics/bundles/index-B7I9sIUx.cjs +1 -1
  40. package/schematics/bundles/inject-migration.cjs +1 -1
  41. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  42. package/schematics/bundles/migrate_ts_type_references-UGIUl7En.cjs +1 -1
  43. package/schematics/bundles/ng_component_template-Dsuq1Lw7.cjs +1 -1
  44. package/schematics/bundles/ng_decorators-DSFlWYQY.cjs +1 -1
  45. package/schematics/bundles/ngclass-to-class-migration.cjs +1 -1
  46. package/schematics/bundles/ngstyle-to-style-migration.cjs +1 -1
  47. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  48. package/schematics/bundles/output-migration.cjs +1 -1
  49. package/schematics/bundles/parse_html-8VLCL37B.cjs +1 -1
  50. package/schematics/bundles/project_paths-DvD50ouC.cjs +1 -1
  51. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.cjs +1 -1
  52. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  53. package/schematics/bundles/route-lazy-loading.cjs +1 -1
  54. package/schematics/bundles/router-current-navigation.cjs +1 -1
  55. package/schematics/bundles/router-last-successful-navigation.cjs +1 -1
  56. package/schematics/bundles/router-testing-module-migration.cjs +1 -1
  57. package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
  58. package/schematics/bundles/signal-input-migration.cjs +1 -1
  59. package/schematics/bundles/signal-queries-migration.cjs +1 -1
  60. package/schematics/bundles/signals.cjs +1 -1
  61. package/schematics/bundles/standalone-migration.cjs +1 -1
  62. package/schematics/bundles/symbol-BObKoqes.cjs +1 -1
  63. package/types/_api-chunk.d.ts +1 -1
  64. package/types/_chrome_dev_tools_performance-chunk.d.ts +9 -2
  65. package/types/_discovery-chunk.d.ts +17 -7
  66. package/types/_effect-chunk.d.ts +1 -1
  67. package/types/_event_dispatcher-chunk.d.ts +1 -1
  68. package/types/_formatter-chunk.d.ts +1 -1
  69. package/types/_weak_ref-chunk.d.ts +1 -1
  70. package/types/core.d.ts +70 -28
  71. package/types/primitives-di.d.ts +1 -1
  72. package/types/primitives-event-dispatch.d.ts +1 -1
  73. package/types/primitives-signals.d.ts +1 -1
  74. package/types/rxjs-interop.d.ts +1 -1
  75. package/types/testing.d.ts +1 -1
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @license Angular v21.1.0-next.0
2
+ * @license Angular v21.1.0-next.2
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { attachInjectFlag, _global, ɵɵdefineInjectable as __defineInjectable, ɵɵdefineInjector as __defineInjector, ɵɵinject as __inject, ɵɵinvalidFactoryDep as __invalidFactoryDep, resolveForwardRef, newArray, EMPTY_OBJ, assertString, assertNotEqual, FLAGS, assertEqual, isInCheckNoChangesMode, PREORDER_HOOK_FLAGS, assertFirstCreatePass, assertDefined, throwError, assertNumber, assertGreaterThan, HEADER_OFFSET, DECLARATION_VIEW, NG_FACTORY_DEF, isForwardRef, getFactoryDef, assertIndexInRange, assertTNodeForLView, enterDI, runInInjectorProfilerContext, getCurrentTNode, getLView, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, throwProviderNotFoundError, leaveDI, assertNodeInjector, stringifyForError, cyclicDependencyErrorWithDetails, cyclicDependencyError, setInjectorProfilerContext, setInjectImplementation, assertDirectiveDef, NG_ELEMENT_ID, convertToBitFlags, isRootView, T_HOST, TVIEW, injectRootLimpMode, isComponentDef, EMBEDDED_VIEW_INJECTOR, INJECTOR$1 as INJECTOR, DECLARATION_COMPONENT_VIEW, isComponentHost, RuntimeError, NG_PROV_DEF, getClosureSafeProperty, getNativeByTNode, flatten, arrayEquals, ID, isLView, assertDomNode, unwrapRNode, getComponentLViewByIndex, CONTEXT, EMPTY_ARRAY, assertLView, HOST, CHILD_HEAD, NEXT, isLContainer, getLViewParent, Injector, CLEANUP, getComponentDef, getDirectiveDef, InjectionToken, inject, DOCUMENT as DOCUMENT$1, ENVIRONMENT_INITIALIZER, formatRuntimeError, isInSkipHydrationBlock as isInSkipHydrationBlock$1, HYDRATION, isContentQueryHost, setCurrentQueryIndex, XSS_SECURITY_URL, renderStringify, ENVIRONMENT, makeEnvironmentProviders, isDirectiveHost, resetPreOrderHookFlags, PARENT, RENDERER, CHILD_TAIL, assertSame, assertFirstUpdatePass, getSelectedIndex, getTView, assertIndexInDeclRange, setSelectedIndex, NgZone, ChangeDetectionScheduler, ErrorHandler, AFTER_RENDER_SEQUENCES_TO_ADD, markAncestorsForTraversal, assertNotInReactiveContext, assertInInjectionContext, DestroyRef, ViewContext, assertLContainer, MOVED_VIEWS, isDestroyed, REACTIVE_TEMPLATE_CONSUMER, DECLARATION_LCONTAINER, QUERIES, assertNotReactive, ON_DESTROY_HOOKS, assertFunction, EFFECTS, assertProjectionSlots, NATIVE, ANIMATIONS, assertParentView, CONTAINER_HEADER_OFFSET, assertNotSame, setCurrentDirectiveIndex, setCurrentTNode, getElementDepthCount, increaseElementDepthCount, wasLastNodeCreated, isCurrentTNodeParent, setCurrentTNodeAsNotParent, assertHasParent, INTERNAL_APPLICATION_ERROR_HANDLER, stringify, getCurrentDirectiveIndex, unwrapLView, isCreationMode, enterView, leaveView, markViewForRefresh, setIsRefreshingViews, isExhaustiveCheckNoChanges, requiresRefreshOrTraversal, setIsInCheckNoChangesMode, CheckNoChangesMode, setBindingIndex, EFFECTS_TO_SCHEDULE, viewAttachedToChangeDetector, setBindingRootForHostBindings, isRefreshingViews, removeFromArray, addToArray, updateAncestorTraversalFlagsOnAttach, storeLViewOnDestroy, VIEW_REFS, assertGreaterThanOrEqual, isInI18nBlock, assertTNodeForTView, getCurrentParentTNode, getCurrentTNodePlaceholderOk, assertTNode, assertTIcu, assertNumberInRange, DEHYDRATED_VIEWS, getNgModuleDef, getPipeDef as getPipeDef$1, getNgModuleDefOrThrow, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, assertNotDefined, nextBindingIndex, getSelectedTNode, getDirectiveDefOrThrow, getTNode, assertComponentType, debugStringifyTypeForError, EnvironmentInjector, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, getBindingsEnabled, lastNodeWasCreated, removeLViewOnDestroy, walkUpViews, getNativeByIndex, assertElement, arrayInsert2, arraySplice, setInjectorProfiler, EffectRefImpl, NullInjector, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isTypeProvider, isInInjectionContext, runInInjectionContext, ZONELESS_ENABLED, EffectScheduler, PendingTasksInternal, PendingTasks, untracked, getBindingIndex, assertTNodeCreationIndex, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, getNamespace, enterSkipHydrationBlock, getCurrentDirectiveDef, assertIndexInExpandoRange, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, keyValueArrayIndexOf, keyValueArraySet, keyValueArrayGet, incrementBindingIndex, store, providerToFactory, emitProviderConfiguredEvent, isClassProvider, getBindingRoot, NG_COMP_DEF, ɵɵresetView as __resetView, ɵɵnamespaceHTML as __namespaceHTML, ɵɵnamespaceMathML as __namespaceMathML, ɵɵnamespaceSVG as __namespaceSVG, ɵɵenableBindings as __enableBindings, ɵɵdisableBindings as __disableBindings, ɵɵrestoreView as __restoreView, forwardRef, NG_MOD_DEF, NG_INJ_DEF, NG_DIR_DEF, NG_PIPE_DEF, angularZoneInstanceIdProperty, SCHEDULE_IN_ROOT_ZONE, scheduleCallbackWithMicrotask, PROVIDED_ZONELESS, NoopNgZone, scheduleCallbackWithRafRace, getNativeByTNodeOrNull } from './_untracked-chunk.mjs';
7
+ import { attachInjectFlag, _global, ɵɵdefineInjectable as __defineInjectable, ɵɵdefineInjector as __defineInjector, ɵɵinject as __inject, ɵɵinvalidFactoryDep as __invalidFactoryDep, resolveForwardRef, newArray, EMPTY_OBJ, assertString, assertNotEqual, FLAGS, assertEqual, isInCheckNoChangesMode, PREORDER_HOOK_FLAGS, assertFirstCreatePass, assertDefined, throwError, assertNumber, assertGreaterThan, HEADER_OFFSET, DECLARATION_VIEW, NG_FACTORY_DEF, isForwardRef, getFactoryDef, assertIndexInRange, assertTNodeForLView, enterDI, runInInjectorProfilerContext, getCurrentTNode, getLView, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, throwProviderNotFoundError, leaveDI, assertNodeInjector, stringifyForError, cyclicDependencyErrorWithDetails, cyclicDependencyError, setInjectorProfilerContext, setInjectImplementation, assertDirectiveDef, NG_ELEMENT_ID, convertToBitFlags, isRootView, T_HOST, TVIEW, injectRootLimpMode, isComponentDef, EMBEDDED_VIEW_INJECTOR, INJECTOR$1 as INJECTOR, DECLARATION_COMPONENT_VIEW, isComponentHost, RuntimeError, NG_PROV_DEF, getClosureSafeProperty, getNativeByTNode, flatten, arrayEquals, ID, isLView, assertDomNode, unwrapRNode, getComponentLViewByIndex, CONTEXT, EMPTY_ARRAY, assertLView, HOST, CHILD_HEAD, NEXT, isLContainer, getLViewParent, Injector, CLEANUP, getComponentDef, getDirectiveDef, InjectionToken, inject, DOCUMENT as DOCUMENT$1, ENVIRONMENT_INITIALIZER, formatRuntimeError, isInSkipHydrationBlock as isInSkipHydrationBlock$1, HYDRATION, isContentQueryHost, setCurrentQueryIndex, isDirectiveHost, XSS_SECURITY_URL, RENDERER, renderStringify, getSelectedTNode, ENVIRONMENT, makeEnvironmentProviders, resetPreOrderHookFlags, PARENT, CHILD_TAIL, assertSame, assertFirstUpdatePass, getSelectedIndex, getTView, assertIndexInDeclRange, setSelectedIndex, NgZone, ChangeDetectionScheduler, ErrorHandler, AFTER_RENDER_SEQUENCES_TO_ADD, markAncestorsForTraversal, assertNotInReactiveContext, assertInInjectionContext, DestroyRef, ViewContext, EnvironmentInjector, assertLContainer, MOVED_VIEWS, isDestroyed, REACTIVE_TEMPLATE_CONSUMER, DECLARATION_LCONTAINER, QUERIES, assertNotReactive, ON_DESTROY_HOOKS, assertFunction, EFFECTS, assertProjectionSlots, NATIVE, ANIMATIONS, assertParentView, CONTAINER_HEADER_OFFSET, assertNotSame, setCurrentDirectiveIndex, setCurrentTNode, getElementDepthCount, increaseElementDepthCount, wasLastNodeCreated, isCurrentTNodeParent, setCurrentTNodeAsNotParent, assertHasParent, INTERNAL_APPLICATION_ERROR_HANDLER, stringify, getCurrentDirectiveIndex, unwrapLView, isCreationMode, enterView, leaveView, markViewForRefresh, setIsRefreshingViews, isExhaustiveCheckNoChanges, requiresRefreshOrTraversal, setIsInCheckNoChangesMode, CheckNoChangesMode, setBindingIndex, EFFECTS_TO_SCHEDULE, viewAttachedToChangeDetector, setBindingRootForHostBindings, isRefreshingViews, removeFromArray, addToArray, updateAncestorTraversalFlagsOnAttach, storeLViewOnDestroy, VIEW_REFS, assertGreaterThanOrEqual, isInI18nBlock, assertTNodeForTView, getCurrentParentTNode, getCurrentTNodePlaceholderOk, assertTNode, assertTIcu, assertNumberInRange, DEHYDRATED_VIEWS, getNgModuleDef, getPipeDef as getPipeDef$1, getNgModuleDefOrThrow, isStandalone, concatStringsWithSpace, assertInjectImplementationNotEqual, emitInjectEvent, getConstant, assertLessThan, getOrCreateTViewCleanup, getOrCreateLViewCleanup, assertNotDefined, nextBindingIndex, getDirectiveDefOrThrow, getTNode, assertComponentType, debugStringifyTypeForError, SVG_NAMESPACE, MATH_ML_NAMESPACE, viewAttachedToContainer, storeCleanupWithContext, signal, createInjectorWithoutInjectorInstances, R3Injector, getNullInjector, internalImportProvidersFrom, initNgDevMode, fillProperties, getBindingsEnabled, lastNodeWasCreated, removeLViewOnDestroy, walkUpViews, getNativeByIndex, assertElement, arrayInsert2, arraySplice, setInjectorProfiler, EffectRefImpl, NullInjector, INJECTOR_DEF_TYPES, walkProviderTree, getInjectorDef, deepForEach, isTypeProvider, isInInjectionContext, runInInjectionContext, ZONELESS_ENABLED, EffectScheduler, PendingTasksInternal, PendingTasks, untracked, getBindingIndex, assertTNodeCreationIndex, isSkipHydrationRootTNode, leaveSkipHydrationBlock, decreaseElementDepthCount, getNamespace, enterSkipHydrationBlock, getCurrentDirectiveDef, assertIndexInExpandoRange, assertOneOf, setInI18nBlock, nextContextImpl, getCurrentQueryIndex, getContextLView, load, keyValueArrayIndexOf, keyValueArraySet, keyValueArrayGet, incrementBindingIndex, store, providerToFactory, emitProviderConfiguredEvent, isClassProvider, getBindingRoot, NG_COMP_DEF, ɵɵresetView as __resetView, ɵɵnamespaceHTML as __namespaceHTML, ɵɵnamespaceMathML as __namespaceMathML, ɵɵnamespaceSVG as __namespaceSVG, ɵɵenableBindings as __enableBindings, ɵɵdisableBindings as __disableBindings, ɵɵrestoreView as __restoreView, forwardRef, NG_MOD_DEF, NG_INJ_DEF, NG_DIR_DEF, NG_PIPE_DEF, angularZoneInstanceIdProperty, SCHEDULE_IN_ROOT_ZONE, scheduleCallbackWithMicrotask, PROVIDED_ZONELESS, NoopNgZone, scheduleCallbackWithRafRace, getNativeByTNodeOrNull } from './_untracked-chunk.mjs';
8
8
  import { setActiveConsumer, SIGNAL, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, getActiveConsumer, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError } from './_effect-chunk.mjs';
9
9
  import { Subject, Subscription } from 'rxjs';
10
10
  import { setActiveConsumer as setActiveConsumer$1 } from '@angular/core/primitives/signals';
@@ -1912,7 +1912,7 @@ function getDocument() {
1912
1912
  throw new RuntimeError(210, (typeof ngDevMode === 'undefined' || ngDevMode) && `The document object is not available in this context. Make sure the DOCUMENT injection token is provided.`);
1913
1913
  }
1914
1914
 
1915
- const APP_ID = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'AppId' : '', {
1915
+ const APP_ID = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'AppId' : '', {
1916
1916
  factory: () => DEFAULT_APP_ID
1917
1917
  });
1918
1918
  const DEFAULT_APP_ID = 'ng';
@@ -1927,13 +1927,13 @@ const validAppIdInitializer = {
1927
1927
  }
1928
1928
  }
1929
1929
  };
1930
- const PLATFORM_INITIALIZER = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'Platform Initializer' : '');
1931
- const PLATFORM_ID = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'Platform ID' : '', {
1930
+ const PLATFORM_INITIALIZER = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'Platform Initializer' : '');
1931
+ const PLATFORM_ID = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'Platform ID' : '', {
1932
1932
  providedIn: 'platform',
1933
1933
  factory: () => 'unknown'
1934
1934
  });
1935
- const ANIMATION_MODULE_TYPE = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'AnimationModuleType' : '');
1936
- const CSP_NONCE = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'CSP nonce' : '', {
1935
+ const ANIMATION_MODULE_TYPE = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'AnimationModuleType' : '');
1936
+ const CSP_NONCE = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'CSP nonce' : '', {
1937
1937
  factory: () => {
1938
1938
  return inject(DOCUMENT$1).body?.querySelector('[ngCspNonce]')?.getAttribute('ngCspNonce') || null;
1939
1939
  }
@@ -1944,7 +1944,7 @@ const IMAGE_CONFIG_DEFAULTS = {
1944
1944
  disableImageSizeWarning: false,
1945
1945
  disableImageLazyLoadWarning: false
1946
1946
  };
1947
- const IMAGE_CONFIG = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'ImageConfig' : '', {
1947
+ const IMAGE_CONFIG = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'ImageConfig' : '', {
1948
1948
  factory: () => IMAGE_CONFIG_DEFAULTS
1949
1949
  });
1950
1950
 
@@ -2037,7 +2037,7 @@ const IS_I18N_HYDRATION_ENABLED = new InjectionToken(typeof ngDevMode === 'undef
2037
2037
  const IS_EVENT_REPLAY_ENABLED = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'IS_EVENT_REPLAY_ENABLED' : '');
2038
2038
  const EVENT_REPLAY_ENABLED_DEFAULT = false;
2039
2039
  const IS_INCREMENTAL_HYDRATION_ENABLED = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'IS_INCREMENTAL_HYDRATION_ENABLED' : '');
2040
- const JSACTION_BLOCK_ELEMENT_MAP = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'JSACTION_BLOCK_ELEMENT_MAP' : '', {
2040
+ const JSACTION_BLOCK_ELEMENT_MAP = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'JSACTION_BLOCK_ELEMENT_MAP' : '', {
2041
2041
  factory: () => new Map()
2042
2042
  });
2043
2043
  const IS_ENABLED_BLOCKING_INITIAL_NAVIGATION = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'IS_ENABLED_BLOCKING_INITIAL_NAVIGATION' : '');
@@ -2220,7 +2220,7 @@ const removeListeners = el => {
2220
2220
  el.removeAttribute(DEFER_BLOCK_SSR_ID_ATTRIBUTE);
2221
2221
  el.__jsaction_fns = undefined;
2222
2222
  };
2223
- const JSACTION_EVENT_CONTRACT = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'EVENT_CONTRACT_DETAILS' : '', {
2223
+ const JSACTION_EVENT_CONTRACT = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'EVENT_CONTRACT_DETAILS' : '', {
2224
2224
  factory: () => ({})
2225
2225
  });
2226
2226
  function invokeListeners(event, currentTarget) {
@@ -2253,7 +2253,7 @@ function enableStashEventListenerImpl() {
2253
2253
  }
2254
2254
  }
2255
2255
 
2256
- const DEHYDRATED_BLOCK_REGISTRY = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'DEHYDRATED_BLOCK_REGISTRY' : '');
2256
+ const DEHYDRATED_BLOCK_REGISTRY = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'DEHYDRATED_BLOCK_REGISTRY' : '');
2257
2257
  class DehydratedBlockRegistry {
2258
2258
  registry = new Map();
2259
2259
  cleanupFns = new Map();
@@ -2749,6 +2749,120 @@ var ViewEncapsulation;
2749
2749
  ViewEncapsulation[ViewEncapsulation["ExperimentalIsolatedShadowDom"] = 4] = "ExperimentalIsolatedShadowDom";
2750
2750
  })(ViewEncapsulation || (ViewEncapsulation = {}));
2751
2751
 
2752
+ const CUSTOM_ELEMENTS_SCHEMA = {
2753
+ name: 'custom-elements'
2754
+ };
2755
+ const NO_ERRORS_SCHEMA = {
2756
+ name: 'no-errors-schema'
2757
+ };
2758
+
2759
+ let shouldThrowErrorOnUnknownElement = false;
2760
+ function ɵsetUnknownElementStrictMode(shouldThrow) {
2761
+ shouldThrowErrorOnUnknownElement = shouldThrow;
2762
+ }
2763
+ function ɵgetUnknownElementStrictMode() {
2764
+ return shouldThrowErrorOnUnknownElement;
2765
+ }
2766
+ let shouldThrowErrorOnUnknownProperty = false;
2767
+ function ɵsetUnknownPropertyStrictMode(shouldThrow) {
2768
+ shouldThrowErrorOnUnknownProperty = shouldThrow;
2769
+ }
2770
+ function ɵgetUnknownPropertyStrictMode() {
2771
+ return shouldThrowErrorOnUnknownProperty;
2772
+ }
2773
+ function validateElementIsKnown(lView, tNode) {
2774
+ const tView = lView[TVIEW];
2775
+ if (tView.schemas === null) return;
2776
+ const tagName = tNode.value;
2777
+ if (!isDirectiveHost(tNode) && tagName !== null) {
2778
+ const isUnknown = typeof HTMLUnknownElement !== 'undefined' && HTMLUnknownElement && getNativeByTNode(tNode, lView) instanceof HTMLUnknownElement || typeof customElements !== 'undefined' && tagName.indexOf('-') > -1 && !customElements.get(tagName);
2779
+ if (isUnknown && !matchingSchemas(tView.schemas, tagName)) {
2780
+ const isHostStandalone = isHostComponentStandalone(lView);
2781
+ const templateLocation = getTemplateLocationDetails(lView);
2782
+ const schemas = `'${isHostStandalone ? '@Component' : '@NgModule'}.schemas'`;
2783
+ let message = `'${tagName}' is not a known element${templateLocation}:\n`;
2784
+ message += `1. If '${tagName}' is an Angular component, then verify that it is ${isHostStandalone ? "included in the '@Component.imports' of this component" : 'a part of an @NgModule where this component is declared'}.\n`;
2785
+ if (tagName && tagName.indexOf('-') > -1) {
2786
+ message += `2. If '${tagName}' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the ${schemas} of this component to suppress this message.`;
2787
+ } else {
2788
+ message += `2. To allow any element add 'NO_ERRORS_SCHEMA' to the ${schemas} of this component.`;
2789
+ }
2790
+ if (shouldThrowErrorOnUnknownElement) {
2791
+ throw new RuntimeError(304, message);
2792
+ } else {
2793
+ console.error(formatRuntimeError(304, message));
2794
+ }
2795
+ }
2796
+ }
2797
+ }
2798
+ function isPropertyValid(element, propName, tagName, schemas) {
2799
+ if (schemas === null) return true;
2800
+ if (matchingSchemas(schemas, tagName) || propName in element || isAnimationProp(propName)) {
2801
+ return true;
2802
+ }
2803
+ return typeof Node === 'undefined' || Node === null || !(element instanceof Node);
2804
+ }
2805
+ function handleUnknownPropertyError(propName, tagName, nodeType, lView) {
2806
+ if (!tagName && nodeType === 4) {
2807
+ tagName = 'ng-template';
2808
+ }
2809
+ const isHostStandalone = isHostComponentStandalone(lView);
2810
+ const templateLocation = getTemplateLocationDetails(lView);
2811
+ let message = `Can't bind to '${propName}' since it isn't a known property of '${tagName}'${templateLocation}.`;
2812
+ const schemas = `'${isHostStandalone ? '@Component' : '@NgModule'}.schemas'`;
2813
+ const importLocation = isHostStandalone ? "included in the '@Component.imports' of this component" : 'a part of an @NgModule where this component is declared';
2814
+ if (KNOWN_CONTROL_FLOW_DIRECTIVES.has(propName)) {
2815
+ const correspondingImport = KNOWN_CONTROL_FLOW_DIRECTIVES.get(propName);
2816
+ message += `\nIf the '${propName}' is an Angular control flow directive, ` + `please make sure that either the '${correspondingImport}' directive or the 'CommonModule' is ${importLocation}.`;
2817
+ } else {
2818
+ message += `\n1. If '${tagName}' is an Angular component and it has the ` + `'${propName}' input, then verify that it is ${importLocation}.`;
2819
+ if (tagName && tagName.indexOf('-') > -1) {
2820
+ message += `\n2. If '${tagName}' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' ` + `to the ${schemas} of this component to suppress this message.`;
2821
+ message += `\n3. To allow any property add 'NO_ERRORS_SCHEMA' to ` + `the ${schemas} of this component.`;
2822
+ } else {
2823
+ message += `\n2. To allow any property add 'NO_ERRORS_SCHEMA' to ` + `the ${schemas} of this component.`;
2824
+ }
2825
+ }
2826
+ reportUnknownPropertyError(message);
2827
+ }
2828
+ function reportUnknownPropertyError(message) {
2829
+ if (shouldThrowErrorOnUnknownProperty) {
2830
+ throw new RuntimeError(303, message);
2831
+ } else {
2832
+ console.error(formatRuntimeError(303, message));
2833
+ }
2834
+ }
2835
+ function getDeclarationComponentDef(lView) {
2836
+ !ngDevMode && throwError('Must never be called in production mode');
2837
+ const declarationLView = lView[DECLARATION_COMPONENT_VIEW];
2838
+ const context = declarationLView[CONTEXT];
2839
+ if (!context) return null;
2840
+ return context.constructor ? getComponentDef(context.constructor) : null;
2841
+ }
2842
+ function isHostComponentStandalone(lView) {
2843
+ !ngDevMode && throwError('Must never be called in production mode');
2844
+ const componentDef = getDeclarationComponentDef(lView);
2845
+ return !!componentDef?.standalone;
2846
+ }
2847
+ function getTemplateLocationDetails(lView) {
2848
+ !ngDevMode && throwError('Must never be called in production mode');
2849
+ const hostComponentDef = getDeclarationComponentDef(lView);
2850
+ const componentClassName = hostComponentDef?.type?.name;
2851
+ return componentClassName ? ` (used in the '${componentClassName}' component template)` : '';
2852
+ }
2853
+ const KNOWN_CONTROL_FLOW_DIRECTIVES = new Map([['ngIf', 'NgIf'], ['ngFor', 'NgFor'], ['ngSwitchCase', 'NgSwitchCase'], ['ngSwitchDefault', 'NgSwitchDefault']]);
2854
+ function matchingSchemas(schemas, tagName) {
2855
+ if (schemas !== null) {
2856
+ for (let i = 0; i < schemas.length; i++) {
2857
+ const schema = schemas[i];
2858
+ if (schema === NO_ERRORS_SCHEMA || schema === CUSTOM_ELEMENTS_SCHEMA && tagName && tagName.indexOf('-') > -1) {
2859
+ return true;
2860
+ }
2861
+ }
2862
+ }
2863
+ return false;
2864
+ }
2865
+
2752
2866
  let policy$1;
2753
2867
  function getPolicy$1() {
2754
2868
  if (policy$1 === undefined) {
@@ -3087,6 +3201,81 @@ function isTemplateElement(el) {
3087
3201
  return el.nodeType === Node.ELEMENT_NODE && el.nodeName === 'TEMPLATE';
3088
3202
  }
3089
3203
 
3204
+ const COMMENT_DISALLOWED = /^>|^->|<!--|-->|--!>|<!-$/g;
3205
+ const COMMENT_DELIMITER = /(<|>)/g;
3206
+ const COMMENT_DELIMITER_ESCAPED = '\u200B$1\u200B';
3207
+ function escapeCommentText(value) {
3208
+ return value.replace(COMMENT_DISALLOWED, text => text.replace(COMMENT_DELIMITER, COMMENT_DELIMITER_ESCAPED));
3209
+ }
3210
+
3211
+ function createTextNode(renderer, value) {
3212
+ return renderer.createText(value);
3213
+ }
3214
+ function updateTextNode(renderer, rNode, value) {
3215
+ renderer.setValue(rNode, value);
3216
+ }
3217
+ function createCommentNode(renderer, value) {
3218
+ return renderer.createComment(escapeCommentText(value));
3219
+ }
3220
+ function createElementNode(renderer, name, namespace) {
3221
+ return renderer.createElement(name, namespace);
3222
+ }
3223
+ function nativeInsertBefore(renderer, parent, child, beforeNode, isMove) {
3224
+ renderer.insertBefore(parent, child, beforeNode, isMove);
3225
+ }
3226
+ function nativeAppendChild(renderer, parent, child) {
3227
+ ngDevMode && assertDefined(parent, 'parent node must be defined');
3228
+ renderer.appendChild(parent, child);
3229
+ }
3230
+ function nativeAppendOrInsertBefore(renderer, parent, child, beforeNode, isMove) {
3231
+ if (beforeNode !== null) {
3232
+ nativeInsertBefore(renderer, parent, child, beforeNode, isMove);
3233
+ } else {
3234
+ nativeAppendChild(renderer, parent, child);
3235
+ }
3236
+ }
3237
+ function nativeRemoveNode(renderer, rNode, isHostElement, requireSynchronousElementRemoval) {
3238
+ renderer.removeChild(null, rNode, isHostElement, requireSynchronousElementRemoval);
3239
+ }
3240
+ function clearElementContents(rElement) {
3241
+ rElement.textContent = '';
3242
+ }
3243
+ function writeDirectStyle(renderer, element, newValue) {
3244
+ ngDevMode && assertString(newValue, "'newValue' should be a string");
3245
+ renderer.setAttribute(element, 'style', newValue);
3246
+ }
3247
+ function writeDirectClass(renderer, element, newValue) {
3248
+ ngDevMode && assertString(newValue, "'newValue' should be a string");
3249
+ if (newValue === '') {
3250
+ renderer.removeAttribute(element, 'class');
3251
+ } else {
3252
+ renderer.setAttribute(element, 'class', newValue);
3253
+ }
3254
+ }
3255
+ function setupStaticAttributes(renderer, element, tNode) {
3256
+ const {
3257
+ mergedAttrs,
3258
+ classes,
3259
+ styles
3260
+ } = tNode;
3261
+ if (mergedAttrs !== null) {
3262
+ setUpAttributes(renderer, element, mergedAttrs);
3263
+ }
3264
+ if (classes !== null) {
3265
+ writeDirectClass(renderer, element, classes);
3266
+ }
3267
+ if (styles !== null) {
3268
+ writeDirectStyle(renderer, element, styles);
3269
+ }
3270
+ }
3271
+
3272
+ function enforceIframeSecurity(iframe) {
3273
+ const lView = getLView();
3274
+ iframe.src = '';
3275
+ iframe.srcdoc = trustedHTMLFromString('');
3276
+ nativeRemoveNode(lView[RENDERER], iframe);
3277
+ }
3278
+
3090
3279
  var SecurityContext;
3091
3280
  (function (SecurityContext) {
3092
3281
  SecurityContext[SecurityContext["NONE"] = 0] = "NONE";
@@ -3184,12 +3373,31 @@ function getSanitizer() {
3184
3373
  const lView = getLView();
3185
3374
  return lView && lView[ENVIRONMENT].sanitizer;
3186
3375
  }
3187
-
3188
- const COMMENT_DISALLOWED = /^>|^->|<!--|-->|--!>|<!-$/g;
3189
- const COMMENT_DELIMITER = /(<|>)/g;
3190
- const COMMENT_DELIMITER_ESCAPED = '\u200B$1\u200B';
3191
- function escapeCommentText(value) {
3192
- return value.replace(COMMENT_DISALLOWED, text => text.replace(COMMENT_DELIMITER, COMMENT_DELIMITER_ESCAPED));
3376
+ const attributeName = new Set(['attributename']);
3377
+ const SECURITY_SENSITIVE_ELEMENTS = {
3378
+ 'iframe': new Set(['sandbox', 'allow', 'allowfullscreen', 'referrerpolicy', 'csp', 'fetchpriority']),
3379
+ 'animate': attributeName,
3380
+ 'set': attributeName,
3381
+ 'animatemotion': attributeName,
3382
+ 'animatetransform': attributeName
3383
+ };
3384
+ function ɵɵvalidateAttribute(value, tagName, attributeName) {
3385
+ const lowerCaseTagName = tagName.toLowerCase();
3386
+ const lowerCaseAttrName = attributeName.toLowerCase();
3387
+ if (!SECURITY_SENSITIVE_ELEMENTS[lowerCaseTagName]?.has(lowerCaseAttrName)) {
3388
+ return value;
3389
+ }
3390
+ const tNode = getSelectedTNode();
3391
+ if (tNode.type !== 2) {
3392
+ return value;
3393
+ }
3394
+ const lView = getLView();
3395
+ if (lowerCaseTagName === 'iframe') {
3396
+ const element = getNativeByTNode(tNode, lView);
3397
+ enforceIframeSecurity(element);
3398
+ }
3399
+ const errorMessage = ngDevMode && `Angular has detected that the \`${attributeName}\` was applied ` + `as a binding to the <${tagName}> element${getTemplateLocationDetails(lView)}. ` + `For security reasons, the \`${attributeName}\` can be set on the <${tagName}> element ` + `as a static attribute only. \n` + `To fix this, switch the \`${attributeName}\` binding to a static attribute ` + `in a template or in host bindings section.`;
3400
+ throw new RuntimeError(-910, errorMessage);
3193
3401
  }
3194
3402
 
3195
3403
  const NG_REFLECT_ATTRS_FLAG_DEFAULT = false;
@@ -3219,120 +3427,6 @@ function normalizeDebugBindingValue(value) {
3219
3427
  }
3220
3428
  }
3221
3429
 
3222
- const CUSTOM_ELEMENTS_SCHEMA = {
3223
- name: 'custom-elements'
3224
- };
3225
- const NO_ERRORS_SCHEMA = {
3226
- name: 'no-errors-schema'
3227
- };
3228
-
3229
- let shouldThrowErrorOnUnknownElement = false;
3230
- function ɵsetUnknownElementStrictMode(shouldThrow) {
3231
- shouldThrowErrorOnUnknownElement = shouldThrow;
3232
- }
3233
- function ɵgetUnknownElementStrictMode() {
3234
- return shouldThrowErrorOnUnknownElement;
3235
- }
3236
- let shouldThrowErrorOnUnknownProperty = false;
3237
- function ɵsetUnknownPropertyStrictMode(shouldThrow) {
3238
- shouldThrowErrorOnUnknownProperty = shouldThrow;
3239
- }
3240
- function ɵgetUnknownPropertyStrictMode() {
3241
- return shouldThrowErrorOnUnknownProperty;
3242
- }
3243
- function validateElementIsKnown(lView, tNode) {
3244
- const tView = lView[TVIEW];
3245
- if (tView.schemas === null) return;
3246
- const tagName = tNode.value;
3247
- if (!isDirectiveHost(tNode) && tagName !== null) {
3248
- const isUnknown = typeof HTMLUnknownElement !== 'undefined' && HTMLUnknownElement && getNativeByTNode(tNode, lView) instanceof HTMLUnknownElement || typeof customElements !== 'undefined' && tagName.indexOf('-') > -1 && !customElements.get(tagName);
3249
- if (isUnknown && !matchingSchemas(tView.schemas, tagName)) {
3250
- const isHostStandalone = isHostComponentStandalone(lView);
3251
- const templateLocation = getTemplateLocationDetails(lView);
3252
- const schemas = `'${isHostStandalone ? '@Component' : '@NgModule'}.schemas'`;
3253
- let message = `'${tagName}' is not a known element${templateLocation}:\n`;
3254
- message += `1. If '${tagName}' is an Angular component, then verify that it is ${isHostStandalone ? "included in the '@Component.imports' of this component" : 'a part of an @NgModule where this component is declared'}.\n`;
3255
- if (tagName && tagName.indexOf('-') > -1) {
3256
- message += `2. If '${tagName}' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the ${schemas} of this component to suppress this message.`;
3257
- } else {
3258
- message += `2. To allow any element add 'NO_ERRORS_SCHEMA' to the ${schemas} of this component.`;
3259
- }
3260
- if (shouldThrowErrorOnUnknownElement) {
3261
- throw new RuntimeError(304, message);
3262
- } else {
3263
- console.error(formatRuntimeError(304, message));
3264
- }
3265
- }
3266
- }
3267
- }
3268
- function isPropertyValid(element, propName, tagName, schemas) {
3269
- if (schemas === null) return true;
3270
- if (matchingSchemas(schemas, tagName) || propName in element || isAnimationProp(propName)) {
3271
- return true;
3272
- }
3273
- return typeof Node === 'undefined' || Node === null || !(element instanceof Node);
3274
- }
3275
- function handleUnknownPropertyError(propName, tagName, nodeType, lView) {
3276
- if (!tagName && nodeType === 4) {
3277
- tagName = 'ng-template';
3278
- }
3279
- const isHostStandalone = isHostComponentStandalone(lView);
3280
- const templateLocation = getTemplateLocationDetails(lView);
3281
- let message = `Can't bind to '${propName}' since it isn't a known property of '${tagName}'${templateLocation}.`;
3282
- const schemas = `'${isHostStandalone ? '@Component' : '@NgModule'}.schemas'`;
3283
- const importLocation = isHostStandalone ? "included in the '@Component.imports' of this component" : 'a part of an @NgModule where this component is declared';
3284
- if (KNOWN_CONTROL_FLOW_DIRECTIVES.has(propName)) {
3285
- const correspondingImport = KNOWN_CONTROL_FLOW_DIRECTIVES.get(propName);
3286
- message += `\nIf the '${propName}' is an Angular control flow directive, ` + `please make sure that either the '${correspondingImport}' directive or the 'CommonModule' is ${importLocation}.`;
3287
- } else {
3288
- message += `\n1. If '${tagName}' is an Angular component and it has the ` + `'${propName}' input, then verify that it is ${importLocation}.`;
3289
- if (tagName && tagName.indexOf('-') > -1) {
3290
- message += `\n2. If '${tagName}' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' ` + `to the ${schemas} of this component to suppress this message.`;
3291
- message += `\n3. To allow any property add 'NO_ERRORS_SCHEMA' to ` + `the ${schemas} of this component.`;
3292
- } else {
3293
- message += `\n2. To allow any property add 'NO_ERRORS_SCHEMA' to ` + `the ${schemas} of this component.`;
3294
- }
3295
- }
3296
- reportUnknownPropertyError(message);
3297
- }
3298
- function reportUnknownPropertyError(message) {
3299
- if (shouldThrowErrorOnUnknownProperty) {
3300
- throw new RuntimeError(303, message);
3301
- } else {
3302
- console.error(formatRuntimeError(303, message));
3303
- }
3304
- }
3305
- function getDeclarationComponentDef(lView) {
3306
- !ngDevMode && throwError('Must never be called in production mode');
3307
- const declarationLView = lView[DECLARATION_COMPONENT_VIEW];
3308
- const context = declarationLView[CONTEXT];
3309
- if (!context) return null;
3310
- return context.constructor ? getComponentDef(context.constructor) : null;
3311
- }
3312
- function isHostComponentStandalone(lView) {
3313
- !ngDevMode && throwError('Must never be called in production mode');
3314
- const componentDef = getDeclarationComponentDef(lView);
3315
- return !!componentDef?.standalone;
3316
- }
3317
- function getTemplateLocationDetails(lView) {
3318
- !ngDevMode && throwError('Must never be called in production mode');
3319
- const hostComponentDef = getDeclarationComponentDef(lView);
3320
- const componentClassName = hostComponentDef?.type?.name;
3321
- return componentClassName ? ` (used in the '${componentClassName}' component template)` : '';
3322
- }
3323
- const KNOWN_CONTROL_FLOW_DIRECTIVES = new Map([['ngIf', 'NgIf'], ['ngFor', 'NgFor'], ['ngSwitchCase', 'NgSwitchCase'], ['ngSwitchDefault', 'NgSwitchDefault']]);
3324
- function matchingSchemas(schemas, tagName) {
3325
- if (schemas !== null) {
3326
- for (let i = 0; i < schemas.length; i++) {
3327
- const schema = schemas[i];
3328
- if (schema === NO_ERRORS_SCHEMA || schema === CUSTOM_ELEMENTS_SCHEMA && tagName && tagName.indexOf('-') > -1) {
3329
- return true;
3330
- }
3331
- }
3332
- }
3333
- return false;
3334
- }
3335
-
3336
3430
  function ɵɵresolveWindow(element) {
3337
3431
  return element.ownerDocument.defaultView;
3338
3432
  }
@@ -3692,67 +3786,6 @@ const NO_CHANGE = typeof ngDevMode === 'undefined' || ngDevMode ? {
3692
3786
  __brand__: 'NO_CHANGE'
3693
3787
  } : {};
3694
3788
 
3695
- function createTextNode(renderer, value) {
3696
- return renderer.createText(value);
3697
- }
3698
- function updateTextNode(renderer, rNode, value) {
3699
- renderer.setValue(rNode, value);
3700
- }
3701
- function createCommentNode(renderer, value) {
3702
- return renderer.createComment(escapeCommentText(value));
3703
- }
3704
- function createElementNode(renderer, name, namespace) {
3705
- return renderer.createElement(name, namespace);
3706
- }
3707
- function nativeInsertBefore(renderer, parent, child, beforeNode, isMove) {
3708
- renderer.insertBefore(parent, child, beforeNode, isMove);
3709
- }
3710
- function nativeAppendChild(renderer, parent, child) {
3711
- ngDevMode && assertDefined(parent, 'parent node must be defined');
3712
- renderer.appendChild(parent, child);
3713
- }
3714
- function nativeAppendOrInsertBefore(renderer, parent, child, beforeNode, isMove) {
3715
- if (beforeNode !== null) {
3716
- nativeInsertBefore(renderer, parent, child, beforeNode, isMove);
3717
- } else {
3718
- nativeAppendChild(renderer, parent, child);
3719
- }
3720
- }
3721
- function nativeRemoveNode(renderer, rNode, isHostElement, requireSynchronousElementRemoval) {
3722
- renderer.removeChild(null, rNode, isHostElement, requireSynchronousElementRemoval);
3723
- }
3724
- function clearElementContents(rElement) {
3725
- rElement.textContent = '';
3726
- }
3727
- function writeDirectStyle(renderer, element, newValue) {
3728
- ngDevMode && assertString(newValue, "'newValue' should be a string");
3729
- renderer.setAttribute(element, 'style', newValue);
3730
- }
3731
- function writeDirectClass(renderer, element, newValue) {
3732
- ngDevMode && assertString(newValue, "'newValue' should be a string");
3733
- if (newValue === '') {
3734
- renderer.removeAttribute(element, 'class');
3735
- } else {
3736
- renderer.setAttribute(element, 'class', newValue);
3737
- }
3738
- }
3739
- function setupStaticAttributes(renderer, element, tNode) {
3740
- const {
3741
- mergedAttrs,
3742
- classes,
3743
- styles
3744
- } = tNode;
3745
- if (mergedAttrs !== null) {
3746
- setUpAttributes(renderer, element, mergedAttrs);
3747
- }
3748
- if (classes !== null) {
3749
- writeDirectClass(renderer, element, classes);
3750
- }
3751
- if (styles !== null) {
3752
- writeDirectStyle(renderer, element, styles);
3753
- }
3754
- }
3755
-
3756
3789
  function createTView(type, declTNode, templateFn, decls, vars, directives, pipes, viewQuery, schemas, constsOrFactory, ssrId) {
3757
3790
  const bindingStartIndex = HEADER_OFFSET + decls;
3758
3791
  const initialViewLength = bindingStartIndex + vars;
@@ -4059,7 +4092,7 @@ var TracingAction;
4059
4092
  TracingAction[TracingAction["CHANGE_DETECTION"] = 0] = "CHANGE_DETECTION";
4060
4093
  TracingAction[TracingAction["AFTER_NEXT_RENDER"] = 1] = "AFTER_NEXT_RENDER";
4061
4094
  })(TracingAction || (TracingAction = {}));
4062
- const TracingService = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'TracingService' : '');
4095
+ const TracingService = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'TracingService' : '');
4063
4096
 
4064
4097
  const markedFeatures = new Set();
4065
4098
  function performanceMarkFeature(feature) {
@@ -4269,7 +4302,8 @@ const ANIMATION_QUEUE = new InjectionToken(typeof ngDevMode !== 'undefined' && n
4269
4302
  return {
4270
4303
  queue: new Set(),
4271
4304
  isScheduled: false,
4272
- scheduler: null
4305
+ scheduler: null,
4306
+ injector: inject(EnvironmentInjector)
4273
4307
  };
4274
4308
  }
4275
4309
  });
@@ -4305,7 +4339,7 @@ function scheduleAnimationQueue(injector) {
4305
4339
  }
4306
4340
  animationQueue.queue.clear();
4307
4341
  }, {
4308
- injector
4342
+ injector: animationQueue.injector
4309
4343
  });
4310
4344
  animationQueue.isScheduled = true;
4311
4345
  }
@@ -5253,7 +5287,7 @@ function shouldAddViewToDom(tNode, dehydratedView) {
5253
5287
  }
5254
5288
 
5255
5289
  const USE_EXHAUSTIVE_CHECK_NO_CHANGES_DEFAULT = false;
5256
- const UseExhaustiveCheckNoChanges = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'exhaustive checkNoChanges' : '');
5290
+ const UseExhaustiveCheckNoChanges = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'exhaustive checkNoChanges' : '');
5257
5291
 
5258
5292
  function collectNativeNodes(tView, lView, tNode, result, isProjection = false) {
5259
5293
  while (tNode !== null) {
@@ -7536,19 +7570,24 @@ function markAsComponentHost(tView, hostTNode, componentOffset) {
7536
7570
  function initializeDirectives(tView, lView, tNode, directives, exportsMap, hostDirectiveDefs, hostDirectiveRanges) {
7537
7571
  ngDevMode && assertFirstCreatePass(tView);
7538
7572
  const directivesLength = directives.length;
7539
- let hasSeenComponent = false;
7573
+ let componentDef = null;
7540
7574
  for (let i = 0; i < directivesLength; i++) {
7541
7575
  const def = directives[i];
7542
- if (!hasSeenComponent && isComponentDef(def)) {
7543
- hasSeenComponent = true;
7576
+ if (componentDef === null && isComponentDef(def)) {
7577
+ componentDef = def;
7544
7578
  markAsComponentHost(tView, tNode, i);
7545
7579
  }
7546
7580
  diPublicInInjector(getOrCreateNodeInjectorForNode(tNode, lView), tView, def.type);
7547
7581
  }
7548
7582
  initTNodeFlags(tNode, tView.data.length, directivesLength);
7583
+ if (componentDef?.viewProvidersResolver) {
7584
+ componentDef.viewProvidersResolver(componentDef);
7585
+ }
7549
7586
  for (let i = 0; i < directivesLength; i++) {
7550
7587
  const def = directives[i];
7551
- if (def.providersResolver) def.providersResolver(def);
7588
+ if (def.providersResolver) {
7589
+ def.providersResolver(def);
7590
+ }
7552
7591
  }
7553
7592
  let preOrderHooksFound = false;
7554
7593
  let preOrderCheckHooksFound = false;
@@ -7894,6 +7933,8 @@ function bindingUpdated4(lView, bindingIndex, exp1, exp2, exp3, exp4) {
7894
7933
  return bindingUpdated2(lView, bindingIndex + 2, exp3, exp4) || different;
7895
7934
  }
7896
7935
 
7936
+ const ɵCONTROL = Symbol('CONTROL');
7937
+
7897
7938
  function wrapListener(tNode, lView, listenerFn) {
7898
7939
  return function wrapListenerIn_markDirtyAndPreventDefault(event) {
7899
7940
  const startView = isComponentHost(tNode) ? getComponentLViewByIndex(tNode.index, lView) : lView;
@@ -8037,6 +8078,10 @@ const INPUT_BINDING_METADATA = {
8037
8078
  kind: 'input',
8038
8079
  requiredVars: 1
8039
8080
  };
8081
+ const FIELD_BINDING_METADATA = {
8082
+ kind: 'field',
8083
+ requiredVars: 2
8084
+ };
8040
8085
  const OUTPUT_BINDING_METADATA = {
8041
8086
  kind: 'output',
8042
8087
  requiredVars: 0
@@ -8062,7 +8107,25 @@ function inputBindingUpdate(targetDirectiveIdx, publicName, value) {
8062
8107
  }
8063
8108
  }
8064
8109
  }
8110
+ function controlBinding(binding, tNode) {
8111
+ const lView = getLView();
8112
+ const directive = lView[tNode.directiveStart + binding.targetIdx];
8113
+ return directive[ɵCONTROL];
8114
+ }
8065
8115
  function inputBinding(publicName, value) {
8116
+ if (publicName === 'field') {
8117
+ const binding = {
8118
+ [BINDING]: FIELD_BINDING_METADATA,
8119
+ create: () => {
8120
+ controlBinding(binding, getCurrentTNode())?.create();
8121
+ },
8122
+ update: () => {
8123
+ inputBindingUpdate(binding.targetIdx, publicName, value());
8124
+ controlBinding(binding, getSelectedTNode())?.update();
8125
+ }
8126
+ };
8127
+ return binding;
8128
+ }
8066
8129
  const binding = {
8067
8130
  [BINDING]: INPUT_BINDING_METADATA,
8068
8131
  update: () => inputBindingUpdate(binding.targetIdx, publicName, value())
@@ -8247,7 +8310,7 @@ class ComponentFactory extends ComponentFactory$1 {
8247
8310
  }
8248
8311
  }
8249
8312
  function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
8250
- const tAttributes = rootSelectorOrNode ? ['ng-version', '21.1.0-next.0'] : extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
8313
+ const tAttributes = rootSelectorOrNode ? ['ng-version', '21.1.0-next.2'] : extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
8251
8314
  let creationBindings = null;
8252
8315
  let updateBindings = null;
8253
8316
  let varsToAllocate = 0;
@@ -9121,21 +9184,6 @@ function setAllowDuplicateNgModuleIdsForTest(allowDuplicates) {
9121
9184
  checkForDuplicateNgModules = !allowDuplicates;
9122
9185
  }
9123
9186
 
9124
- function ɵɵvalidateIframeAttribute(attrValue, tagName, attrName) {
9125
- const lView = getLView();
9126
- const tNode = getSelectedTNode();
9127
- const element = getNativeByTNode(tNode, lView);
9128
- if (tNode.type === 2 && tagName.toLowerCase() === 'iframe') {
9129
- const iframe = element;
9130
- iframe.src = '';
9131
- iframe.srcdoc = trustedHTMLFromString('');
9132
- nativeRemoveNode(lView[RENDERER], iframe);
9133
- const errorMessage = ngDevMode && `Angular has detected that the \`${attrName}\` was applied ` + `as a binding to an <iframe>${getTemplateLocationDetails(lView)}. ` + `For security reasons, the \`${attrName}\` can be set on an <iframe> ` + `as a static attribute only. \n` + `To fix this, switch the \`${attrName}\` binding to a static attribute ` + `in a template or in host bindings section.`;
9134
- throw new RuntimeError(-910, errorMessage);
9135
- }
9136
- return attrValue;
9137
- }
9138
-
9139
9187
  let NgModuleRef$1 = class NgModuleRef {};
9140
9188
  let NgModuleFactory$1 = class NgModuleFactory {};
9141
9189
 
@@ -9389,6 +9437,7 @@ function getNgDirectiveDef(directiveDefinition) {
9389
9437
  return {
9390
9438
  type: directiveDefinition.type,
9391
9439
  providersResolver: null,
9440
+ viewProvidersResolver: null,
9392
9441
  factory: null,
9393
9442
  hostBindings: directiveDefinition.hostBindings || null,
9394
9443
  hostVars: directiveDefinition.hostVars || 0,
@@ -10279,7 +10328,7 @@ class CachedInjectorService {
10279
10328
  }
10280
10329
 
10281
10330
  const DEFER_BLOCK_DEPENDENCY_INTERCEPTOR = /* @__PURE__ */new InjectionToken('DEFER_BLOCK_DEPENDENCY_INTERCEPTOR');
10282
- const DEFER_BLOCK_CONFIG = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'DEFER_BLOCK_CONFIG' : '');
10331
+ const DEFER_BLOCK_CONFIG = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'DEFER_BLOCK_CONFIG' : '');
10283
10332
  function getOrCreateEnvironmentInjector(parentInjector, tDetails, providers) {
10284
10333
  return parentInjector.get(CachedInjectorService).getOrCreateInjector(tDetails, parentInjector, providers, ngDevMode ? 'DeferBlock Injector' : '');
10285
10334
  }
@@ -13219,8 +13268,6 @@ function ɵɵcomponentInstance() {
13219
13268
  return instance;
13220
13269
  }
13221
13270
 
13222
- const ɵCONTROL = Symbol('CONTROL');
13223
-
13224
13271
  function ɵɵcontrolCreate() {
13225
13272
  const lView = getLView();
13226
13273
  const tView = getTView();
@@ -13253,6 +13300,14 @@ function ɵɵcontrol(value, sanitizer) {
13253
13300
  setPropertyAndInputs(tNode, lView, 'field', value, lView[RENDERER], sanitizer);
13254
13301
  ngDevMode && storePropertyBindingMetadata(tView.data, tNode, 'field', bindingIndex);
13255
13302
  }
13303
+ updateControl(lView, tNode);
13304
+ }
13305
+ function ɵcontrolUpdate() {
13306
+ const lView = getLView();
13307
+ const tNode = getSelectedTNode();
13308
+ updateControl(lView, tNode);
13309
+ }
13310
+ function updateControl(lView, tNode) {
13256
13311
  const control = getControlDirective(tNode, lView);
13257
13312
  if (control) {
13258
13313
  updateControlClasses(lView, tNode, control);
@@ -13291,8 +13346,16 @@ function initializeControlFirstCreatePass(tView, tNode, lView) {
13291
13346
  if (isNativeControl || isCustomControl) {
13292
13347
  return;
13293
13348
  }
13294
- const tagName = tNode.value;
13295
- throw new RuntimeError(318, `'<${tagName}>' is an invalid [field] directive host. The host must be a native form control ` + `(such as <input>', '<select>', or '<textarea>') or a custom form control with a 'value' or ` + `'checked' model.`);
13349
+ const host = describeElement(tView, tNode);
13350
+ throw new RuntimeError(318, `${host} is an invalid [field] directive host. The host must be a native form control ` + `(such as <input>', '<select>', or '<textarea>') or a custom form control with a 'value' or ` + `'checked' model.`);
13351
+ }
13352
+ function describeElement(tView, tNode) {
13353
+ if (ngDevMode && isComponentHost(tNode)) {
13354
+ const componentIndex = tNode.directiveStart + tNode.componentOffset;
13355
+ const componentDef = tView.data[componentIndex];
13356
+ return `Component ${debugStringifyTypeForError(componentDef.type)}`;
13357
+ }
13358
+ return `<${tNode.value}>`;
13296
13359
  }
13297
13360
  function isCustomControlFirstCreatePass(tView, tNode) {
13298
13361
  for (let i = tNode.directiveStart; i < tNode.directiveEnd; i++) {
@@ -13626,7 +13689,9 @@ const CONTROL_VALUE = /* @__PURE__ */getClosureSafeProperty({
13626
13689
  const CONTROL_BINDING_NAMES = {
13627
13690
  disabled: 'disabled',
13628
13691
  disabledReasons: 'disabledReasons',
13692
+ dirty: 'dirty',
13629
13693
  errors: 'errors',
13694
+ hidden: 'hidden',
13630
13695
  invalid: 'invalid',
13631
13696
  max: 'max',
13632
13697
  maxLength: 'maxLength',
@@ -13634,6 +13699,7 @@ const CONTROL_BINDING_NAMES = {
13634
13699
  minLength: 'minLength',
13635
13700
  name: 'name',
13636
13701
  pattern: 'pattern',
13702
+ pending: 'pending',
13637
13703
  readonly: 'readonly',
13638
13704
  required: 'required',
13639
13705
  touched: 'touched'
@@ -14078,19 +14144,19 @@ class LiveCollectionLContainerImpl extends LiveCollection {
14078
14144
  const embeddedLView = createAndRenderEmbeddedLView(this.hostLView, this.templateTNode, new RepeaterContext(this.lContainer, value, index), {
14079
14145
  dehydratedView
14080
14146
  });
14081
- this.operationsCounter?.recordCreate();
14147
+ ngDevMode && this.operationsCounter?.recordCreate();
14082
14148
  return embeddedLView;
14083
14149
  }
14084
14150
  destroy(lView) {
14085
14151
  destroyLView(lView[TVIEW], lView);
14086
- this.operationsCounter?.recordDestroy();
14152
+ ngDevMode && this.operationsCounter?.recordDestroy();
14087
14153
  }
14088
14154
  updateValue(index, value) {
14089
14155
  this.getLView(index)[CONTEXT].$implicit = value;
14090
14156
  }
14091
14157
  reset() {
14092
14158
  this.needsIndexUpdate = false;
14093
- this.operationsCounter?.reset();
14159
+ ngDevMode && this.operationsCounter?.reset();
14094
14160
  }
14095
14161
  updateIndexes() {
14096
14162
  if (this.needsIndexUpdate) {
@@ -15677,9 +15743,11 @@ function insertFallbackContent(lView, tView, fallbackIndex) {
15677
15743
 
15678
15744
  function ɵɵcontentQuery(directiveIndex, predicate, flags, read) {
15679
15745
  createContentQuery(directiveIndex, predicate, flags, read);
15746
+ return ɵɵcontentQuery;
15680
15747
  }
15681
15748
  function ɵɵviewQuery(predicate, flags, read) {
15682
15749
  createViewQuery(predicate, flags, read);
15750
+ return ɵɵviewQuery;
15683
15751
  }
15684
15752
  function ɵɵqueryRefresh(queryList) {
15685
15753
  const lView = getLView();
@@ -15705,9 +15773,11 @@ function ɵɵloadQuery() {
15705
15773
 
15706
15774
  function ɵɵcontentQuerySignal(directiveIndex, target, predicate, flags, read) {
15707
15775
  bindQueryToSignal(target, createContentQuery(directiveIndex, predicate, flags, read));
15776
+ return ɵɵcontentQuerySignal;
15708
15777
  }
15709
15778
  function ɵɵviewQuerySignal(target, predicate, flags, read) {
15710
15779
  bindQueryToSignal(target, createViewQuery(predicate, flags, read));
15780
+ return ɵɵviewQuerySignal;
15711
15781
  }
15712
15782
  function ɵɵqueryAdvance(indexOffset = 1) {
15713
15783
  setCurrentQueryIndex(getCurrentQueryIndex() + indexOffset);
@@ -16563,12 +16633,10 @@ function ɵɵinterpolateV(values) {
16563
16633
  return interpolationV(getLView(), values);
16564
16634
  }
16565
16635
 
16566
- function providersResolver(def, providers, viewProviders) {
16636
+ function providersResolver(def, providers, isViewProviders) {
16567
16637
  const tView = getTView();
16568
16638
  if (tView.firstCreatePass) {
16569
- const isComponent = isComponentDef(def);
16570
- resolveProvider(viewProviders, tView.data, tView.blueprint, isComponent, true);
16571
- resolveProvider(providers, tView.data, tView.blueprint, isComponent, false);
16639
+ resolveProvider(providers, tView.data, tView.blueprint, isComponentDef(def), isViewProviders);
16572
16640
  }
16573
16641
  }
16574
16642
  function resolveProvider(provider, tInjectables, lInjectablesBlueprint, isComponent, isViewProvider) {
@@ -16730,11 +16798,12 @@ function providerName(provider) {
16730
16798
  }
16731
16799
  }
16732
16800
 
16733
- function ɵɵProvidersFeature(providers, viewProviders = []) {
16801
+ function ɵɵProvidersFeature(providers, viewProviders) {
16734
16802
  return definition => {
16735
- definition.providersResolver = (def, processProvidersFn) => {
16736
- return providersResolver(def, processProvidersFn ? processProvidersFn(providers) : providers, viewProviders);
16737
- };
16803
+ definition.providersResolver = (def, processProvidersFn) => providersResolver(def, processProvidersFn ? processProvidersFn(providers) : providers, false);
16804
+ if (viewProviders) {
16805
+ definition.viewProvidersResolver = (def, processProvidersFn) => providersResolver(def, processProvidersFn ? processProvidersFn(viewProviders) : viewProviders, true);
16806
+ }
16738
16807
  };
16739
16808
  }
16740
16809
 
@@ -17290,11 +17359,11 @@ const angularCoreEnv = (() => ({
17290
17359
  'ɵɵsanitizeStyle': ɵɵsanitizeStyle,
17291
17360
  'ɵɵsanitizeResourceUrl': ɵɵsanitizeResourceUrl,
17292
17361
  'ɵɵsanitizeScript': ɵɵsanitizeScript,
17362
+ 'ɵɵvalidateAttribute': ɵɵvalidateAttribute,
17293
17363
  'ɵɵsanitizeUrl': ɵɵsanitizeUrl,
17294
17364
  'ɵɵsanitizeUrlOrResourceUrl': ɵɵsanitizeUrlOrResourceUrl,
17295
17365
  'ɵɵtrustConstantHtml': ɵɵtrustConstantHtml,
17296
17366
  'ɵɵtrustConstantResourceUrl': ɵɵtrustConstantResourceUrl,
17297
- 'ɵɵvalidateIframeAttribute': ɵɵvalidateIframeAttribute,
17298
17367
  'forwardRef': forwardRef,
17299
17368
  'resolveForwardRef': resolveForwardRef,
17300
17369
  'ɵɵtwoWayProperty': ɵɵtwoWayProperty,
@@ -18117,7 +18186,7 @@ class Compiler {
18117
18186
  }]
18118
18187
  }], null, null);
18119
18188
  })();
18120
- const COMPILER_OPTIONS = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'compilerOptions' : '');
18189
+ const COMPILER_OPTIONS = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'compilerOptions' : '');
18121
18190
  class CompilerFactory {}
18122
18191
 
18123
18192
  const CONSECUTIVE_MICROTASK_NOTIFICATION_LIMIT = 100;
@@ -18341,17 +18410,17 @@ function getGlobalLocale() {
18341
18410
  return typeof $localize !== 'undefined' && $localize.locale || DEFAULT_LOCALE_ID;
18342
18411
  }
18343
18412
  }
18344
- const LOCALE_ID = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'LocaleId' : '', {
18413
+ const LOCALE_ID = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'LocaleId' : '', {
18345
18414
  factory: () => inject(LOCALE_ID, {
18346
18415
  optional: true,
18347
18416
  skipSelf: true
18348
18417
  }) || getGlobalLocale()
18349
18418
  });
18350
- const DEFAULT_CURRENCY_CODE = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'DefaultCurrencyCode' : '', {
18419
+ const DEFAULT_CURRENCY_CODE = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'DefaultCurrencyCode' : '', {
18351
18420
  factory: () => USD_CURRENCY_CODE
18352
18421
  });
18353
- const TRANSLATIONS = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'Translations' : '');
18354
- const TRANSLATIONS_FORMAT = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'TranslationsFormat' : '');
18422
+ const TRANSLATIONS = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'Translations' : '');
18423
+ const TRANSLATIONS_FORMAT = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'TranslationsFormat' : '');
18355
18424
  var MissingTranslationStrategy;
18356
18425
  (function (MissingTranslationStrategy) {
18357
18426
  MissingTranslationStrategy[MissingTranslationStrategy["Error"] = 0] = "Error";
@@ -18675,5 +18744,5 @@ function getDebugNode(nativeNode) {
18675
18744
  return null;
18676
18745
  }
18677
18746
 
18678
- export { AFTER_RENDER_PHASES, ANIMATIONS_DISABLED, 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, Host, HostBinding, HostListener, HydrationStatus, I18N_DATA, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION, 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, MAX_ANIMATION_TIMEOUT, 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, Optional, Output, PLATFORM_ID, PLATFORM_INITIALIZER, PRESERVE_HOST_CONTENT, Pipe, ProfilerEvent, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TimerScheduler, TracingAction, TracingService, TransferState, Type, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, allLeavingAnimations, allowSanitizationBypassAndThrow, angularCoreEnv, appendDeferBlocksToJSActionMap, asNativeElements, assertComponentDef, assertStandaloneComponentType, bypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript, bypassSanitizationTrustStyle, bypassSanitizationTrustUrl, calcPathForNode, checkNoChangesInternal, cleanupDehydratedViews, clearResolutionOfComponentResourcesQueue, collectNativeNodes, collectNativeNodesInLContainer, compileComponent, compileDirective, compileNgModule, compileNgModuleDefs, compilePipe, convertHydrateTriggersToJsAction, countBlocksSkippedByHydration, createEnvironmentInjector, createMultiResultQuerySignalFn, createNgModule, createNgModuleRef, createNgModuleRefWithProviders, createSingleResultOptionalQuerySignalFn, createSingleResultRequiredQuerySignalFn, depsTracker, devModeEqual, enableApplyRootElementTransformImpl, enableClaimDehydratedIcuCaseImpl, enableFindMatchingDehydratedViewImpl, enableLocateOrCreateContainerAnchorImpl, enableLocateOrCreateContainerRefImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateI18nNodeImpl, enableLocateOrCreateTextNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableProfiling, enableRetrieveDeferBlockDataImpl, enableRetrieveHydrationInfoImpl, enableStashEventListenerImpl, findLocaleData, flushModuleScopingQueueAsMuchAsPossible, gatherDeferBlocksCommentNodes, generateStandaloneInDeclarationsError, getAsyncClassMetadataFn, getCompilerFacade, getDebugNode, getDeferBlocks$1 as getDeferBlocks, getDirectives, getDocument, getHostElement, getLContext, getLDeferBlockDetails, getLNodeForHydration, getLocaleCurrencyCode, getLocalePluralCase, getOrComputeI18nChildren, getRegisteredNgModuleType, getSanitizationBypassType, getTDeferBlockDetails, getTransferState, inferTagNameFromDefinition, inputBinding, invokeListeners, isBoundToModule, isComponentDefPendingResolution, isComponentResourceResolutionQueueEmpty, isDeferBlock, isDetachedByI18n, isDisconnectedNode, isI18nHydrationEnabled, isI18nHydrationSupportEnabled, isInSkipHydrationBlock, isIncrementalHydrationEnabled, isJsObject, isLetDeclaration, isListLikeIterable, isNgModule, isPromise, isSignal, isSubscribable, isTNodeShape, isViewDirty, isWritableSignal, iterateListLike, makePropDecorator, makeStateKey, markForRefresh, noSideEffects, optionsReducer, outputBinding, patchComponentDefWithScope, performanceMarkFeature, processAndInitTriggers, processBlockData, processTextNodeBeforeSerialization, profiler, promiseWithResolvers, provideAppInitializer, provideNgReflectAttributes, provideZonelessChangeDetection, provideZonelessChangeDetectionInternal, publishDefaultGlobalUtils, publishExternalGlobalUtil, publishSignalConfiguration, readHydrationInfo, readPatchedLView, registerLocaleData, registerNgModuleType, remove, removeListeners, renderDeferBlockState, resetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests, resetJitOptions, resolveComponentResources, restoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest, setClassMetadata, setClassMetadataAsync, setDocument, setIsI18nHydrationSupportEnabled, setJSActionAttributes, setJitOptions, setLocaleId, setStashFn, setTestabilityGetter, sharedMapFunction, sharedStashFunction, transitiveScopesFor, triggerHydrationFromBlockName, triggerResourceLoading, trySerializeI18nBlock, twoWayBinding, unregisterAllLocaleData, unsupportedProjectionOfDomNodes, unwrapSafeValue, validAppIdInitializer, validateMatchingNode, validateNodeExists, verifySsrContentsIntegrity, ɵCONTROL, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, ɵsetClassDebugInfo, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, ɵɵExternalStylesFeature, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
18747
+ export { AFTER_RENDER_PHASES, ANIMATIONS_DISABLED, 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, Host, HostBinding, HostListener, HydrationStatus, I18N_DATA, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION, 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, MAX_ANIMATION_TIMEOUT, 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, Optional, Output, PLATFORM_ID, PLATFORM_INITIALIZER, PRESERVE_HOST_CONTENT, Pipe, ProfilerEvent, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TimerScheduler, TracingAction, TracingService, TransferState, Type, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, allLeavingAnimations, allowSanitizationBypassAndThrow, angularCoreEnv, appendDeferBlocksToJSActionMap, asNativeElements, assertComponentDef, assertStandaloneComponentType, bypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript, bypassSanitizationTrustStyle, bypassSanitizationTrustUrl, calcPathForNode, checkNoChangesInternal, cleanupDehydratedViews, clearResolutionOfComponentResourcesQueue, collectNativeNodes, collectNativeNodesInLContainer, compileComponent, compileDirective, compileNgModule, compileNgModuleDefs, compilePipe, convertHydrateTriggersToJsAction, countBlocksSkippedByHydration, createEnvironmentInjector, createMultiResultQuerySignalFn, createNgModule, createNgModuleRef, createNgModuleRefWithProviders, createSingleResultOptionalQuerySignalFn, createSingleResultRequiredQuerySignalFn, depsTracker, devModeEqual, enableApplyRootElementTransformImpl, enableClaimDehydratedIcuCaseImpl, enableFindMatchingDehydratedViewImpl, enableLocateOrCreateContainerAnchorImpl, enableLocateOrCreateContainerRefImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateI18nNodeImpl, enableLocateOrCreateTextNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableProfiling, enableRetrieveDeferBlockDataImpl, enableRetrieveHydrationInfoImpl, enableStashEventListenerImpl, findLocaleData, flushModuleScopingQueueAsMuchAsPossible, gatherDeferBlocksCommentNodes, generateStandaloneInDeclarationsError, getAsyncClassMetadataFn, getCompilerFacade, getDebugNode, getDeferBlocks$1 as getDeferBlocks, getDirectives, getDocument, getHostElement, getLContext, getLDeferBlockDetails, getLNodeForHydration, getLocaleCurrencyCode, getLocalePluralCase, getOrComputeI18nChildren, getRegisteredNgModuleType, getSanitizationBypassType, getTDeferBlockDetails, getTransferState, inferTagNameFromDefinition, inputBinding, invokeListeners, isBoundToModule, isComponentDefPendingResolution, isComponentResourceResolutionQueueEmpty, isDeferBlock, isDetachedByI18n, isDisconnectedNode, isI18nHydrationEnabled, isI18nHydrationSupportEnabled, isInSkipHydrationBlock, isIncrementalHydrationEnabled, isJsObject, isLetDeclaration, isListLikeIterable, isNgModule, isPromise, isSignal, isSubscribable, isTNodeShape, isViewDirty, isWritableSignal, iterateListLike, makePropDecorator, makeStateKey, markForRefresh, noSideEffects, optionsReducer, outputBinding, patchComponentDefWithScope, performanceMarkFeature, processAndInitTriggers, processBlockData, processTextNodeBeforeSerialization, profiler, promiseWithResolvers, provideAppInitializer, provideNgReflectAttributes, provideZonelessChangeDetection, provideZonelessChangeDetectionInternal, publishDefaultGlobalUtils, publishExternalGlobalUtil, publishSignalConfiguration, readHydrationInfo, readPatchedLView, registerLocaleData, registerNgModuleType, remove, removeListeners, renderDeferBlockState, resetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests, resetJitOptions, resolveComponentResources, restoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest, setClassMetadata, setClassMetadataAsync, setDocument, setIsI18nHydrationSupportEnabled, setJSActionAttributes, setJitOptions, setLocaleId, setStashFn, setTestabilityGetter, sharedMapFunction, sharedStashFunction, transitiveScopesFor, triggerHydrationFromBlockName, triggerResourceLoading, trySerializeI18nBlock, twoWayBinding, unregisterAllLocaleData, unsupportedProjectionOfDomNodes, unwrapSafeValue, validAppIdInitializer, validateMatchingNode, validateNodeExists, verifySsrContentsIntegrity, ɵCONTROL, ɵcontrolUpdate, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, ɵsetClassDebugInfo, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, ɵɵExternalStylesFeature, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
18679
18748
  //# sourceMappingURL=_debug_node-chunk.mjs.map