@angular/core 19.2.2 → 19.2.4

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 (51) hide show
  1. package/event_dispatcher.d-pVP0-wST.d.ts +345 -0
  2. package/fesm2022/core.mjs +200 -176
  3. package/fesm2022/core.mjs.map +1 -1
  4. package/fesm2022/primitives/di.mjs +1 -1
  5. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  6. package/fesm2022/primitives/signals.mjs +4 -589
  7. package/fesm2022/primitives/signals.mjs.map +1 -1
  8. package/fesm2022/rxjs-interop.mjs +1 -1
  9. package/fesm2022/testing.mjs +2 -2
  10. package/fesm2022/testing.mjs.map +1 -1
  11. package/fesm2022/untracked-CS7WUAzb.mjs +605 -0
  12. package/fesm2022/untracked-CS7WUAzb.mjs.map +1 -0
  13. package/index.d.ts +8 -9
  14. package/{navigation_types.d-u4EOrrdZ.d.ts → navigation_types.d-DgDrF5rp.d.ts} +2 -2
  15. package/package.json +1 -1
  16. package/primitives/di/index.d.ts +24 -10
  17. package/primitives/event-dispatch/index.d.ts +5 -340
  18. package/primitives/signals/index.d.ts +5 -208
  19. package/rxjs-interop/index.d.ts +1 -1
  20. package/schematics/bundles/{apply_import_manager-C8MABThs.js → apply_import_manager-BynuozbO.js} +2 -2
  21. package/schematics/bundles/checker-DP-zos5Q.js +2 -2
  22. package/schematics/bundles/cleanup-unused-imports.js +5 -5
  23. package/schematics/bundles/compiler_host-DzM2hemp.js +1 -1
  24. package/schematics/bundles/control-flow-migration.js +32 -11
  25. package/schematics/bundles/explicit-standalone-flag.js +1 -1
  26. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  27. package/schematics/bundles/{index-CrKEaRj_.js → index-BPqwMr5d.js} +3 -3
  28. package/schematics/bundles/{index-CEdDCtp8.js → index-CPpyW--c.js} +3 -3
  29. package/schematics/bundles/inject-migration.js +1 -1
  30. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  31. package/schematics/bundles/{migrate_ts_type_references-C0325A9V.js → migrate_ts_type_references-Ri-K4P_1.js} +4 -4
  32. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  33. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  34. package/schematics/bundles/output-migration.js +5 -5
  35. package/schematics/bundles/pending-tasks.js +1 -1
  36. package/schematics/bundles/{program-CRYsSwIq.js → program-BmLi-Vxz.js} +34 -12
  37. package/schematics/bundles/{project_paths-BoRVJPjW.js → project_paths-CXXqWSoY.js} +2 -2
  38. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  39. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  40. package/schematics/bundles/provide-initializer.js +1 -1
  41. package/schematics/bundles/route-lazy-loading.js +1 -1
  42. package/schematics/bundles/self-closing-tags-migration.js +3 -3
  43. package/schematics/bundles/signal-input-migration.js +6 -6
  44. package/schematics/bundles/signal-queries-migration.js +6 -6
  45. package/schematics/bundles/signals.js +6 -6
  46. package/schematics/bundles/standalone-migration.js +3 -3
  47. package/testing/index.d.ts +2 -2
  48. package/weak_ref.d-Bp6cSy-X.d.ts +213 -0
  49. package/fesm2022/weak_ref-DrMdAIDh.mjs +0 -12
  50. package/fesm2022/weak_ref-DrMdAIDh.mjs.map +0 -1
  51. package/weak_ref.d-ttyj86RV.d.ts +0 -9
package/fesm2022/core.mjs CHANGED
@@ -1,17 +1,17 @@
1
1
  /**
2
- * @license Angular v19.2.2
2
+ * @license Angular v19.2.4
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { SIGNAL_NODE, signalSetFn, SIGNAL, producerAccessed, getActiveConsumer, setActiveConsumer, createSignal, signalUpdateFn, consumerDestroy, REACTIVE_NODE, consumerPollProducersForChange, consumerBeforeComputation, consumerAfterComputation, createComputed, setThrowInvalidWriteToSignalError, createWatch, isInNotificationPhase, createLinkedSignal, linkedSignalSetFn, linkedSignalUpdateFn } from '@angular/core/primitives/signals';
8
- export { SIGNAL as ɵSIGNAL } from '@angular/core/primitives/signals';
9
- import { getCurrentInjector, NOT_FOUND as NOT_FOUND$1, setCurrentInjector } from '@angular/core/primitives/di';
10
- export { setCurrentInjector as ɵsetCurrentInjector } from '@angular/core/primitives/di';
7
+ import { v as SIGNAL_NODE, z as signalSetFn, S as SIGNAL, p as producerAccessed, k as getActiveConsumer, u as setActiveConsumer$1, w as createSignal, A as signalUpdateFn, a as consumerDestroy, R as REACTIVE_NODE, b as consumerPollProducersForChange, d as consumerBeforeComputation, e as consumerAfterComputation, f as createComputed, s as setThrowInvalidWriteToSignalError, C as untracked$1, i as isInNotificationPhase, g as createLinkedSignal, l as linkedSignalSetFn, h as linkedSignalUpdateFn } from './untracked-CS7WUAzb.mjs';
8
+ export { B as ɵsetAlternateWeakRefImpl } from './untracked-CS7WUAzb.mjs';
9
+ import { getCurrentInjector, NOT_FOUND as NOT_FOUND$1, setCurrentInjector } from './primitives/di.mjs';
10
+ import { setActiveConsumer, createWatch } from '@angular/core/primitives/signals';
11
+ import { NOT_FOUND as NOT_FOUND$2 } from '@angular/core/primitives/di';
11
12
  import { BehaviorSubject, Subject, Subscription } from 'rxjs';
12
- import { Attribute as Attribute$1, clearAppScopedEarlyEventContract, EventContract, EventContractContainer, getAppScopedQueuedEventInfos, EventDispatcher, registerDispatcher, EventPhase, isEarlyEventType, isCaptureEventType } from '@angular/core/primitives/event-dispatch';
13
+ import { Attribute as Attribute$1, clearAppScopedEarlyEventContract, EventContract, EventContractContainer, getAppScopedQueuedEventInfos, EventDispatcher, registerDispatcher, EventPhase, isEarlyEventType, isCaptureEventType } from './primitives/event-dispatch.mjs';
13
14
  import { map } from 'rxjs/operators';
14
- export { s as ɵsetAlternateWeakRefImpl } from './weak_ref-DrMdAIDh.mjs';
15
15
 
16
16
  /**
17
17
  * Base URL for the error details page.
@@ -99,7 +99,12 @@ function createInputSignal(initialValue, options) {
99
99
  // Record that someone looked at this signal.
100
100
  producerAccessed(node);
101
101
  if (node.value === REQUIRED_UNSET_VALUE) {
102
- throw new RuntimeError(-950 /* RuntimeErrorCode.REQUIRED_INPUT_NO_VALUE */, ngDevMode && 'Input is required but no value is available yet.');
102
+ let message = null;
103
+ if (ngDevMode) {
104
+ const name = options?.debugName ?? options?.alias;
105
+ message = `Input${name ? ` "${name}"` : ''} is required but no value is available yet.`;
106
+ }
107
+ throw new RuntimeError(-950 /* RuntimeErrorCode.REQUIRED_INPUT_NO_VALUE */, message);
103
108
  }
104
109
  return node.value;
105
110
  }
@@ -2035,7 +2040,7 @@ class R3Injector extends EnvironmentInjector {
2035
2040
  }
2036
2041
  retrieve(token, options) {
2037
2042
  const ngOptions = options;
2038
- return this.get(token, ngOptions.optional ? NOT_FOUND$1 : THROW_IF_NOT_FOUND, ngOptions);
2043
+ return this.get(token, ngOptions.optional ? NOT_FOUND$2 : THROW_IF_NOT_FOUND, ngOptions);
2039
2044
  }
2040
2045
  /**
2041
2046
  * Destroy the injector and release references to every instance or provider associated with it.
@@ -4194,12 +4199,12 @@ function callHooks(currentView, arr, initPhase, currentNodeIndex) {
4194
4199
  */
4195
4200
  function callHookInternal(directive, hook) {
4196
4201
  profiler(4 /* ProfilerEvent.LifecycleHookStart */, directive, hook);
4197
- const prevConsumer = setActiveConsumer(null);
4202
+ const prevConsumer = setActiveConsumer$1(null);
4198
4203
  try {
4199
4204
  hook.call(directive);
4200
4205
  }
4201
4206
  finally {
4202
- setActiveConsumer(prevConsumer);
4207
+ setActiveConsumer$1(prevConsumer);
4203
4208
  profiler(5 /* ProfilerEvent.LifecycleHookEnd */, directive, hook);
4204
4209
  }
4205
4210
  }
@@ -6104,12 +6109,12 @@ class EventEmitter_ extends Subject {
6104
6109
  }
6105
6110
  }
6106
6111
  emit(value) {
6107
- const prevConsumer = setActiveConsumer(null);
6112
+ const prevConsumer = setActiveConsumer$1(null);
6108
6113
  try {
6109
6114
  super.next(value);
6110
6115
  }
6111
6116
  finally {
6112
- setActiveConsumer(prevConsumer);
6117
+ setActiveConsumer$1(prevConsumer);
6113
6118
  }
6114
6119
  }
6115
6120
  subscribe(observerOrNext, error, complete) {
@@ -6794,7 +6799,7 @@ class OutputEmitterRef {
6794
6799
  if (this.listeners === null) {
6795
6800
  return;
6796
6801
  }
6797
- const previousConsumer = setActiveConsumer(null);
6802
+ const previousConsumer = setActiveConsumer$1(null);
6798
6803
  try {
6799
6804
  for (const listenerFn of this.listeners) {
6800
6805
  try {
@@ -6806,7 +6811,7 @@ class OutputEmitterRef {
6806
6811
  }
6807
6812
  }
6808
6813
  finally {
6809
- setActiveConsumer(previousConsumer);
6814
+ setActiveConsumer$1(previousConsumer);
6810
6815
  }
6811
6816
  }
6812
6817
  }
@@ -7010,11 +7015,8 @@ function ɵunwrapWritableSignal(value) {
7010
7015
  * Create a `Signal` that can be set or updated directly.
7011
7016
  */
7012
7017
  function signal(initialValue, options) {
7013
- const signalFn = createSignal(initialValue);
7018
+ const signalFn = createSignal(initialValue, options?.equal);
7014
7019
  const node = signalFn[SIGNAL];
7015
- if (options?.equal) {
7016
- node.equal = options.equal;
7017
- }
7018
7020
  signalFn.set = (newValue) => signalSetFn(node, newValue);
7019
7021
  signalFn.update = (updateFn) => signalUpdateFn(node, updateFn);
7020
7022
  signalFn.asReadonly = signalAsReadonlyFn.bind(signalFn);
@@ -9972,12 +9974,62 @@ function processBlockData(injector) {
9972
9974
  }
9973
9975
  return blockDetails;
9974
9976
  }
9977
+ function isSsrContentsIntegrity(node) {
9978
+ return (!!node &&
9979
+ node.nodeType === Node.COMMENT_NODE &&
9980
+ node.textContent?.trim() === SSR_CONTENT_INTEGRITY_MARKER);
9981
+ }
9982
+ function skipTextNodes(node) {
9983
+ // Ignore whitespace. Before the <body>, we shouldn't find text nodes that aren't whitespace.
9984
+ while (node && node.nodeType === Node.TEXT_NODE) {
9985
+ node = node.previousSibling;
9986
+ }
9987
+ return node;
9988
+ }
9989
+ /**
9990
+ * Verifies whether the DOM contains a special marker added during SSR time to make sure
9991
+ * there is no SSR'ed contents transformations happen after SSR is completed. Typically that
9992
+ * happens either by CDN or during the build process as an optimization to remove comment nodes.
9993
+ * Hydration process requires comment nodes produced by Angular to locate correct DOM segments.
9994
+ * When this special marker is *not* present - throw an error and do not proceed with hydration,
9995
+ * since it will not be able to function correctly.
9996
+ *
9997
+ * Note: this function is invoked only on the client, so it's safe to use DOM APIs.
9998
+ */
9999
+ function verifySsrContentsIntegrity(doc) {
10000
+ for (const node of doc.body.childNodes) {
10001
+ if (isSsrContentsIntegrity(node)) {
10002
+ return;
10003
+ }
10004
+ }
10005
+ // Check if the HTML parser may have moved the marker to just before the <body> tag,
10006
+ // e.g. because the body tag was implicit and not present in the markup. An implicit body
10007
+ // tag is unlikely to interfer with whitespace/comments inside of the app's root element.
10008
+ // Case 1: Implicit body. Example:
10009
+ // <!doctype html><head><title>Hi</title></head><!--nghm--><app-root></app-root>
10010
+ const beforeBody = skipTextNodes(doc.body.previousSibling);
10011
+ if (isSsrContentsIntegrity(beforeBody)) {
10012
+ return;
10013
+ }
10014
+ // Case 2: Implicit body & head. Example:
10015
+ // <!doctype html><head><title>Hi</title><!--nghm--><app-root></app-root>
10016
+ let endOfHead = skipTextNodes(doc.head.lastChild);
10017
+ if (isSsrContentsIntegrity(endOfHead)) {
10018
+ return;
10019
+ }
10020
+ throw new RuntimeError(-507 /* RuntimeErrorCode.MISSING_SSR_CONTENT_INTEGRITY_MARKER */, typeof ngDevMode !== 'undefined' &&
10021
+ ngDevMode &&
10022
+ 'Angular hydration logic detected that HTML content of this page was modified after it ' +
10023
+ 'was produced during server side rendering. Make sure that there are no optimizations ' +
10024
+ 'that remove comment nodes from HTML enabled on your CDN. Angular hydration ' +
10025
+ 'relies on HTML produced by the server, including whitespaces and comment nodes.');
10026
+ }
9975
10027
 
9976
10028
  /** Refreshes all content queries declared by directives in a given view */
9977
10029
  function refreshContentQueries(tView, lView) {
9978
10030
  const contentQueries = tView.contentQueries;
9979
10031
  if (contentQueries !== null) {
9980
- const prevConsumer = setActiveConsumer(null);
10032
+ const prevConsumer = setActiveConsumer$1(null);
9981
10033
  try {
9982
10034
  for (let i = 0; i < contentQueries.length; i += 2) {
9983
10035
  const queryStartIdx = contentQueries[i];
@@ -9993,24 +10045,24 @@ function refreshContentQueries(tView, lView) {
9993
10045
  }
9994
10046
  }
9995
10047
  finally {
9996
- setActiveConsumer(prevConsumer);
10048
+ setActiveConsumer$1(prevConsumer);
9997
10049
  }
9998
10050
  }
9999
10051
  }
10000
10052
  function executeViewQueryFn(flags, viewQueryFn, component) {
10001
10053
  ngDevMode && assertDefined(viewQueryFn, 'View queries function to execute must be defined.');
10002
10054
  setCurrentQueryIndex(0);
10003
- const prevConsumer = setActiveConsumer(null);
10055
+ const prevConsumer = setActiveConsumer$1(null);
10004
10056
  try {
10005
10057
  viewQueryFn(flags, component);
10006
10058
  }
10007
10059
  finally {
10008
- setActiveConsumer(prevConsumer);
10060
+ setActiveConsumer$1(prevConsumer);
10009
10061
  }
10010
10062
  }
10011
10063
  function executeContentQueries(tView, tNode, lView) {
10012
10064
  if (isContentQueryHost(tNode)) {
10013
- const prevConsumer = setActiveConsumer(null);
10065
+ const prevConsumer = setActiveConsumer$1(null);
10014
10066
  try {
10015
10067
  const start = tNode.directiveStart;
10016
10068
  const end = tNode.directiveEnd;
@@ -10025,7 +10077,7 @@ function executeContentQueries(tView, tNode, lView) {
10025
10077
  }
10026
10078
  }
10027
10079
  finally {
10028
- setActiveConsumer(prevConsumer);
10080
+ setActiveConsumer$1(prevConsumer);
10029
10081
  }
10030
10082
  }
10031
10083
  }
@@ -12276,7 +12328,7 @@ var InputFlags;
12276
12328
  })(InputFlags || (InputFlags = {}));
12277
12329
 
12278
12330
  function writeToDirectiveInput(def, instance, publicName, value) {
12279
- const prevConsumer = setActiveConsumer(null);
12331
+ const prevConsumer = setActiveConsumer$1(null);
12280
12332
  try {
12281
12333
  if (ngDevMode) {
12282
12334
  if (!def.inputs.hasOwnProperty(publicName)) {
@@ -12316,7 +12368,7 @@ function writeToDirectiveInput(def, instance, publicName, value) {
12316
12368
  }
12317
12369
  }
12318
12370
  finally {
12319
- setActiveConsumer(prevConsumer);
12371
+ setActiveConsumer$1(prevConsumer);
12320
12372
  }
12321
12373
  }
12322
12374
 
@@ -12734,7 +12786,7 @@ function loadComponentRenderer(currentDef, tNode, lView) {
12734
12786
  return lView[RENDERER];
12735
12787
  }
12736
12788
  /** Handles an error thrown in an LView. */
12737
- function handleError(lView, error) {
12789
+ function handleError$1(lView, error) {
12738
12790
  const injector = lView[INJECTOR];
12739
12791
  const errorHandler = injector ? injector.get(ErrorHandler, null) : null;
12740
12792
  errorHandler && errorHandler.handleError(error);
@@ -12893,7 +12945,7 @@ function renderChildComponents(hostLView, components) {
12893
12945
  }
12894
12946
 
12895
12947
  function createAndRenderEmbeddedLView(declarationLView, templateTNode, context, options) {
12896
- const prevConsumer = setActiveConsumer(null);
12948
+ const prevConsumer = setActiveConsumer$1(null);
12897
12949
  try {
12898
12950
  const embeddedTView = templateTNode.tView;
12899
12951
  ngDevMode && assertDefined(embeddedTView, 'TView must be defined for a template node.');
@@ -12914,7 +12966,7 @@ function createAndRenderEmbeddedLView(declarationLView, templateTNode, context,
12914
12966
  return embeddedLView;
12915
12967
  }
12916
12968
  finally {
12917
- setActiveConsumer(prevConsumer);
12969
+ setActiveConsumer$1(prevConsumer);
12918
12970
  }
12919
12971
  }
12920
12972
  /**
@@ -13159,7 +13211,7 @@ function cleanUpView(tView, lView) {
13159
13211
  if (isDestroyed(lView)) {
13160
13212
  return;
13161
13213
  }
13162
- const prevConsumer = setActiveConsumer(null);
13214
+ const prevConsumer = setActiveConsumer$1(null);
13163
13215
  try {
13164
13216
  // Usually the Attached flag is removed when the view is detached from its parent, however
13165
13217
  // if it's a root view, the flag won't be unset hence why we're also removing on destroy.
@@ -13195,7 +13247,7 @@ function cleanUpView(tView, lView) {
13195
13247
  unregisterLView(lView);
13196
13248
  }
13197
13249
  finally {
13198
- setActiveConsumer(prevConsumer);
13250
+ setActiveConsumer$1(prevConsumer);
13199
13251
  }
13200
13252
  }
13201
13253
  /** Removes listeners and unsubscribes from output subscriptions */
@@ -13917,7 +13969,7 @@ function detectChangesInternal(lView, notifyErrorHandler = true, mode = 0 /* Cha
13917
13969
  }
13918
13970
  catch (error) {
13919
13971
  if (notifyErrorHandler) {
13920
- handleError(lView, error);
13972
+ handleError$1(lView, error);
13921
13973
  }
13922
13974
  throw error;
13923
13975
  }
@@ -17859,12 +17911,12 @@ class ComponentFactory extends ComponentFactory$1 {
17859
17911
  }
17860
17912
  create(injector, projectableNodes, rootSelectorOrNode, environmentInjector) {
17861
17913
  profiler(22 /* ProfilerEvent.DynamicComponentStart */);
17862
- const prevConsumer = setActiveConsumer(null);
17914
+ const prevConsumer = setActiveConsumer$1(null);
17863
17915
  try {
17864
17916
  const cmpDef = this.componentDef;
17865
17917
  ngDevMode && verifyNotAnOrphanComponent(cmpDef);
17866
17918
  const tAttributes = rootSelectorOrNode
17867
- ? ['ng-version', '19.2.2']
17919
+ ? ['ng-version', '19.2.4']
17868
17920
  : // Extract attributes and classes from the first selector only to match VE behavior.
17869
17921
  extractAttrsAndClassesFromSelector(this.componentDef.selectors[0]);
17870
17922
  // Create the root view. Uses empty TView and ContentTemplate.
@@ -17922,7 +17974,7 @@ class ComponentFactory extends ComponentFactory$1 {
17922
17974
  return new ComponentRef(this.componentType, rootLView);
17923
17975
  }
17924
17976
  finally {
17925
- setActiveConsumer(prevConsumer);
17977
+ setActiveConsumer$1(prevConsumer);
17926
17978
  }
17927
17979
  }
17928
17980
  }
@@ -20792,8 +20844,9 @@ function onTimer(delay) {
20792
20844
  */
20793
20845
  function scheduleTimerTrigger(delay, callback, injector) {
20794
20846
  const scheduler = injector.get(TimerScheduler);
20847
+ const ngZone = injector.get(NgZone);
20795
20848
  const cleanupFn = () => scheduler.remove(callback);
20796
- scheduler.add(delay, callback);
20849
+ scheduler.add(delay, callback, ngZone);
20797
20850
  return cleanupFn;
20798
20851
  }
20799
20852
  /**
@@ -20819,10 +20872,10 @@ class TimerScheduler {
20819
20872
  // the current callback invocation. The shape of this list is the same
20820
20873
  // as the shape of the `current` list.
20821
20874
  deferred = [];
20822
- add(delay, callback) {
20875
+ add(delay, callback, ngZone) {
20823
20876
  const target = this.executingCallbacks ? this.deferred : this.current;
20824
20877
  this.addToQueue(target, Date.now() + delay, callback);
20825
- this.scheduleTimer();
20878
+ this.scheduleTimer(ngZone);
20826
20879
  }
20827
20880
  remove(callback) {
20828
20881
  const { current, deferred } = this;
@@ -20868,7 +20921,7 @@ class TimerScheduler {
20868
20921
  }
20869
20922
  return index;
20870
20923
  }
20871
- scheduleTimer() {
20924
+ scheduleTimer(ngZone) {
20872
20925
  const callback = () => {
20873
20926
  this.clearTimeout();
20874
20927
  this.executingCallbacks = true;
@@ -20918,7 +20971,7 @@ class TimerScheduler {
20918
20971
  }
20919
20972
  this.deferred.length = 0;
20920
20973
  }
20921
- this.scheduleTimer();
20974
+ this.scheduleTimer(ngZone);
20922
20975
  };
20923
20976
  // Avoid running timer callbacks more than once per
20924
20977
  // average frame duration. This is needed for better
@@ -20941,7 +20994,9 @@ class TimerScheduler {
20941
20994
  this.clearTimeout();
20942
20995
  const timeout = Math.max(invokeAt - now, FRAME_DURATION_MS);
20943
20996
  this.invokeTimerAt = invokeAt;
20944
- this.timeoutId = setTimeout(callback, timeout);
20997
+ this.timeoutId = ngZone.runOutsideAngular(() => {
20998
+ return setTimeout(() => ngZone.run(callback), timeout);
20999
+ });
20945
21000
  }
20946
21001
  }
20947
21002
  }
@@ -21116,7 +21171,7 @@ function renderDeferBlockState(newState, tNode, lContainer, skipTimerScheduling
21116
21171
  applyStateFn(newState, lDetails, lContainer, tNode, hostLView);
21117
21172
  }
21118
21173
  catch (error) {
21119
- handleError(hostLView, error);
21174
+ handleError$1(hostLView, error);
21120
21175
  }
21121
21176
  }
21122
21177
  }
@@ -23502,7 +23557,7 @@ class ApplicationRef {
23502
23557
  if (this._runningTick) {
23503
23558
  throw new RuntimeError(101 /* RuntimeErrorCode.RECURSIVE_APPLICATION_REF_TICK */, ngDevMode && 'ApplicationRef.tick is called recursively');
23504
23559
  }
23505
- const prevConsumer = setActiveConsumer(null);
23560
+ const prevConsumer = setActiveConsumer$1(null);
23506
23561
  try {
23507
23562
  this._runningTick = true;
23508
23563
  this.synchronize();
@@ -23520,7 +23575,7 @@ class ApplicationRef {
23520
23575
  this._runningTick = false;
23521
23576
  this.tracingSnapshot?.dispose();
23522
23577
  this.tracingSnapshot = null;
23523
- setActiveConsumer(prevConsumer);
23578
+ setActiveConsumer$1(prevConsumer);
23524
23579
  this.afterTick.next();
23525
23580
  profiler(13 /* ProfilerEvent.ChangeDetectionEnd */);
23526
23581
  }
@@ -23884,7 +23939,7 @@ function triggerResourceLoading(tDetails, lView, tNode) {
23884
23939
  'Loading dependencies for `@defer` block failed, ' +
23885
23940
  `but no \`@error\` block was configured${templateLocation}. ` +
23886
23941
  'Consider using the `@error` block to render an error state.');
23887
- handleError(lView, error);
23942
+ handleError$1(lView, error);
23888
23943
  }
23889
23944
  }
23890
23945
  else {
@@ -24363,7 +24418,7 @@ function ɵɵdeferWhen(rawValue) {
24363
24418
  return;
24364
24419
  const bindingIndex = nextBindingIndex();
24365
24420
  if (bindingUpdated(lView, bindingIndex, rawValue)) {
24366
- const prevConsumer = setActiveConsumer(null);
24421
+ const prevConsumer = setActiveConsumer$1(null);
24367
24422
  try {
24368
24423
  const value = Boolean(rawValue); // handle truthy or falsy values
24369
24424
  const lDetails = getLDeferBlockDetails(lView, tNode);
@@ -24379,7 +24434,7 @@ function ɵɵdeferWhen(rawValue) {
24379
24434
  }
24380
24435
  }
24381
24436
  finally {
24382
- setActiveConsumer(prevConsumer);
24437
+ setActiveConsumer$1(prevConsumer);
24383
24438
  }
24384
24439
  }
24385
24440
  }
@@ -24397,7 +24452,7 @@ function ɵɵdeferPrefetchWhen(rawValue) {
24397
24452
  return;
24398
24453
  const bindingIndex = nextBindingIndex();
24399
24454
  if (bindingUpdated(lView, bindingIndex, rawValue)) {
24400
- const prevConsumer = setActiveConsumer(null);
24455
+ const prevConsumer = setActiveConsumer$1(null);
24401
24456
  try {
24402
24457
  const value = Boolean(rawValue); // handle truthy or falsy values
24403
24458
  const tView = lView[TVIEW];
@@ -24409,7 +24464,7 @@ function ɵɵdeferPrefetchWhen(rawValue) {
24409
24464
  }
24410
24465
  }
24411
24466
  finally {
24412
- setActiveConsumer(prevConsumer);
24467
+ setActiveConsumer$1(prevConsumer);
24413
24468
  }
24414
24469
  }
24415
24470
  }
@@ -24438,7 +24493,7 @@ function ɵɵdeferHydrateWhen(rawValue) {
24438
24493
  }
24439
24494
  else {
24440
24495
  const injector = lView[INJECTOR];
24441
- const prevConsumer = setActiveConsumer(null);
24496
+ const prevConsumer = setActiveConsumer$1(null);
24442
24497
  try {
24443
24498
  const value = Boolean(rawValue); // handle truthy or falsy values
24444
24499
  if (value === true) {
@@ -24452,7 +24507,7 @@ function ɵɵdeferHydrateWhen(rawValue) {
24452
24507
  }
24453
24508
  }
24454
24509
  finally {
24455
- setActiveConsumer(prevConsumer);
24510
+ setActiveConsumer$1(prevConsumer);
24456
24511
  }
24457
24512
  }
24458
24513
  }
@@ -27489,7 +27544,7 @@ function ɵɵconditional(matchingTemplateIndex, contextValue) {
27489
27544
  : undefined;
27490
27545
  const viewInContainerIdx = 0;
27491
27546
  if (bindingUpdated(hostLView, bindingIndex, matchingTemplateIndex)) {
27492
- const prevConsumer = setActiveConsumer(null);
27547
+ const prevConsumer = setActiveConsumer$1(null);
27493
27548
  try {
27494
27549
  // The index of the view to show changed - remove the previously displayed one
27495
27550
  // (it is a noop if there are no active views in a container).
@@ -27510,7 +27565,7 @@ function ɵɵconditional(matchingTemplateIndex, contextValue) {
27510
27565
  }
27511
27566
  }
27512
27567
  finally {
27513
- setActiveConsumer(prevConsumer);
27568
+ setActiveConsumer$1(prevConsumer);
27514
27569
  }
27515
27570
  }
27516
27571
  else if (prevContainer !== undefined) {
@@ -27712,7 +27767,7 @@ class LiveCollectionLContainerImpl extends LiveCollection {
27712
27767
  * @codeGenApi
27713
27768
  */
27714
27769
  function ɵɵrepeater(collection) {
27715
- const prevConsumer = setActiveConsumer(null);
27770
+ const prevConsumer = setActiveConsumer$1(null);
27716
27771
  const metadataSlotIdx = getSelectedIndex();
27717
27772
  try {
27718
27773
  const hostLView = getLView();
@@ -27764,7 +27819,7 @@ function ɵɵrepeater(collection) {
27764
27819
  }
27765
27820
  }
27766
27821
  finally {
27767
- setActiveConsumer(prevConsumer);
27822
+ setActiveConsumer$1(prevConsumer);
27768
27823
  }
27769
27824
  }
27770
27825
  function getLContainer(lView, index) {
@@ -29952,6 +30007,89 @@ function ɵɵi18nPostprocess(message, replacements = {}) {
29952
30007
  return i18nPostprocess(message, replacements);
29953
30008
  }
29954
30009
 
30010
+ /**
30011
+ * Wraps an event listener with a function that marks ancestors dirty and prevents default behavior,
30012
+ * if applicable.
30013
+ *
30014
+ * @param tNode The TNode associated with this listener
30015
+ * @param lView The LView that contains this listener
30016
+ * @param listenerFn The listener function to call
30017
+ * @param wrapWithPreventDefault Whether or not to prevent default behavior
30018
+ * (the procedural renderer does this already, so in those cases, we should skip)
30019
+ */
30020
+ function wrapListener(tNode, lView, context, listenerFn) {
30021
+ // Note: we are performing most of the work in the listener function itself
30022
+ // to optimize listener registration.
30023
+ return function wrapListenerIn_markDirtyAndPreventDefault(e) {
30024
+ // Ivy uses `Function` as a special token that allows us to unwrap the function
30025
+ // so that it can be invoked programmatically by `DebugNode.triggerEventHandler`.
30026
+ if (e === Function) {
30027
+ return listenerFn;
30028
+ }
30029
+ // In order to be backwards compatible with View Engine, events on component host nodes
30030
+ // must also mark the component view itself dirty (i.e. the view that it owns).
30031
+ const startView = isComponentHost(tNode) ? getComponentLViewByIndex(tNode.index, lView) : lView;
30032
+ markViewDirty(startView, 5 /* NotificationSource.Listener */);
30033
+ let result = executeListenerWithErrorHandling(lView, context, listenerFn, e);
30034
+ // A just-invoked listener function might have coalesced listeners so we need to check for
30035
+ // their presence and invoke as needed.
30036
+ let nextListenerFn = wrapListenerIn_markDirtyAndPreventDefault.__ngNextListenerFn__;
30037
+ while (nextListenerFn) {
30038
+ // We should prevent default if any of the listeners explicitly return false
30039
+ result = executeListenerWithErrorHandling(lView, context, nextListenerFn, e) && result;
30040
+ nextListenerFn = nextListenerFn.__ngNextListenerFn__;
30041
+ }
30042
+ return result;
30043
+ };
30044
+ }
30045
+ function executeListenerWithErrorHandling(lView, context, listenerFn, e) {
30046
+ const prevConsumer = setActiveConsumer(null);
30047
+ try {
30048
+ profiler(6 /* ProfilerEvent.OutputStart */, context, listenerFn);
30049
+ // Only explicitly returning false from a listener should preventDefault
30050
+ return listenerFn(e) !== false;
30051
+ }
30052
+ catch (error) {
30053
+ // TODO(atscott): This should report to the application error handler, not the ErrorHandler on LView injector
30054
+ handleError(lView, error);
30055
+ return false;
30056
+ }
30057
+ finally {
30058
+ profiler(7 /* ProfilerEvent.OutputEnd */, context, listenerFn);
30059
+ setActiveConsumer(prevConsumer);
30060
+ }
30061
+ }
30062
+ /** Handles an error thrown in an LView. */
30063
+ function handleError(lView, error) {
30064
+ const injector = lView[INJECTOR];
30065
+ const errorHandler = injector ? injector.get(ErrorHandler, null) : null;
30066
+ errorHandler && errorHandler.handleError(error);
30067
+ }
30068
+
30069
+ function listenToOutput(tNode, tView, lView, index, lookupName, eventName, listenerFn, lCleanup, tCleanup) {
30070
+ ngDevMode && assertIndexInRange(lView, index);
30071
+ const instance = lView[index];
30072
+ const def = tView.data[index];
30073
+ const propertyName = def.outputs[lookupName];
30074
+ const output = instance[propertyName];
30075
+ if (ngDevMode && !isOutputSubscribable(output)) {
30076
+ throw new Error(`@Output ${propertyName} not initialized in '${instance.constructor.name}'.`);
30077
+ }
30078
+ const subscription = output.subscribe(listenerFn);
30079
+ const idx = lCleanup.length;
30080
+ lCleanup.push(listenerFn, subscription);
30081
+ tCleanup && tCleanup.push(eventName, tNode.index, idx, -(idx + 1));
30082
+ }
30083
+ /**
30084
+ * Whether the given value represents a subscribable output.
30085
+ *
30086
+ * For example, an `EventEmitter, a `Subject`, an `Observable` or an
30087
+ * `OutputEmitter`.
30088
+ */
30089
+ function isOutputSubscribable(value) {
30090
+ return (value != null && typeof value.subscribe === 'function');
30091
+ }
30092
+
29955
30093
  /**
29956
30094
  * Contains a reference to a function that disables event replay feature
29957
30095
  * for server-side rendered applications. This function is overridden with
@@ -30129,80 +30267,6 @@ function listenerInternal(tView, lView, renderer, tNode, eventName, listenerFn,
30129
30267
  }
30130
30268
  }
30131
30269
  }
30132
- function listenToOutput(tNode, tView, lView, index, lookupName, eventName, listenerFn, lCleanup, tCleanup) {
30133
- ngDevMode && assertIndexInRange(lView, index);
30134
- const instance = lView[index];
30135
- const def = tView.data[index];
30136
- const propertyName = def.outputs[lookupName];
30137
- const output = instance[propertyName];
30138
- if (ngDevMode && !isOutputSubscribable(output)) {
30139
- throw new Error(`@Output ${propertyName} not initialized in '${instance.constructor.name}'.`);
30140
- }
30141
- const subscription = output.subscribe(listenerFn);
30142
- const idx = lCleanup.length;
30143
- lCleanup.push(listenerFn, subscription);
30144
- tCleanup && tCleanup.push(eventName, tNode.index, idx, -(idx + 1));
30145
- }
30146
- function executeListenerWithErrorHandling(lView, context, listenerFn, e) {
30147
- const prevConsumer = setActiveConsumer(null);
30148
- try {
30149
- profiler(6 /* ProfilerEvent.OutputStart */, context, listenerFn);
30150
- // Only explicitly returning false from a listener should preventDefault
30151
- return listenerFn(e) !== false;
30152
- }
30153
- catch (error) {
30154
- handleError(lView, error);
30155
- return false;
30156
- }
30157
- finally {
30158
- profiler(7 /* ProfilerEvent.OutputEnd */, context, listenerFn);
30159
- setActiveConsumer(prevConsumer);
30160
- }
30161
- }
30162
- /**
30163
- * Wraps an event listener with a function that marks ancestors dirty and prevents default behavior,
30164
- * if applicable.
30165
- *
30166
- * @param tNode The TNode associated with this listener
30167
- * @param lView The LView that contains this listener
30168
- * @param listenerFn The listener function to call
30169
- * @param wrapWithPreventDefault Whether or not to prevent default behavior
30170
- * (the procedural renderer does this already, so in those cases, we should skip)
30171
- */
30172
- function wrapListener(tNode, lView, context, listenerFn) {
30173
- // Note: we are performing most of the work in the listener function itself
30174
- // to optimize listener registration.
30175
- return function wrapListenerIn_markDirtyAndPreventDefault(e) {
30176
- // Ivy uses `Function` as a special token that allows us to unwrap the function
30177
- // so that it can be invoked programmatically by `DebugNode.triggerEventHandler`.
30178
- if (e === Function) {
30179
- return listenerFn;
30180
- }
30181
- // In order to be backwards compatible with View Engine, events on component host nodes
30182
- // must also mark the component view itself dirty (i.e. the view that it owns).
30183
- const startView = isComponentHost(tNode) ? getComponentLViewByIndex(tNode.index, lView) : lView;
30184
- markViewDirty(startView, 5 /* NotificationSource.Listener */);
30185
- let result = executeListenerWithErrorHandling(lView, context, listenerFn, e);
30186
- // A just-invoked listener function might have coalesced listeners so we need to check for
30187
- // their presence and invoke as needed.
30188
- let nextListenerFn = wrapListenerIn_markDirtyAndPreventDefault.__ngNextListenerFn__;
30189
- while (nextListenerFn) {
30190
- // We should prevent default if any of the listeners explicitly return false
30191
- result = executeListenerWithErrorHandling(lView, context, nextListenerFn, e) && result;
30192
- nextListenerFn = nextListenerFn.__ngNextListenerFn__;
30193
- }
30194
- return result;
30195
- };
30196
- }
30197
- /**
30198
- * Whether the given value represents a subscribable output.
30199
- *
30200
- * For example, an `EventEmitter, a `Subject`, an `Observable` or an
30201
- * `OutputEmitter`.
30202
- */
30203
- function isOutputSubscribable(value) {
30204
- return (value != null && typeof value.subscribe === 'function');
30205
- }
30206
30270
 
30207
30271
  /**
30208
30272
  * Retrieves a context at the level specified and saves it as the global, contextViewData.
@@ -34572,7 +34636,7 @@ class Version {
34572
34636
  /**
34573
34637
  * @publicApi
34574
34638
  */
34575
- const VERSION = new Version('19.2.2');
34639
+ const VERSION = new Version('19.2.4');
34576
34640
 
34577
34641
  /**
34578
34642
  * Combination of NgModuleFactory and ComponentFactories.
@@ -34814,7 +34878,7 @@ function internalProvideZoneChangeDetection({ ngZoneFactory, ignoreChangesOutsid
34814
34878
  * ```
34815
34879
  *
34816
34880
  * @publicApi
34817
- * @see {@link /api/core/bootstrapApplication bootstrapApplication}
34881
+ * @see {@link /api/platform-browser/bootstrapApplication bootstrapApplication}
34818
34882
  * @see {@link NgZoneOptions}
34819
34883
  */
34820
34884
  function provideZoneChangeDetection(options) {
@@ -39068,7 +39132,7 @@ function withDomHydration() {
39068
39132
  return;
39069
39133
  }
39070
39134
  if (inject(IS_HYDRATION_DOM_REUSE_ENABLED)) {
39071
- verifySsrContentsIntegrity();
39135
+ verifySsrContentsIntegrity(getDocument());
39072
39136
  enableHydrationRuntimeSupport();
39073
39137
  }
39074
39138
  else if (typeof ngDevMode !== 'undefined' && ngDevMode && !isClientRenderModeEnabled()) {
@@ -39210,35 +39274,6 @@ function logWarningOnStableTimedout(time, console) {
39210
39274
  `as a signal to complete hydration process.`;
39211
39275
  console.warn(formatRuntimeError(-506 /* RuntimeErrorCode.HYDRATION_STABLE_TIMEDOUT */, message));
39212
39276
  }
39213
- /**
39214
- * Verifies whether the DOM contains a special marker added during SSR time to make sure
39215
- * there is no SSR'ed contents transformations happen after SSR is completed. Typically that
39216
- * happens either by CDN or during the build process as an optimization to remove comment nodes.
39217
- * Hydration process requires comment nodes produced by Angular to locate correct DOM segments.
39218
- * When this special marker is *not* present - throw an error and do not proceed with hydration,
39219
- * since it will not be able to function correctly.
39220
- *
39221
- * Note: this function is invoked only on the client, so it's safe to use DOM APIs.
39222
- */
39223
- function verifySsrContentsIntegrity() {
39224
- const doc = getDocument();
39225
- let hydrationMarker;
39226
- for (const node of doc.body.childNodes) {
39227
- if (node.nodeType === Node.COMMENT_NODE &&
39228
- node.textContent?.trim() === SSR_CONTENT_INTEGRITY_MARKER) {
39229
- hydrationMarker = node;
39230
- break;
39231
- }
39232
- }
39233
- if (!hydrationMarker) {
39234
- throw new RuntimeError(-507 /* RuntimeErrorCode.MISSING_SSR_CONTENT_INTEGRITY_MARKER */, typeof ngDevMode !== 'undefined' &&
39235
- ngDevMode &&
39236
- 'Angular hydration logic detected that HTML content of this page was modified after it ' +
39237
- 'was produced during server side rendering. Make sure that there are no optimizations ' +
39238
- 'that remove comment nodes from HTML enabled on your CDN. Angular hydration ' +
39239
- 'relies on HTML produced by the server, including whitespaces and comment nodes.');
39240
- }
39241
- }
39242
39277
 
39243
39278
  /**
39244
39279
  * Transforms a value (typically a string) to a boolean.
@@ -39339,25 +39374,14 @@ function disableProfiling() {
39339
39374
  * can, optionally, return a value.
39340
39375
  */
39341
39376
  function untracked(nonReactiveReadsFn) {
39342
- const prevConsumer = setActiveConsumer(null);
39343
- // We are not trying to catch any particular errors here, just making sure that the consumers
39344
- // stack is restored in case of errors.
39345
- try {
39346
- return nonReactiveReadsFn();
39347
- }
39348
- finally {
39349
- setActiveConsumer(prevConsumer);
39350
- }
39377
+ return untracked$1(nonReactiveReadsFn);
39351
39378
  }
39352
39379
 
39353
39380
  /**
39354
39381
  * Create a computed `Signal` which derives a reactive value from an expression.
39355
39382
  */
39356
39383
  function computed(computation, options) {
39357
- const getter = createComputed(computation);
39358
- if (options?.equal) {
39359
- getter[SIGNAL].equal = options.equal;
39360
- }
39384
+ const getter = createComputed(computation, options?.equal);
39361
39385
  if (ngDevMode) {
39362
39386
  getter.toString = () => `[Computed: ${getter()}]`;
39363
39387
  getter[SIGNAL].debugName = options?.debugName;
@@ -40523,5 +40547,5 @@ const REQUEST_CONTEXT = new InjectionToken(typeof ngDevMode === 'undefined' || n
40523
40547
  factory: () => null,
40524
40548
  });
40525
40549
 
40526
- export { ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AfterRenderPhase, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, DestroyRef, Directive, ENVIRONMENT_INITIALIZER, ElementRef, EmbeddedViewRef, EnvironmentInjector, ErrorHandler, EventEmitter, HOST_TAG_NAME, Host, HostAttributeToken, HostBinding, HostListener, INJECTOR$1 as INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgProbeToken, NgZone, Optional, Output, OutputEmitterRef, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Renderer2, RendererFactory2, RendererStyleFlags2, ResourceStatus, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, afterNextRender, afterRender, afterRenderEffect, asNativeElements, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, effect, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, output, platformCore, provideAppInitializer, provideEnvironmentInitializer, provideExperimentalCheckNoChangesForDebug, provideExperimentalZonelessChangeDetection, providePlatformInitializer, provideZoneChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, signal, untracked, viewChild, viewChildren, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, AfterRenderManager as ɵAfterRenderManager, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, ChangeDetectionScheduler as ɵChangeDetectionScheduler, ChangeDetectionSchedulerImpl as ɵChangeDetectionSchedulerImpl, ComponentFactory$1 as ɵComponentFactory, Console as ɵConsole, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockState as ɵDeferBlockState, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, EffectScheduler as ɵEffectScheduler, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, MicrotaskEffectScheduler as ɵMicrotaskEffectScheduler, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_INJ_DEF as ɵNG_INJ_DEF, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, NoopNgZone as ɵNoopNgZone, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TracingAction as ɵTracingAction, TracingService as ɵTracingService, USE_RUNTIME_DEPS_TRACKER_FOR_JIT as ɵUSE_RUNTIME_DEPS_TRACKER_FOR_JIT, ViewRef$1 as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, ZONELESS_ENABLED as ɵZONELESS_ENABLED, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, detectChangesInViewIfRequired as ɵdetectChangesInViewIfRequired, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getDebugNode as ɵgetDebugNode, getDeferBlocks$1 as ɵgetDeferBlocks, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, getInjectableDef as ɵgetInjectableDef, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getOutputDestroyRef as ɵgetOutputDestroyRef, getSanitizationBypassType as ɵgetSanitizationBypassType, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, injectChangeDetectorRef as ɵinjectChangeDetectorRef, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isBoundToModule as ɵisBoundToModule, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isEnvironmentProviders as ɵisEnvironmentProviders, isInjectable as ɵisInjectable, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, microtaskEffect as ɵmicrotaskEffect, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, ɵunwrapWritableSignal, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, FactoryTarget as ɵɵFactoryTarget, ɵɵ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, ɵɵ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, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵ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, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵ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 };
40550
+ export { ANIMATION_MODULE_TYPE, APP_BOOTSTRAP_LISTENER, APP_ID, APP_INITIALIZER, AfterRenderPhase, ApplicationInitStatus, ApplicationModule, ApplicationRef, Attribute, COMPILER_OPTIONS, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver$1 as ComponentFactoryResolver, ComponentRef$1 as ComponentRef, ContentChild, ContentChildren, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, DefaultIterableDiffer, DestroyRef, Directive, ENVIRONMENT_INITIALIZER, ElementRef, EmbeddedViewRef, EnvironmentInjector, ErrorHandler, EventEmitter, HOST_TAG_NAME, Host, HostAttributeToken, HostBinding, HostListener, INJECTOR$1 as INJECTOR, Inject, InjectFlags, Injectable, InjectionToken, Injector, Input, IterableDiffers, KeyValueDiffers, LOCALE_ID, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModule, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgProbeToken, NgZone, Optional, Output, OutputEmitterRef, PACKAGE_ROOT_URL, PLATFORM_ID, PLATFORM_INITIALIZER, PendingTasks, Pipe, PlatformRef, Query, QueryList, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Renderer2, RendererFactory2, RendererStyleFlags2, ResourceStatus, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TransferState, Type, VERSION, Version, ViewChild, ViewChildren, ViewContainerRef, ViewEncapsulation, ViewRef, afterNextRender, afterRender, afterRenderEffect, asNativeElements, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createEnvironmentInjector, createNgModule, createNgModuleRef, createPlatform, createPlatformFactory, defineInjectable, destroyPlatform, effect, enableProdMode, forwardRef, getDebugNode, getModuleFactory, getNgModuleById, getPlatform, importProvidersFrom, inject, input, isDevMode, isSignal, isStandalone, linkedSignal, makeEnvironmentProviders, makeStateKey, mergeApplicationConfig, model, numberAttribute, output, platformCore, provideAppInitializer, provideEnvironmentInitializer, provideExperimentalCheckNoChangesForDebug, provideExperimentalZonelessChangeDetection, providePlatformInitializer, provideZoneChangeDetection, reflectComponentType, resolveForwardRef, resource, runInInjectionContext, setTestabilityGetter, signal, untracked, viewChild, viewChildren, ALLOW_MULTIPLE_PLATFORMS as ɵALLOW_MULTIPLE_PLATFORMS, AfterRenderManager as ɵAfterRenderManager, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, ChangeDetectionScheduler as ɵChangeDetectionScheduler, ChangeDetectionSchedulerImpl as ɵChangeDetectionSchedulerImpl, ComponentFactory$1 as ɵComponentFactory, Console as ɵConsole, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockState as ɵDeferBlockState, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, EffectScheduler as ɵEffectScheduler, IMAGE_CONFIG as ɵIMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, MicrotaskEffectScheduler as ɵMicrotaskEffectScheduler, NG_COMP_DEF as ɵNG_COMP_DEF, NG_DIR_DEF as ɵNG_DIR_DEF, NG_ELEMENT_ID as ɵNG_ELEMENT_ID, NG_INJ_DEF as ɵNG_INJ_DEF, NG_MOD_DEF as ɵNG_MOD_DEF, NG_PIPE_DEF as ɵNG_PIPE_DEF, NG_PROV_DEF as ɵNG_PROV_DEF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NgModuleFactory as ɵNgModuleFactory, NoopNgZone as ɵNoopNgZone, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PendingTasksInternal as ɵPendingTasksInternal, ReflectionCapabilities as ɵReflectionCapabilities, ComponentFactory as ɵRender3ComponentFactory, ComponentRef as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, ResourceImpl as ɵResourceImpl, RuntimeError as ɵRuntimeError, SIGNAL as ɵSIGNAL, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TracingAction as ɵTracingAction, TracingService as ɵTracingService, USE_RUNTIME_DEPS_TRACKER_FOR_JIT as ɵUSE_RUNTIME_DEPS_TRACKER_FOR_JIT, ViewRef$1 as ɵViewRef, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, ZONELESS_ENABLED as ɵZONELESS_ENABLED, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, annotateForHydration as ɵannotateForHydration, bypassSanitizationTrustHtml as ɵbypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl as ɵbypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript as ɵbypassSanitizationTrustScript, bypassSanitizationTrustStyle as ɵbypassSanitizationTrustStyle, bypassSanitizationTrustUrl as ɵbypassSanitizationTrustUrl, clearResolutionOfComponentResourcesQueue as ɵclearResolutionOfComponentResourcesQueue, compileComponent as ɵcompileComponent, compileDirective as ɵcompileDirective, compileNgModule as ɵcompileNgModule, compileNgModuleDefs as ɵcompileNgModuleDefs, compileNgModuleFactory as ɵcompileNgModuleFactory, compilePipe as ɵcompilePipe, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, depsTracker as ɵdepsTracker, detectChangesInViewIfRequired as ɵdetectChangesInViewIfRequired, devModeEqual as ɵdevModeEqual, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, formatRuntimeError as ɵformatRuntimeError, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getClosestComponentName as ɵgetClosestComponentName, getDebugNode as ɵgetDebugNode, getDeferBlocks$1 as ɵgetDeferBlocks, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, getInjectableDef as ɵgetInjectableDef, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getOutputDestroyRef as ɵgetOutputDestroyRef, getSanitizationBypassType as ɵgetSanitizationBypassType, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, _global as ɵglobal, injectChangeDetectorRef as ɵinjectChangeDetectorRef, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isBoundToModule as ɵisBoundToModule, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isEnvironmentProviders as ɵisEnvironmentProviders, isInjectable as ɵisInjectable, isNgModule as ɵisNgModule, isPromise as ɵisPromise, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, microtaskEffect as ɵmicrotaskEffect, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, performanceMarkFeature as ɵperformanceMarkFeature, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetJitOptions as ɵresetJitOptions, resolveComponentResources as ɵresolveComponentResources, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setCurrentInjector as ɵsetCurrentInjector, setDocument as ɵsetDocument, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, store as ɵstore, stringify as ɵstringify, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, truncateMiddle as ɵtruncateMiddle, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, ɵunwrapWritableSignal, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, FactoryTarget as ɵɵFactoryTarget, ɵɵ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, ɵɵ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, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdisableBindings, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableBindings, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵhostProperty, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinject, ɵɵinjectAttribute, ɵɵinvalidFactory, ɵɵinvalidFactoryDep, ɵɵlistener, ɵɵloadQuery, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵnextContext, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵ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, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresetView, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵrestoreView, ɵɵ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 };
40527
40551
  //# sourceMappingURL=core.mjs.map