@angular/core 20.0.0-next.5 → 20.0.0-next.6

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 (68) hide show
  1. package/{api.d-mxcXqDpA.d.ts → api.d-DQLNOR5l.d.ts} +4 -4
  2. package/{discovery.d-CyYpOJ7j.d.ts → discovery.d-CFs2MaLO.d.ts} +7 -17
  3. package/{event_dispatcher.d-PWnbqZDx.d.ts → event_dispatcher.d-DlbccpYq.d.ts} +3 -3
  4. package/fesm2022/{attribute-B17mgaqe.mjs → attribute-BWp59EjE.mjs} +3 -3
  5. package/fesm2022/{attribute-B17mgaqe.mjs.map → attribute-BWp59EjE.mjs.map} +1 -1
  6. package/fesm2022/core.mjs +20 -18
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/{debug_node-xKpCIZm-.mjs → debug_node-z_3NG8qT.mjs} +77 -68
  9. package/fesm2022/{debug_node-xKpCIZm-.mjs.map → debug_node-z_3NG8qT.mjs.map} +1 -1
  10. package/fesm2022/primitives/di.mjs +1 -1
  11. package/fesm2022/primitives/event-dispatch.mjs +2 -2
  12. package/fesm2022/primitives/signals.mjs +5 -5
  13. package/fesm2022/{resource-BPpYEDic.mjs → resource-CPPwEcg7.mjs} +6 -8
  14. package/fesm2022/resource-CPPwEcg7.mjs.map +1 -0
  15. package/fesm2022/{root_effect_scheduler-D0_b1cf_.mjs → root_effect_scheduler-VSXfCzDX.mjs} +46 -15
  16. package/fesm2022/root_effect_scheduler-VSXfCzDX.mjs.map +1 -0
  17. package/fesm2022/rxjs-interop.mjs +7 -84
  18. package/fesm2022/rxjs-interop.mjs.map +1 -1
  19. package/fesm2022/{signal-DhRAAi7R.mjs → signal-B6pMq7KS.mjs} +3 -3
  20. package/fesm2022/{signal-DhRAAi7R.mjs.map → signal-B6pMq7KS.mjs.map} +1 -1
  21. package/fesm2022/testing.mjs +165 -103
  22. package/fesm2022/testing.mjs.map +1 -1
  23. package/fesm2022/{untracked-DaaW3JJm.mjs → untracked-Bz5WMeU1.mjs} +4 -4
  24. package/fesm2022/{untracked-DaaW3JJm.mjs.map → untracked-Bz5WMeU1.mjs.map} +1 -1
  25. package/fesm2022/{weak_ref-DrMdAIDh.mjs → weak_ref-BaIq-pgY.mjs} +3 -3
  26. package/fesm2022/{weak_ref-DrMdAIDh.mjs.map → weak_ref-BaIq-pgY.mjs.map} +1 -1
  27. package/{graph.d-StYigYp1.d.ts → graph.d-BcIOep_B.d.ts} +3 -3
  28. package/index.d.ts +18 -20
  29. package/{ng_i18n_closure_mode.d-DLxSUiDr.d.ts → ng_i18n_closure_mode.d-C9d2CaSt.d.ts} +5 -5
  30. package/package.json +2 -2
  31. package/primitives/di/index.d.ts +1 -1
  32. package/primitives/event-dispatch/index.d.ts +3 -3
  33. package/primitives/signals/index.d.ts +6 -6
  34. package/rxjs-interop/index.d.ts +8 -17
  35. package/schematics/bundles/{apply_import_manager-C-ysxahq.js → apply_import_manager-DnMqg1pY.js} +6 -6
  36. package/schematics/bundles/{change_tracker-0Ktek5Xl.js → change_tracker-UMPkv-eH.js} +3 -3
  37. package/schematics/bundles/{checker-DqUKCGda.js → checker-BFBQyesT.js} +20 -3
  38. package/schematics/bundles/cleanup-unused-imports.js +25 -20
  39. package/schematics/bundles/{compiler-CuoiHqkc.js → compiler-BQ7R7w2v.js} +962 -297
  40. package/schematics/bundles/compiler_host-CAfDJO3W.js +1 -1
  41. package/schematics/bundles/control-flow-migration.js +2 -2
  42. package/schematics/bundles/document-core.js +12 -12
  43. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  44. package/schematics/bundles/{index-WFXCe5Q0.js → index-Cv4Q415G.js} +127 -36
  45. package/schematics/bundles/{index-CwFQSYXZ.js → index-D8tMJPKa.js} +10 -10
  46. package/schematics/bundles/inject-flags.js +14 -14
  47. package/schematics/bundles/inject-migration.js +4 -4
  48. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  49. package/schematics/bundles/{migrate_ts_type_references-BNuHufqZ.js → migrate_ts_type_references-Cq_ZBuT4.js} +21 -21
  50. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  51. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  52. package/schematics/bundles/output-migration.js +80 -22
  53. package/schematics/bundles/{run_in_devkit-CmHxABFr.js → project_paths-ql6qcf_c.js} +254 -244
  54. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  55. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  56. package/schematics/bundles/route-lazy-loading.js +4 -4
  57. package/schematics/bundles/self-closing-tags-migration.js +20 -15
  58. package/schematics/bundles/signal-input-migration.js +26 -21
  59. package/schematics/bundles/signal-queries-migration.js +32 -27
  60. package/schematics/bundles/signals.js +8 -8
  61. package/schematics/bundles/standalone-migration.js +5 -5
  62. package/schematics/bundles/symbol-VPWguRxr.js +1 -1
  63. package/schematics/bundles/test-bed-get.js +13 -13
  64. package/{signal.d-BeaTIeOE.d.ts → signal.d-E0e5nW1p.d.ts} +4 -4
  65. package/testing/index.d.ts +9 -25
  66. package/{weak_ref.d-ttyj86RV.d.ts → weak_ref.d-eGOEP9S1.d.ts} +2 -2
  67. package/fesm2022/resource-BPpYEDic.mjs.map +0 -1
  68. package/fesm2022/root_effect_scheduler-D0_b1cf_.mjs.map +0 -1
@@ -1,10 +1,10 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.5
2
+ * @license Angular v20.0.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { O as OutputRef, a as OutputRefSubscription, D as DestroyRef, S as Signal, W as WritableSignal, V as ValueEqualityFn, I as Injector } from './ng_i18n_closure_mode.d-DLxSUiDr.js';
7
+ import { OutputRef, OutputRefSubscription, DestroyRef, Signal, WritableSignal, ValueEqualityFn, Injector } from './ng_i18n_closure_mode.d-C9d2CaSt.js';
8
8
 
9
9
  /**
10
10
  * An `OutputEmitterRef` is created by the `output()` function and can be
@@ -293,5 +293,5 @@ type ResourceStreamItem<T> = {
293
293
  error: unknown;
294
294
  };
295
295
 
296
- export { ResourceStatus as b, OutputEmitterRef as f, getOutputDestroyRef as g, output as o };
297
- export type { BaseResourceOptions as B, OutputOptions as O, PromiseResourceOptions as P, ResourceLoaderParams as R, StreamingResourceOptions as S, WritableResource as W, ResourceRef as a, Resource as c, ResourceStreamingLoader as d, ResourceOptions as e, ResourceLoader as h, ResourceStreamItem as i };
296
+ export { OutputEmitterRef, ResourceStatus, getOutputDestroyRef, output };
297
+ export type { BaseResourceOptions, OutputOptions, PromiseResourceOptions, Resource, ResourceLoader, ResourceLoaderParams, ResourceOptions, ResourceRef, ResourceStreamItem, ResourceStreamingLoader, StreamingResourceOptions, WritableResource };
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.5
2
+ * @license Angular v20.0.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { b as InjectionToken, T as Type, d as ValueProvider, E as ExistingProvider, F as FactoryProvider, C as ConstructorProvider, e as StaticClassProvider, f as ClassProvider, g as EnvironmentProviders, I as Injector, P as ProviderToken, c as InjectOptions, h as ProcessProvidersFunction, M as ModuleWithProviders, i as Provider, D as DestroyRef, j as InternalInjectFlags, W as WritableSignal, O as OutputRef, k as StaticProvider } from './ng_i18n_closure_mode.d-DLxSUiDr.js';
7
+ import { InjectionToken, Type, ValueProvider, ExistingProvider, FactoryProvider, ConstructorProvider, StaticClassProvider, ClassProvider, EnvironmentProviders, Injector, ProviderToken, InjectOptions, ProcessProvidersFunction, ModuleWithProviders, Provider, DestroyRef, InternalInjectFlags, WritableSignal, OutputRef, StaticProvider } from './ng_i18n_closure_mode.d-C9d2CaSt.js';
8
8
  import { Observable, Subject, Subscription } from 'rxjs';
9
- import { S as SignalNode } from './signal.d-BeaTIeOE.js';
10
- import { R as ReactiveNode } from './graph.d-StYigYp1.js';
9
+ import { SignalNode } from './signal.d-E0e5nW1p.js';
10
+ import { ReactiveNode } from './graph.d-BcIOep_B.js';
11
11
 
12
12
  /**
13
13
  * Reactive node type for an input signal. An input signal extends a signal.
@@ -3033,8 +3033,6 @@ declare abstract class EffectScheduler {
3033
3033
 
3034
3034
  /**
3035
3035
  * A global reactive effect, which can be manually destroyed.
3036
- *
3037
- * @developerPreview
3038
3036
  */
3039
3037
  interface EffectRef {
3040
3038
  /**
@@ -3044,8 +3042,6 @@ interface EffectRef {
3044
3042
  }
3045
3043
  /**
3046
3044
  * Options passed to the `effect` function.
3047
- *
3048
- * @developerPreview
3049
3045
  */
3050
3046
  interface CreateEffectOptions {
3051
3047
  /**
@@ -3078,14 +3074,10 @@ interface CreateEffectOptions {
3078
3074
  * An effect can, optionally, register a cleanup function. If registered, the cleanup is executed
3079
3075
  * before the next effect run. The cleanup function makes it possible to "cancel" any work that the
3080
3076
  * previous effect run might have started.
3081
- *
3082
- * @developerPreview
3083
3077
  */
3084
3078
  type EffectCleanupFn = () => void;
3085
3079
  /**
3086
3080
  * A callback passed to the effect function that makes it possible to register cleanup logic.
3087
- *
3088
- * @developerPreview
3089
3081
  */
3090
3082
  type EffectCleanupRegisterFn = (cleanupFn: EffectCleanupFn) => void;
3091
3083
  /**
@@ -3103,8 +3095,6 @@ type EffectCleanupRegisterFn = (cleanupFn: EffectCleanupFn) => void;
3103
3095
  * and have no connection to the component tree or change detection.
3104
3096
  *
3105
3097
  * `effect()` must be run in injection context, unless the `injector` option is manually specified.
3106
- *
3107
- * @developerPreview
3108
3098
  */
3109
3099
  declare function effect(effectFn: (onCleanup: EffectCleanupRegisterFn) => void, options?: CreateEffectOptions): EffectRef;
3110
3100
  interface EffectNode extends ReactiveNode, SchedulableEffect {
@@ -6694,6 +6684,7 @@ declare class ApplicationRef {
6694
6684
  * deprecated. Pass Component Types instead.
6695
6685
  */
6696
6686
  bootstrap<C>(componentFactory: ComponentFactory<C>, rootSelectorOrNode?: string | any): ComponentRef<C>;
6687
+ private bootstrapImpl;
6697
6688
  /**
6698
6689
  * Invoke this method to explicitly process change detection and its side-effects.
6699
6690
  *
@@ -6761,7 +6752,6 @@ declare class ApplicationRef {
6761
6752
  static ɵfac: ɵɵFactoryDeclaration<ApplicationRef, never>;
6762
6753
  static ɵprov: ɵɵInjectableDeclaration<ApplicationRef>;
6763
6754
  }
6764
- declare function detectChangesInViewIfRequired(lView: LView, isFirstPass: boolean, zonelessEnabled: boolean): void;
6765
6755
 
6766
6756
  /**
6767
6757
  * Type of the NgModule decorator / constructor function.
@@ -7389,5 +7379,5 @@ interface DeferBlockDetails extends DehydratedDeferBlock {
7389
7379
  */
7390
7380
  declare function getDeferBlocks(lView: LView, deferBlocks: DeferBlockDetails[]): void;
7391
7381
 
7392
- export { AfterRenderPhase as A, ComponentRef as C, ElementRef as E, ViewEncapsulation as J, ChangeDetectionStrategy as K, NgZone as N, PlatformRef as P, EmbeddedViewRef as R, ApplicationRef as W, ComponentFactory as X, NgModuleRef as Y, EnvironmentInjector as Z, DeferBlockState as a, CUSTOM_ELEMENTS_SCHEMA as a$, ComponentFactoryResolver as a0, NgModuleFactory as a1, ViewRef as a3, ChangeDetectionScheduler as a4, NotificationSource as a5, NgProbeToken as aC, APP_BOOTSTRAP_LISTENER as aD, DebugEventListener as aE, DebugNode as aF, asNativeElements as aG, getDebugNode as aH, EventEmitter as aJ, SecurityContext as aK, Sanitizer as aL, inputBinding as aM, outputBinding as aN, twoWayBinding as aO, HostBinding as aR, HostListener as aT, Input as aV, Output as aX, TDeferDetailsFlags as an, QueryFlags as as, QueryList as at, DebugElement as b, NO_ERRORS_SCHEMA as b0, ɵɵdefineInjectable as b1, defineInjectable as b2, ɵɵdefineInjector as b3, NoopNgZone as b6, Renderer2 as b7, RendererFactory2 as b8, CONTAINER_HEADER_OFFSET as bD, AfterRenderManager as bE, effect as bG, EffectScheduler as bJ, RendererStyleFlags2 as ba, Compiler as bc, COMPILER_OPTIONS as bd, CompilerFactory as be, ModuleWithComponentFactories as bf, NavigationDestination as bi, detectChangesInViewIfRequired as bj, TracingAction as bk, TracingService as bl, ZONELESS_ENABLED as bn, getDeferBlocks as bo, getInjectableDef as bp, AnimationRendererType as br, isBoundToModule as bs, injectChangeDetectorRef as bt, NG_INJ_DEF as bu, NG_PROV_DEF as bv, isInjectable as bw, AttributeMarker as bx, RenderFlags as bz, ChangeDetectorRef as c, DeferBlockBehavior as d, NgModule as e, Component as f, Directive as g, Pipe as h, Navigation as i, NavigationHistoryEntry as j, NavigateEvent as n, NavigationCurrentEntryChangeEvent as o, NavigationTransition as p, InputFlags as v };
7393
- export type { Binding as $, ComponentTemplate as B, DeferBlockDetails as D, TConstantsOrFactory as F, ComponentDefFeature as G, HostBindingsFunction as H, InputSignalNode as I, TypeOrFactory as L, DependencyTypeList as M, ComponentDef as O, DirectiveDef as Q, SchemaMetadata as S, TypeDecorator as T, LView as U, ViewQueriesFunction as V, DirectiveWithBindings as _, InternalNgModuleRef as a2, ɵɵInjectableDeclaration as a6, OpaqueViewState as a7, ɵɵNgModuleDeclaration as a8, ɵɵInjectorDeclaration as a9, DirectiveType as aA, BootstrapOptions as aB, Predicate as aI, ComponentDecorator as aP, DirectiveDecorator as aQ, HostBindingDecorator as aS, HostListenerDecorator as aU, InputDecorator as aW, OutputDecorator as aY, PipeDecorator as aZ, NgModuleDecorator as a_, TNode as aa, LContainer as ab, DeferBlockDependencyInterceptor as ac, DeferBlockConfig as ad, TView as ae, TDeferBlockDetails as af, RNode as ag, TrustedHTML as ah, CompilerOptions as ai, HostDirectiveConfig as aj, ComponentType as ak, NgModuleScopeInfoFromDecorator as al, DependencyResolverFn as am, SanitizerFn as ao, LocalRefExtractor as ap, GlobalTargetResolver as aq, ProjectionSlots as ar, RElement as au, RawScopeInfoFromDecorator as av, ClassDebugInfo as aw, TrustedScriptURL as ax, TrustedScript as ay, PipeType as az, InjectableType as b4, InjectorType as b5, ListenerOptions as b9, ɵɵComponentDeclaration as bA, ɵɵDirectiveDeclaration as bB, ɵɵPipeDeclaration as bC, CreateEffectOptions as bF, EffectRef as bH, EffectCleanupFn as bI, RendererType2 as bb, NavigationTypeString as bg, NavigationInterceptOptions as bh, TracingSnapshot as bm, ɵɵInjectorDef as bq, PipeDef as by, NavigationNavigateOptions as k, NavigationResult as l, NavigationOptions as m, NavigationUpdateCurrentEntryOptions as q, NavigationReloadOptions as r, AfterRenderRef as s, EffectCleanupRegisterFn as t, CssSelectorList as u, InputTransformFunction as w, DirectiveDefFeature as x, TAttributes as y, ContentQueriesFunction as z, ɵɵFactoryDeclaration as ɵ };
7382
+ export { APP_BOOTSTRAP_LISTENER, AfterRenderManager, AfterRenderPhase, AnimationRendererType, ApplicationRef, AttributeMarker, COMPILER_OPTIONS, CONTAINER_HEADER_OFFSET, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionScheduler, ChangeDetectionStrategy, ChangeDetectorRef, Compiler, CompilerFactory, Component, ComponentFactory, ComponentFactoryResolver, ComponentRef, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, Directive, EffectScheduler, ElementRef, EmbeddedViewRef, EnvironmentInjector, EventEmitter, HostBinding, HostListener, Input, InputFlags, ModuleWithComponentFactories, NG_INJ_DEF, NG_PROV_DEF, NO_ERRORS_SCHEMA, NavigateEvent, Navigation, NavigationCurrentEntryChangeEvent, NavigationDestination, NavigationHistoryEntry, NavigationTransition, NgModule, NgModuleFactory, NgModuleRef, NgProbeToken, NgZone, NoopNgZone, NotificationSource, Output, Pipe, PlatformRef, QueryFlags, QueryList, RenderFlags, Renderer2, RendererFactory2, RendererStyleFlags2, Sanitizer, SecurityContext, TDeferDetailsFlags, TracingAction, TracingService, ViewEncapsulation, ViewRef, ZONELESS_ENABLED, asNativeElements, defineInjectable, effect, getDebugNode, getDeferBlocks, getInjectableDef, injectChangeDetectorRef, inputBinding, isBoundToModule, isInjectable, outputBinding, twoWayBinding, ɵɵdefineInjectable, ɵɵdefineInjector };
7383
+ export type { AfterRenderRef, Binding, BootstrapOptions, ClassDebugInfo, CompilerOptions, ComponentDecorator, ComponentDef, ComponentDefFeature, ComponentTemplate, ComponentType, ContentQueriesFunction, CreateEffectOptions, CssSelectorList, DeferBlockConfig, DeferBlockDependencyInterceptor, DeferBlockDetails, DependencyResolverFn, DependencyTypeList, DirectiveDecorator, DirectiveDef, DirectiveDefFeature, DirectiveType, DirectiveWithBindings, EffectCleanupFn, EffectCleanupRegisterFn, EffectRef, GlobalTargetResolver, HostBindingDecorator, HostBindingsFunction, HostDirectiveConfig, HostListenerDecorator, InjectableType, InjectorType, InputDecorator, InputSignalNode, InputTransformFunction, InternalNgModuleRef, LContainer, LView, ListenerOptions, LocalRefExtractor, NavigationInterceptOptions, NavigationNavigateOptions, NavigationOptions, NavigationReloadOptions, NavigationResult, NavigationTypeString, NavigationUpdateCurrentEntryOptions, NgModuleDecorator, NgModuleScopeInfoFromDecorator, OpaqueViewState, OutputDecorator, PipeDecorator, PipeDef, PipeType, Predicate, ProjectionSlots, RElement, RNode, RawScopeInfoFromDecorator, RendererType2, SanitizerFn, SchemaMetadata, TAttributes, TConstantsOrFactory, TDeferBlockDetails, TNode, TView, TracingSnapshot, TrustedHTML, TrustedScript, TrustedScriptURL, TypeDecorator, TypeOrFactory, ViewQueriesFunction, ɵɵComponentDeclaration, ɵɵDirectiveDeclaration, ɵɵFactoryDeclaration, ɵɵInjectableDeclaration, ɵɵInjectorDeclaration, ɵɵInjectorDef, ɵɵNgModuleDeclaration, ɵɵPipeDeclaration };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.5
2
+ * @license Angular v20.0.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -342,5 +342,5 @@ declare class EventDispatcher {
342
342
  */
343
343
  declare function registerDispatcher(eventContract: UnrenamedEventContract, dispatcher: EventDispatcher): void;
344
344
 
345
- export { Restriction as R, EventContractContainer as b, EventDispatcher as c, EventPhase as d, EventInfoWrapper as e, EventContract as f, registerDispatcher as r };
346
- export type { EarlyJsactionDataContainer as E, EventInfo as a };
345
+ export { EventContract, EventContractContainer, EventDispatcher, EventInfoWrapper, EventPhase, Restriction, registerDispatcher };
346
+ export type { EarlyJsactionDataContainer, EventInfo };
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.5
2
+ * @license Angular v20.0.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -20,5 +20,5 @@ const Attribute = {
20
20
  JSACTION: 'jsaction',
21
21
  };
22
22
 
23
- export { Attribute as A };
24
- //# sourceMappingURL=attribute-B17mgaqe.mjs.map
23
+ export { Attribute };
24
+ //# sourceMappingURL=attribute-BWp59EjE.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"attribute-B17mgaqe.mjs","sources":["../../../../../../packages/core/primitives/event-dispatch/src/attribute.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nexport const Attribute = {\n /**\n * The jsaction attribute defines a mapping of a DOM event to a\n * generic event (aka jsaction), to which the actual event handlers\n * that implement the behavior of the application are bound. The\n * value is a semicolon separated list of colon separated pairs of\n * an optional DOM event name and a jsaction name. If the optional\n * DOM event name is omitted, 'click' is assumed. The jsaction names\n * are dot separated pairs of a namespace and a simple jsaction\n * name.\n *\n * See grammar in README.md for expected syntax in the attribute value.\n */\n JSACTION: 'jsaction' as const,\n};\n"],"names":[],"mappings":";;;;;;AAQa,MAAA,SAAS,GAAG;AACvB;;;;;;;;;;;AAWG;AACH,IAAA,QAAQ,EAAE,UAAmB;;;;;"}
1
+ {"version":3,"file":"attribute-BWp59EjE.mjs","sources":["../../../../../../packages/core/primitives/event-dispatch/src/attribute.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nexport const Attribute = {\n /**\n * The jsaction attribute defines a mapping of a DOM event to a\n * generic event (aka jsaction), to which the actual event handlers\n * that implement the behavior of the application are bound. The\n * value is a semicolon separated list of colon separated pairs of\n * an optional DOM event name and a jsaction name. If the optional\n * DOM event name is omitted, 'click' is assumed. The jsaction names\n * are dot separated pairs of a namespace and a simple jsaction\n * name.\n *\n * See grammar in README.md for expected syntax in the attribute value.\n */\n JSACTION: 'jsaction' as const,\n};\n"],"names":[],"mappings":";;;;;;AAQa,MAAA,SAAS,GAAG;AACvB;;;;;;;;;;;AAWG;AACH,IAAA,QAAQ,EAAE,UAAmB;;;;;"}
package/fesm2022/core.mjs CHANGED
@@ -1,25 +1,25 @@
1
1
  /**
2
- * @license Angular v20.0.0-next.5
2
+ * @license Angular v20.0.0-next.6
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
6
6
 
7
- import { R as RuntimeError, j as InjectionToken, G as getCurrentTNode, a as assertInInjectionContext, k as signalAsReadonlyFn, H as assertNgModuleType, I as Injector, i as inject, ɵ as __defineInjectable, f as formatRuntimeError, E as ErrorHandler, J as PROVIDED_ZONELESS, p as stringify, K as __inject, C as ChangeDetectionScheduler, L as makeEnvironmentProviders, A as runInInjectionContext, M as INJECTOR_SCOPE, O as ENVIRONMENT_INITIALIZER, Q as CheckNoChangesMode, B as EnvironmentInjector, Z as ZONELESS_ENABLED, _ as _global, S as isComponentHost, T as getComponentLViewByIndex, U as DECLARATION_COMPONENT_VIEW, W as getLView, X as __defineInjector, Y as unwrapRNode, $ as CLEANUP, a0 as isLContainer, a1 as unwrapLView, a2 as hasI18n, a3 as RENDERER, a4 as HOST, a5 as getComponentDef, a6 as assertTNode, a7 as isProjectionTNode, a8 as PARENT, a9 as CONTEXT, aa as HEADER_OFFSET, ab as TVIEW, ac as isRootView, l as CONTAINER_HEADER_OFFSET, ad as isLView, ae as getTNode, b as assertNotInReactiveContext, V as ViewContext, D as DestroyRef, af as getNullInjector } from './root_effect_scheduler-D0_b1cf_.mjs';
8
- export { am as INJECTOR, P as PendingTasks, ah as defineInjectable, ai as forwardRef, aj as importProvidersFrom, aB as isSignal, ag as isStandalone, ak as provideEnvironmentInitializer, r as resolveForwardRef, s as signal, c as ɵEffectScheduler, y as ɵINTERNAL_APPLICATION_ERROR_HANDLER, t as ɵNG_COMP_DEF, u as ɵNG_DIR_DEF, at as ɵNG_ELEMENT_ID, w as ɵNG_INJ_DEF, x as ɵNG_MOD_DEF, v as ɵNG_PIPE_DEF, aq as ɵNG_PROV_DEF, o as ɵPendingTasksInternal, ao as ɵXSS_SECURITY_URL, an as ɵconvertToBitFlags, as as ɵcreateInjector, q as ɵgetInjectableDef, z as ɵisEnvironmentProviders, ar as ɵisInjectable, d as ɵsetInjectorProfilerContext, ap as ɵtruncateMiddle, aC as ɵunwrapWritableSignal, au as ɵɵdisableBindings, av as ɵɵenableBindings, al as ɵɵinvalidFactoryDep, aw as ɵɵnamespaceHTML, ax as ɵɵnamespaceMathML, ay as ɵɵnamespaceSVG, az as ɵɵresetView, aA as ɵɵrestoreView } from './root_effect_scheduler-D0_b1cf_.mjs';
9
- import { u as SIGNAL_NODE, z as signalSetFn, S as SIGNAL, p as producerAccessed, b as consumerPollProducersForChange, d as consumerBeforeComputation, e as consumerAfterComputation } from './signal-DhRAAi7R.mjs';
10
- import { W as __injectAttribute, X as createMultiResultQuerySignalFn, Y as createSingleResultRequiredQuerySignalFn, Z as createSingleResultOptionalQuerySignalFn, _ as makePropDecorator, K as NgModuleFactory, G as COMPILER_OPTIONS, $ as setJitOptions, a0 as isComponentResourceResolutionQueueEmpty, a1 as getCompilerFacade, k as resolveComponentResources, a2 as IMAGE_CONFIG, a3 as getDocument, a4 as setClassMetadata, I as Injectable, N as NgZone, a5 as PROVIDED_NG_ZONE, a6 as remove, a7 as isPromise, m as ApplicationInitStatus, L as LOCALE_ID, n as DEFAULT_LOCALE_ID, s as setLocaleId, A as ApplicationRef, a8 as createNgModuleRefWithProviders, a9 as optionsReducer, z as internalProvideZoneChangeDetection, B as ChangeDetectionSchedulerImpl, aa as getNgZone, ab as getNgZoneOptions, ac as publishDefaultGlobalUtils, ad as PLATFORM_INITIALIZER, ae as publishSignalConfiguration, af as checkNoChangesInternal, ag as getRegisteredNgModuleType, ah as ViewRef$1, ai as isListLikeIterable, aj as iterateListLike, ak as isJsObject, al as SkipSelf, am as Optional, an as __defineNgModule, e as NgModule, ao as profiler, ap as assertStandaloneComponentType, aq as EnvironmentNgModuleRefAdapter, ar as IS_EVENT_REPLAY_ENABLED, as as JSACTION_BLOCK_ELEMENT_MAP, at as APP_BOOTSTRAP_LISTENER, au as APP_ID, av as JSACTION_EVENT_CONTRACT, aw as removeListeners, ax as isIncrementalHydrationEnabled, ay as performanceMarkFeature, az as EVENT_REPLAY_ENABLED_DEFAULT, aA as DEFER_BLOCK_SSR_ID_ATTRIBUTE, aB as invokeListeners, aC as triggerHydrationFromBlockName, aD as setStashFn, aE as sharedStashFunction, aF as sharedMapFunction, aG as isI18nHydrationEnabled, aH as TransferState, aI as NGH_DATA_KEY, aJ as NGH_DEFER_BLOCKS_KEY, aK as getLNodeForHydration, aL as NGH_ATTR_NAME, aM as SKIP_HYDRATION_ATTR_NAME, aN as isI18nHydrationSupportEnabled, aO as ViewEncapsulation$1, aP as getOrComputeI18nChildren, aQ as trySerializeI18nBlock, aR as I18N_DATA, aS as isTNodeShape, aT as isDetachedByI18n, aU as isDisconnectedNode, aV as isInSkipHydrationBlock, aW as unsupportedProjectionOfDomNodes, aX as TEMPLATES, aY as CONTAINERS, aZ as isLetDeclaration, a_ as ELEMENT_CONTAINERS, a$ as processTextNodeBeforeSerialization, b0 as setJSActionAttributes, b1 as DISCONNECTED_NODES, b2 as NODES, b3 as calcPathForNode, b4 as NUM_ROOT_NODES, b5 as TEMPLATE_ID, b6 as isDeferBlock, b7 as getLDeferBlockDetails, b8 as getTDeferBlockDetails, b9 as collectNativeNodesInLContainer, ba as validateNodeExists, bb as validateMatchingNode, bc as DEFER_BLOCK_ID, bd as DEFER_BLOCK_STATE, be as DEFER_BLOCK_STATE$1, bf as MULTIPLIER, bg as collectNativeNodes, bh as convertHydrateTriggersToJsAction, bi as DEFER_HYDRATE_TRIGGERS, bj as DEFER_PARENT_BLOCK_ID, bk as IS_HYDRATION_DOM_REUSE_ENABLED, bl as IS_I18N_HYDRATION_ENABLED, bm as IS_INCREMENTAL_HYDRATION_ENABLED, bn as DehydratedBlockRegistry, bo as DEHYDRATED_BLOCK_REGISTRY, bp as processBlockData, bq as gatherDeferBlocksCommentNodes, br as processAndInitTriggers, bs as appendDeferBlocksToJSActionMap, bt as verifySsrContentsIntegrity, bu as Console, bv as enableRetrieveHydrationInfoImpl, bw as enableLocateOrCreateElementNodeImpl, bx as enableLocateOrCreateTextNodeImpl, by as enableLocateOrCreateElementContainerNodeImpl, bz as enableLocateOrCreateContainerAnchorImpl, bA as enableLocateOrCreateContainerRefImpl, bB as enableFindMatchingDehydratedViewImpl, bC as enableApplyRootElementTransformImpl, bD as setIsI18nHydrationSupportEnabled, bE as PRESERVE_HOST_CONTENT, bF as cleanupDehydratedViews, bG as countBlocksSkippedByHydration, bH as enableLocateOrCreateI18nNodeImpl, bI as enablePrepareI18nBlockForHydrationImpl, bJ as enableClaimDehydratedIcuCaseImpl, bK as enableRetrieveDeferBlockDataImpl, bL as readPatchedLView, bM as setClassMetadataAsync, bN as angularCoreEnv, bO as NOOP_AFTER_RENDER_REF, bP as AfterRenderManager, bQ as TracingService, bR as AfterRenderImpl, bS as AfterRenderSequence, bT as AFTER_RENDER_PHASES, bU as assertComponentDef, o as ComponentFactory } from './debug_node-xKpCIZm-.mjs';
11
- export { b_ as ANIMATION_MODULE_TYPE, c0 as APP_INITIALIZER, ck as AfterRenderPhase, cs as Attribute, b$ as CSP_NONCE, cx as CUSTOM_ELEMENTS_SCHEMA, cO as ChangeDetectionStrategy, E as Compiler, cE as CompilerFactory, C as Component, cF as ComponentFactory, cH as ComponentFactoryResolver, cG as ComponentRef, cb as DEFAULT_CURRENCY_CODE, c2 as DebugElement, c3 as DebugEventListener, c4 as DebugNode, d as Directive, cI as ElementRef, ce as EventEmitter, cB as Host, ct as HostBinding, cu as HostListener, cz as Inject, cv as Input, cc as MissingTranslationStrategy, M as ModuleWithComponentFactories, cy as NO_ERRORS_SCHEMA, cJ as NgModuleFactory, cK as NgModuleRef, bV as NgProbeToken, cw as Output, bY as PACKAGE_ROOT_URL, bZ as PLATFORM_ID, P as Pipe, cL as QueryList, cC as Renderer2, R as RendererFactory2, cD as RendererStyleFlags2, cg as Sanitizer, cf as SecurityContext, cA as Self, cP as SimpleChange, c9 as TRANSLATIONS, ca as TRANSLATIONS_FORMAT, cM as TemplateRef, c6 as Testability, c7 as TestabilityRegistry, cd as Type, cN as ViewContainerRef, cn as afterNextRender, cm as afterRender, c5 as asNativeElements, cj as createEnvironmentInjector, ch as createNgModule, ci as createNgModuleRef, c as getDebugNode, co as inputBinding, cr as makeStateKey, cp as outputBinding, c1 as provideAppInitializer, bX as provideExperimentalZonelessChangeDetection, bW as provideZoneChangeDetection, c8 as setTestabilityGetter, cq as twoWayBinding, dk as ɵAcxChangeDetectionStrategy, dl as ɵAcxViewEncapsulation, cF as ɵComponentFactory, F as ɵDEFER_BLOCK_CONFIG, di as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, a as ɵDeferBlockBehavior, D as ɵDeferBlockState, dj as ɵFramework, cR as ɵIMAGE_CONFIG_DEFAULTS, g0 as ɵLContext, cY as ɵLocaleDataIndex, d8 as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, df as ɵNO_CHANGE, b as ɵNoopNgZone, f as ɵReflectionCapabilities, dc as ɵRender3ComponentRef, l as ɵRender3NgModuleRef, cU as ɵSSR_CONTENT_INTEGRITY_MARKER, d4 as ɵTESTABILITY, d5 as ɵTESTABILITY_GETTER, cS as ɵTracingAction, gm as ɵUSE_RUNTIME_DEPS_TRACKER_FOR_JIT, d2 as ɵ_sanitizeHtml, d3 as ɵ_sanitizeUrl, c$ as ɵallowSanitizationBypassAndThrow, g7 as ɵbypassSanitizationTrustHtml, g8 as ɵbypassSanitizationTrustResourceUrl, g9 as ɵbypassSanitizationTrustScript, ga as ɵbypassSanitizationTrustStyle, gb as ɵbypassSanitizationTrustUrl, x as ɵclearResolutionOfComponentResourcesQueue, p as ɵcompileComponent, q as ɵcompileDirective, g3 as ɵcompileNgModule, w as ɵcompileNgModuleDefs, u as ɵcompilePipe, h as ɵdepsTracker, cQ as ɵdetectChangesInViewIfRequired, d6 as ɵdevModeEqual, cV as ɵfindLocaleData, U as ɵflushModuleScopingQueueAsMuchAsPossible, J as ɵgenerateStandaloneInDeclarationsError, j as ɵgetAsyncClassMetadataFn, c as ɵgetDebugNode, g as ɵgetDeferBlocks, dd as ɵgetDirectives, de as ɵgetHostElement, db as ɵgetLContext, cW as ɵgetLocaleCurrencyCode, cX as ɵgetLocalePluralCase, d0 as ɵgetSanitizationBypassType, S as ɵgetUnknownElementStrictMode, T as ɵgetUnknownPropertyStrictMode, d9 as ɵisBoundToModule, i as ɵisComponentDefPendingResolution, g4 as ɵisNgModule, d7 as ɵisSubscribable, g5 as ɵisViewDirty, g6 as ɵmarkForRefresh, gl as ɵnoSideEffects, v as ɵpatchComponentDefWithScope, cl as ɵpublishExternalGlobalUtil, cT as ɵreadHydrationInfo, cZ as ɵregisterLocaleData, r as ɵrenderDeferBlockState, O as ɵresetCompiledComponents, g2 as ɵresetJitOptions, y as ɵrestoreComponentResolutionQueue, V as ɵsetAllowDuplicateNgModuleIdsForTest, dg as ɵsetClassDebugInfo, g1 as ɵsetDocument, ɵ as ɵsetUnknownElementStrictMode, Q as ɵsetUnknownPropertyStrictMode, dh as ɵstore, H as ɵtransitiveScopesFor, t as ɵtriggerResourceLoading, c_ as ɵunregisterLocaleData, d1 as ɵunwrapSafeValue, dP as ɵɵCopyDefinitionFeature, eW as ɵɵExternalStylesFeature, ey as ɵɵHostDirectivesFeature, e8 as ɵɵInheritDefinitionFeature, ed as ɵɵNgOnChangesFeature, ex as ɵɵProvidersFeature, dm as ɵɵadvance, f$ as ɵɵattachSourceLocations, dn as ɵɵattribute, dp as ɵɵattributeInterpolate1, dq as ɵɵattributeInterpolate2, dr as ɵɵattributeInterpolate3, ds as ɵɵattributeInterpolate4, dt as ɵɵattributeInterpolate5, du as ɵɵattributeInterpolate6, dv as ɵɵattributeInterpolate7, dw as ɵɵattributeInterpolate8, dx as ɵɵattributeInterpolateV, dy as ɵɵclassMap, dz as ɵɵclassMapInterpolate1, dA as ɵɵclassMapInterpolate2, dB as ɵɵclassMapInterpolate3, dC as ɵɵclassMapInterpolate4, dD as ɵɵclassMapInterpolate5, dE as ɵɵclassMapInterpolate6, dF as ɵɵclassMapInterpolate7, dG as ɵɵclassMapInterpolate8, dH as ɵɵclassMapInterpolateV, dI as ɵɵclassProp, dO as ɵɵcomponentInstance, dJ as ɵɵconditional, dL as ɵɵconditionalBranchCreate, dK as ɵɵconditionalCreate, dM as ɵɵcontentQuery, dN as ɵɵcontentQuerySignal, fX as ɵɵdeclareLet, fj as ɵɵdefer, fy as ɵɵdeferEnableTimerScheduling, fA as ɵɵdeferHydrateNever, fE as ɵɵdeferHydrateOnHover, fB as ɵɵdeferHydrateOnIdle, fC as ɵɵdeferHydrateOnImmediate, fF as ɵɵdeferHydrateOnInteraction, fD as ɵɵdeferHydrateOnTimer, fG as ɵɵdeferHydrateOnViewport, fz as ɵɵdeferHydrateWhen, fo as ɵɵdeferOnHover, fl as ɵɵdeferOnIdle, fm as ɵɵdeferOnImmediate, fp as ɵɵdeferOnInteraction, fn as ɵɵdeferOnTimer, fq as ɵɵdeferOnViewport, fv as ɵɵdeferPrefetchOnHover, fs as ɵɵdeferPrefetchOnIdle, ft as ɵɵdeferPrefetchOnImmediate, fw as ɵɵdeferPrefetchOnInteraction, fu as ɵɵdeferPrefetchOnTimer, fx as ɵɵdeferPrefetchOnViewport, fr as ɵɵdeferPrefetchWhen, fk as ɵɵdeferWhen, dQ as ɵɵdefineComponent, dR as ɵɵdefineDirective, dS as ɵɵdefinePipe, dT as ɵɵdirectiveInject, e0 as ɵɵdomProperty, dU as ɵɵelement, dV as ɵɵelementContainer, dW as ɵɵelementContainerEnd, dX as ɵɵelementContainerStart, dY as ɵɵelementEnd, dZ as ɵɵelementStart, eV as ɵɵgetComponentDepsFactory, d_ as ɵɵgetCurrentView, d$ as ɵɵgetInheritedFactory, e1 as ɵɵi18n, e2 as ɵɵi18nApply, e3 as ɵɵi18nAttributes, e4 as ɵɵi18nEnd, e5 as ɵɵi18nExp, e6 as ɵɵi18nPostprocess, e7 as ɵɵi18nStart, e9 as ɵɵinvalidFactory, ea as ɵɵlistener, eb as ɵɵloadQuery, ec as ɵɵnextContext, ee as ɵɵpipe, ef as ɵɵpipeBind1, eg as ɵɵpipeBind2, eh as ɵɵpipeBind3, ei as ɵɵpipeBind4, ej as ɵɵpipeBindV, ek as ɵɵprojection, el as ɵɵprojectionDef, em as ɵɵproperty, en as ɵɵpropertyInterpolate, eo as ɵɵpropertyInterpolate1, ep as ɵɵpropertyInterpolate2, eq as ɵɵpropertyInterpolate3, er as ɵɵpropertyInterpolate4, es as ɵɵpropertyInterpolate5, et as ɵɵpropertyInterpolate6, eu as ɵɵpropertyInterpolate7, ev as ɵɵpropertyInterpolate8, ew as ɵɵpropertyInterpolateV, ez as ɵɵpureFunction0, eA as ɵɵpureFunction1, eB as ɵɵpureFunction2, eC as ɵɵpureFunction3, eD as ɵɵpureFunction4, eE as ɵɵpureFunction5, eF as ɵɵpureFunction6, eG as ɵɵpureFunction7, eH as ɵɵpureFunction8, eI as ɵɵpureFunctionV, eJ as ɵɵqueryAdvance, eK as ɵɵqueryRefresh, fZ as ɵɵreadContextLet, eL as ɵɵreference, da as ɵɵregisterNgModuleType, eP as ɵɵrepeater, eQ as ɵɵrepeaterCreate, eR as ɵɵrepeaterTrackByIdentity, eS as ɵɵrepeaterTrackByIndex, f_ as ɵɵreplaceMetadata, eM as ɵɵresolveBody, eN as ɵɵresolveDocument, eO as ɵɵresolveWindow, gc as ɵɵsanitizeHtml, gd as ɵɵsanitizeResourceUrl, ge as ɵɵsanitizeScript, gf as ɵɵsanitizeStyle, gg as ɵɵsanitizeUrl, gh as ɵɵsanitizeUrlOrResourceUrl, eT as ɵɵsetComponentScope, eU as ɵɵsetNgModuleScope, fY as ɵɵstoreLet, eX as ɵɵstyleMap, eY as ɵɵstyleMapInterpolate1, eZ as ɵɵstyleMapInterpolate2, e_ as ɵɵstyleMapInterpolate3, e$ as ɵɵstyleMapInterpolate4, f0 as ɵɵstyleMapInterpolate5, f1 as ɵɵstyleMapInterpolate6, f2 as ɵɵstyleMapInterpolate7, f3 as ɵɵstyleMapInterpolate8, f4 as ɵɵstyleMapInterpolateV, f5 as ɵɵstyleProp, f6 as ɵɵstylePropInterpolate1, f7 as ɵɵstylePropInterpolate2, f8 as ɵɵstylePropInterpolate3, f9 as ɵɵstylePropInterpolate4, fa as ɵɵstylePropInterpolate5, fb as ɵɵstylePropInterpolate6, fc as ɵɵstylePropInterpolate7, fd as ɵɵstylePropInterpolate8, fe as ɵɵstylePropInterpolateV, ff as ɵɵsyntheticHostListener, fg as ɵɵsyntheticHostProperty, fh as ɵɵtemplate, fi as ɵɵtemplateRefExtractor, fH as ɵɵtext, fI as ɵɵtextInterpolate, fJ as ɵɵtextInterpolate1, fK as ɵɵtextInterpolate2, fL as ɵɵtextInterpolate3, fM as ɵɵtextInterpolate4, fN as ɵɵtextInterpolate5, fO as ɵɵtextInterpolate6, fP as ɵɵtextInterpolate7, fQ as ɵɵtextInterpolate8, fR as ɵɵtextInterpolateV, gi as ɵɵtrustConstantHtml, gj as ɵɵtrustConstantResourceUrl, fV as ɵɵtwoWayBindingSet, fW as ɵɵtwoWayListener, fU as ɵɵtwoWayProperty, gk as ɵɵvalidateIframeAttribute, fS as ɵɵviewQuery, fT as ɵɵviewQuerySignal } from './debug_node-xKpCIZm-.mjs';
12
- import { O as OutputEmitterRef } from './resource-BPpYEDic.mjs';
13
- export { a as ResourceStatus, c as computed, e as effect, l as linkedSignal, r as resource, u as untracked, R as ɵResourceImpl, g as ɵgetOutputDestroyRef } from './resource-BPpYEDic.mjs';
14
- export { s as ɵsetAlternateWeakRefImpl } from './weak_ref-DrMdAIDh.mjs';
7
+ import { RuntimeError, InjectionToken, getCurrentTNode, assertInInjectionContext, signalAsReadonlyFn, assertNgModuleType, Injector, inject, ɵɵdefineInjectable as __defineInjectable, formatRuntimeError, ErrorHandler, PROVIDED_ZONELESS, stringify, ɵɵinject as __inject, ChangeDetectionScheduler, errorHandlerEnvironmentInitializer, makeEnvironmentProviders, runInInjectionContext, INJECTOR_SCOPE, ENVIRONMENT_INITIALIZER, CheckNoChangesMode, EnvironmentInjector, ZONELESS_ENABLED, _global, isComponentHost, getComponentLViewByIndex, DECLARATION_COMPONENT_VIEW, getLView, ɵɵdefineInjector as __defineInjector, unwrapRNode, CLEANUP, isLContainer, unwrapLView, hasI18n, RENDERER, HOST, getComponentDef, assertTNode, isProjectionTNode, PARENT, CONTEXT, HEADER_OFFSET, TVIEW, isRootView, CONTAINER_HEADER_OFFSET, isLView, getTNode, assertNotInReactiveContext, ViewContext, DestroyRef, getNullInjector } from './root_effect_scheduler-VSXfCzDX.mjs';
8
+ export { INJECTOR, PendingTasks, defineInjectable, forwardRef, importProvidersFrom, isSignal, isStandalone, provideEnvironmentInitializer, resolveForwardRef, signal, EffectScheduler as ɵEffectScheduler, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, 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, PendingTasksInternal as ɵPendingTasksInternal, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, getInjectableDef as ɵgetInjectableDef, isEnvironmentProviders as ɵisEnvironmentProviders, isInjectable as ɵisInjectable, setInjectorProfilerContext as ɵsetInjectorProfilerContext, truncateMiddle as ɵtruncateMiddle, ɵunwrapWritableSignal, ɵɵdisableBindings, ɵɵenableBindings, ɵɵinvalidFactoryDep, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵresetView, ɵɵrestoreView } from './root_effect_scheduler-VSXfCzDX.mjs';
9
+ import { SIGNAL_NODE, signalSetFn, SIGNAL, producerAccessed, consumerPollProducersForChange, consumerBeforeComputation, consumerAfterComputation } from './signal-B6pMq7KS.mjs';
10
+ import { ɵɵinjectAttribute as __injectAttribute, createMultiResultQuerySignalFn, createSingleResultRequiredQuerySignalFn, createSingleResultOptionalQuerySignalFn, makePropDecorator, NgModuleFactory, COMPILER_OPTIONS, setJitOptions, isComponentResourceResolutionQueueEmpty, getCompilerFacade, resolveComponentResources, IMAGE_CONFIG, getDocument, setClassMetadata, Injectable, NgZone, PROVIDED_NG_ZONE, remove, isPromise, ApplicationInitStatus, LOCALE_ID, DEFAULT_LOCALE_ID, setLocaleId, ApplicationRef, createNgModuleRefWithProviders, optionsReducer, internalProvideZoneChangeDetection, ChangeDetectionSchedulerImpl, getNgZone, getNgZoneOptions, publishDefaultGlobalUtils, PLATFORM_INITIALIZER, publishSignalConfiguration, checkNoChangesInternal, getRegisteredNgModuleType, ViewRef as ViewRef$1, isListLikeIterable, iterateListLike, isJsObject, SkipSelf, Optional, ɵɵdefineNgModule as __defineNgModule, NgModule, profiler, assertStandaloneComponentType, EnvironmentNgModuleRefAdapter, IS_EVENT_REPLAY_ENABLED, JSACTION_BLOCK_ELEMENT_MAP, APP_BOOTSTRAP_LISTENER, APP_ID, JSACTION_EVENT_CONTRACT, removeListeners, isIncrementalHydrationEnabled, performanceMarkFeature, EVENT_REPLAY_ENABLED_DEFAULT, DEFER_BLOCK_SSR_ID_ATTRIBUTE, invokeListeners, triggerHydrationFromBlockName, setStashFn, sharedStashFunction, sharedMapFunction, isI18nHydrationEnabled, TransferState, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, getLNodeForHydration, NGH_ATTR_NAME, SKIP_HYDRATION_ATTR_NAME, isI18nHydrationSupportEnabled, ViewEncapsulation as ViewEncapsulation$1, getOrComputeI18nChildren, trySerializeI18nBlock, I18N_DATA, isTNodeShape, isDetachedByI18n, isDisconnectedNode, isInSkipHydrationBlock, unsupportedProjectionOfDomNodes, TEMPLATES, CONTAINERS, isLetDeclaration, ELEMENT_CONTAINERS, processTextNodeBeforeSerialization, setJSActionAttributes, DISCONNECTED_NODES, NODES, calcPathForNode, NUM_ROOT_NODES, TEMPLATE_ID, isDeferBlock, getLDeferBlockDetails, getTDeferBlockDetails, collectNativeNodesInLContainer, validateNodeExists, validateMatchingNode, DEFER_BLOCK_ID, DEFER_BLOCK_STATE, DEFER_BLOCK_STATE$1, MULTIPLIER, collectNativeNodes, convertHydrateTriggersToJsAction, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, DehydratedBlockRegistry, DEHYDRATED_BLOCK_REGISTRY, processBlockData, gatherDeferBlocksCommentNodes, processAndInitTriggers, appendDeferBlocksToJSActionMap, verifySsrContentsIntegrity, Console, enableRetrieveHydrationInfoImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateTextNodeImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateContainerAnchorImpl, enableLocateOrCreateContainerRefImpl, enableFindMatchingDehydratedViewImpl, enableApplyRootElementTransformImpl, setIsI18nHydrationSupportEnabled, PRESERVE_HOST_CONTENT, cleanupDehydratedViews, countBlocksSkippedByHydration, enableLocateOrCreateI18nNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableClaimDehydratedIcuCaseImpl, enableRetrieveDeferBlockDataImpl, readPatchedLView, setClassMetadataAsync, angularCoreEnv, NOOP_AFTER_RENDER_REF, AfterRenderManager, TracingService, AfterRenderImpl, AfterRenderSequence, AFTER_RENDER_PHASES, assertComponentDef, ComponentFactory } from './debug_node-z_3NG8qT.mjs';
11
+ export { ANIMATION_MODULE_TYPE, APP_INITIALIZER, AfterRenderPhase, Attribute, CSP_NONCE, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory$1 as ComponentFactory, ComponentFactoryResolver, ComponentRef, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, Directive, ElementRef, EventEmitter, Host, HostBinding, HostListener, Inject, Input, MissingTranslationStrategy, ModuleWithComponentFactories, NO_ERRORS_SCHEMA, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, NgProbeToken, Output, PACKAGE_ROOT_URL, PLATFORM_ID, Pipe, QueryList, Renderer2, RendererFactory2, RendererStyleFlags2, Sanitizer, SecurityContext, Self, SimpleChange, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, Type, ViewContainerRef, afterNextRender, afterRender, asNativeElements, createEnvironmentInjector, createNgModule, createNgModuleRef, getDebugNode, inputBinding, makeStateKey, outputBinding, provideAppInitializer, provideExperimentalZonelessChangeDetection, provideZoneChangeDetection, setTestabilityGetter, twoWayBinding, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, ComponentFactory$1 as ɵComponentFactory, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockState as ɵDeferBlockState, Framework as ɵFramework, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, NoopNgZone as ɵNoopNgZone, ReflectionCapabilities as ɵReflectionCapabilities, ComponentRef$1 as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TracingAction as ɵTracingAction, USE_RUNTIME_DEPS_TRACKER_FOR_JIT as ɵUSE_RUNTIME_DEPS_TRACKER_FOR_JIT, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allowSanitizationBypassAndThrow as ɵallowSanitizationBypassAndThrow, 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, compilePipe as ɵcompilePipe, depsTracker as ɵdepsTracker, devModeEqual as ɵdevModeEqual, findLocaleData as ɵfindLocaleData, flushModuleScopingQueueAsMuchAsPossible as ɵflushModuleScopingQueueAsMuchAsPossible, generateStandaloneInDeclarationsError as ɵgenerateStandaloneInDeclarationsError, getAsyncClassMetadataFn as ɵgetAsyncClassMetadataFn, getDebugNode as ɵgetDebugNode, getDeferBlocks as ɵgetDeferBlocks, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, getLContext as ɵgetLContext, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, isBoundToModule as ɵisBoundToModule, isComponentDefPendingResolution as ɵisComponentDefPendingResolution, isNgModule as ɵisNgModule, isSubscribable as ɵisSubscribable, isViewDirty as ɵisViewDirty, markForRefresh as ɵmarkForRefresh, noSideEffects as ɵnoSideEffects, patchComponentDefWithScope as ɵpatchComponentDefWithScope, publishExternalGlobalUtil as ɵpublishExternalGlobalUtil, readHydrationInfo as ɵreadHydrationInfo, registerLocaleData as ɵregisterLocaleData, renderDeferBlockState as ɵrenderDeferBlockState, resetCompiledComponents as ɵresetCompiledComponents, resetJitOptions as ɵresetJitOptions, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setDocument as ɵsetDocument, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, store as ɵstore, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, ɵɵCopyDefinitionFeature, ɵɵExternalStylesFeature, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵattachSourceLocations, ɵɵattribute, ɵɵattributeInterpolate1, ɵɵattributeInterpolate2, ɵɵattributeInterpolate3, ɵɵattributeInterpolate4, ɵɵattributeInterpolate5, ɵɵattributeInterpolate6, ɵɵattributeInterpolate7, ɵɵattributeInterpolate8, ɵɵattributeInterpolateV, ɵɵclassMap, ɵɵclassMapInterpolate1, ɵɵclassMapInterpolate2, ɵɵclassMapInterpolate3, ɵɵclassMapInterpolate4, ɵɵclassMapInterpolate5, ɵɵclassMapInterpolate6, ɵɵclassMapInterpolate7, ɵɵclassMapInterpolate8, ɵɵclassMapInterpolateV, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefinePipe, ɵɵdirectiveInject, ɵɵdomProperty, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpropertyInterpolate, ɵɵpropertyInterpolate1, ɵɵpropertyInterpolate2, ɵɵpropertyInterpolate3, ɵɵpropertyInterpolate4, ɵɵpropertyInterpolate5, ɵɵpropertyInterpolate6, ɵɵpropertyInterpolate7, ɵɵpropertyInterpolate8, ɵɵpropertyInterpolateV, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleMapInterpolate1, ɵɵstyleMapInterpolate2, ɵɵstyleMapInterpolate3, ɵɵstyleMapInterpolate4, ɵɵstyleMapInterpolate5, ɵɵstyleMapInterpolate6, ɵɵstyleMapInterpolate7, ɵɵstyleMapInterpolate8, ɵɵstyleMapInterpolateV, ɵɵstyleProp, ɵɵstylePropInterpolate1, ɵɵstylePropInterpolate2, ɵɵstylePropInterpolate3, ɵɵstylePropInterpolate4, ɵɵstylePropInterpolate5, ɵɵstylePropInterpolate6, ɵɵstylePropInterpolate7, ɵɵstylePropInterpolate8, ɵɵstylePropInterpolateV, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateIframeAttribute, ɵɵviewQuery, ɵɵviewQuerySignal } from './debug_node-z_3NG8qT.mjs';
12
+ import { OutputEmitterRef } from './resource-CPPwEcg7.mjs';
13
+ export { ResourceStatus, computed, effect, linkedSignal, resource, untracked, ResourceImpl as ɵResourceImpl, getOutputDestroyRef as ɵgetOutputDestroyRef } from './resource-CPPwEcg7.mjs';
14
+ export { setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl } from './weak_ref-BaIq-pgY.mjs';
15
15
  export { setCurrentInjector as ɵsetCurrentInjector } from './primitives/di.mjs';
16
16
  import { clearAppScopedEarlyEventContract, EventContract, EventContractContainer, getAppScopedQueuedEventInfos, EventDispatcher, registerDispatcher, EventPhase, isEarlyEventType, isCaptureEventType } from './primitives/event-dispatch.mjs';
17
+ import 'rxjs';
17
18
  import '@angular/core/primitives/di';
18
19
  import '@angular/core/primitives/signals';
19
- import 'rxjs';
20
20
  import 'rxjs/operators';
21
- import './attribute-B17mgaqe.mjs';
22
- import './untracked-DaaW3JJm.mjs';
21
+ import './attribute-BWp59EjE.mjs';
22
+ import './untracked-Bz5WMeU1.mjs';
23
23
 
24
24
  const REQUIRED_UNSET_VALUE = /* @__PURE__ */ Symbol('InputSignalNode#UNSET');
25
25
  // Note: Using an IIFE here to ensure that the spread assignment is not considered
@@ -622,7 +622,7 @@ class Version {
622
622
  /**
623
623
  * @publicApi
624
624
  */
625
- const VERSION = new Version('20.0.0-next.5');
625
+ const VERSION = new Version('20.0.0-next.6');
626
626
 
627
627
  function compileNgModuleFactory(injector, options, moduleType) {
628
628
  ngDevMode && assertNgModuleType(moduleType);
@@ -1047,6 +1047,7 @@ class PlatformRef {
1047
1047
  ignoreChangesOutsideZone,
1048
1048
  }),
1049
1049
  { provide: ChangeDetectionScheduler, useExisting: ChangeDetectionSchedulerImpl },
1050
+ errorHandlerEnvironmentInitializer,
1050
1051
  ];
1051
1052
  const moduleRef = createNgModuleRefWithProviders(moduleFactory.moduleType, this.injector, allAppProviders);
1052
1053
  return bootstrap({
@@ -2715,6 +2716,7 @@ function internalCreateApplication(config) {
2715
2716
  const allAppProviders = [
2716
2717
  internalProvideZoneChangeDetection({}),
2717
2718
  { provide: ChangeDetectionScheduler, useExisting: ChangeDetectionSchedulerImpl },
2719
+ errorHandlerEnvironmentInitializer,
2718
2720
  ...(appProviders || []),
2719
2721
  ];
2720
2722
  const adapter = new EnvironmentNgModuleRefAdapter({
@@ -4515,9 +4517,9 @@ function mergeApplicationConfig(...configs) {
4515
4517
  * * When performing static site generation (SSG).
4516
4518
  * * During route extraction in development (at the time of the request).
4517
4519
  *
4518
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Request | `Request` on MDN}
4520
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Request `Request` on MDN}
4519
4521
  *
4520
- * @developerPreview
4522
+ * @publicApi
4521
4523
  */
4522
4524
  const REQUEST = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'REQUEST' : '', {
4523
4525
  providedIn: 'platform',
@@ -4537,9 +4539,9 @@ const REQUEST = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode
4537
4539
  * * When performing static site generation (SSG).
4538
4540
  * * During route extraction in development (at the time of the request).
4539
4541
  *
4540
- * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Response/Response | `ResponseInit` on MDN}
4542
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Response/Response `ResponseInit` on MDN}
4541
4543
  *
4542
- * @developerPreview
4544
+ * @publicApi
4543
4545
  */
4544
4546
  const RESPONSE_INIT = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'RESPONSE_INIT' : '', {
4545
4547
  providedIn: 'platform',
@@ -4553,7 +4555,7 @@ const RESPONSE_INIT = new InjectionToken(typeof ngDevMode === 'undefined' || ngD
4553
4555
  * @remarks
4554
4556
  * This token is only available during server-side rendering and will be `null` in other contexts.
4555
4557
  *
4556
- * @developerPreview
4558
+ * @publicApi
4557
4559
  */
4558
4560
  const REQUEST_CONTEXT = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'REQUEST_CONTEXT' : '', {
4559
4561
  providedIn: 'platform',