@angular/core 22.0.0-next.8 → 22.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/_attribute-chunk.mjs +1 -1
- package/fesm2022/_debug_node-chunk.mjs +1051 -985
- package/fesm2022/_debug_node-chunk.mjs.map +1 -1
- package/fesm2022/_effect-chunk.mjs +1 -1
- package/fesm2022/_not_found-chunk.mjs +1 -1
- package/fesm2022/_pending_tasks-chunk.mjs +150 -36
- package/fesm2022/_pending_tasks-chunk.mjs.map +1 -1
- package/fesm2022/_resource-chunk.mjs +56 -18
- package/fesm2022/_resource-chunk.mjs.map +1 -1
- package/fesm2022/_untracked-chunk.mjs +1 -1
- package/fesm2022/_weak_ref-chunk.mjs +1 -1
- package/fesm2022/core.mjs +139 -79
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives-di.mjs +1 -1
- package/fesm2022/primitives-event-dispatch.mjs +1 -1
- package/fesm2022/primitives-signals.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +47 -3
- package/fesm2022/testing.mjs.map +1 -1
- package/package.json +7 -3
- package/schematics/bundles/apply_import_manager-CxA_YYgB.cjs +1 -1
- package/schematics/bundles/can-match-snapshot-required.cjs +1 -1
- package/schematics/bundles/change-detection-eager.cjs +1 -1
- package/schematics/bundles/cleanup-unused-imports.cjs +1 -1
- package/schematics/bundles/common-to-standalone-migration.cjs +1 -1
- package/schematics/bundles/compiler_host-CY14HvaP.cjs +1 -1
- package/schematics/bundles/control-flow-migration.cjs +1 -1
- package/schematics/bundles/http-xhr-backend.cjs +1 -1
- package/schematics/bundles/imports-CKV-ITqD.cjs +1 -1
- package/schematics/bundles/incremental-hydration.cjs +10 -7
- package/schematics/bundles/{index-DADA7AvC.cjs → index-DxFMpcXS.cjs} +7 -2
- package/schematics/bundles/inject-migration.cjs +1 -1
- package/schematics/bundles/json-file-Drblb4E1.cjs +1 -1
- package/schematics/bundles/leading_space-BTPRV0wu.cjs +1 -1
- package/schematics/bundles/{migrate_ts_type_references-B9LlDDUg.cjs → migrate_ts_type_references-DMv-GSuu.cjs} +28 -10
- package/schematics/bundles/model-output.cjs +200 -0
- package/schematics/bundles/ng_component_template-DPAF1aEA.cjs +1 -1
- package/schematics/bundles/ng_decorators-IVztR9rk.cjs +1 -1
- package/schematics/bundles/ngclass-to-class-migration.cjs +14 -6
- package/schematics/bundles/ngstyle-to-style-migration.cjs +1 -1
- package/schematics/bundles/nodes-ZSQ7WZRB.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +2 -2
- package/schematics/bundles/parse_html-C8eKA9px.cjs +1 -1
- package/schematics/bundles/project_paths-D2V-Uh2L.cjs +1 -1
- package/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs +1 -1
- package/schematics/bundles/property_name-BCpALNpZ.cjs +1 -1
- package/schematics/bundles/route-lazy-loading.cjs +1 -1
- package/schematics/bundles/router-testing-module-migration.cjs +1 -1
- package/schematics/bundles/safe-optional-chaining.cjs +570 -0
- package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
- package/schematics/bundles/signal-input-migration.cjs +3 -3
- package/schematics/bundles/signal-queries-migration.cjs +3 -3
- package/schematics/bundles/signals.cjs +3 -3
- package/schematics/bundles/standalone-migration.cjs +1 -1
- package/schematics/bundles/strict-safe-navigation-narrow.cjs +1 -1
- package/schematics/bundles/strict-templates-default.cjs +1 -1
- package/schematics/migrations.json +10 -0
- package/third_party/@mcp-b/webmcp-types/LICENSE +21 -0
- package/third_party/@mcp-b/webmcp-types/dist/common.d.ts +297 -0
- package/third_party/@mcp-b/webmcp-types/dist/json-schema.d.ts +196 -0
- package/third_party/@mcp-b/webmcp-types/index.d.ts +9 -0
- package/types/_api-chunk.d.ts +23 -14
- package/types/_chrome_dev_tools_performance-chunk.d.ts +1 -1
- package/types/_debug_node-chunk.d.ts +1 -1
- package/types/_effect-chunk.d.ts +1 -1
- package/types/_event_dispatcher-chunk.d.ts +1 -1
- package/types/_formatter-chunk.d.ts +1 -1
- package/types/_weak_ref-chunk.d.ts +1 -1
- package/types/core.d.ts +3379 -3064
- package/types/primitives-di.d.ts +1 -1
- package/types/primitives-event-dispatch.d.ts +1 -1
- package/types/primitives-signals.d.ts +1 -1
- package/types/rxjs-interop.d.ts +4 -4
- package/types/testing.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-
|
|
2
|
+
* @license Angular v22.0.0-rc.0
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -23,7 +23,7 @@ class Version {
|
|
|
23
23
|
this.patch = parts.slice(2).join('.');
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
const VERSION = /* @__PURE__ */new Version('22.0.0-
|
|
26
|
+
const VERSION = /* @__PURE__ */new Version('22.0.0-rc.0');
|
|
27
27
|
|
|
28
28
|
const DOC_PAGE_BASE_URL = (() => {
|
|
29
29
|
const full = VERSION.full;
|
|
@@ -57,39 +57,6 @@ function formatRuntimeError(code, message) {
|
|
|
57
57
|
return errorMessage;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
const _global = globalThis;
|
|
61
|
-
|
|
62
|
-
function ngDevModeResetPerfCounters() {
|
|
63
|
-
const locationString = typeof location !== 'undefined' ? location.toString() : '';
|
|
64
|
-
const newCounters = {
|
|
65
|
-
hydratedNodes: 0,
|
|
66
|
-
hydratedComponents: 0,
|
|
67
|
-
dehydratedViewsRemoved: 0,
|
|
68
|
-
dehydratedViewsCleanupRuns: 0,
|
|
69
|
-
componentsSkippedHydration: 0,
|
|
70
|
-
deferBlocksWithIncrementalHydration: 0
|
|
71
|
-
};
|
|
72
|
-
const allowNgDevModeTrue = locationString.indexOf('ngDevMode=false') === -1;
|
|
73
|
-
if (!allowNgDevModeTrue) {
|
|
74
|
-
_global['ngDevMode'] = false;
|
|
75
|
-
} else {
|
|
76
|
-
if (typeof _global['ngDevMode'] !== 'object') {
|
|
77
|
-
_global['ngDevMode'] = {};
|
|
78
|
-
}
|
|
79
|
-
Object.assign(_global['ngDevMode'], newCounters);
|
|
80
|
-
}
|
|
81
|
-
return newCounters;
|
|
82
|
-
}
|
|
83
|
-
function initNgDevMode() {
|
|
84
|
-
if (typeof ngDevMode === 'undefined' || ngDevMode) {
|
|
85
|
-
if (typeof ngDevMode !== 'object' || Object.keys(ngDevMode).length === 0) {
|
|
86
|
-
ngDevModeResetPerfCounters();
|
|
87
|
-
}
|
|
88
|
-
return typeof ngDevMode !== 'undefined' && !!ngDevMode;
|
|
89
|
-
}
|
|
90
|
-
return false;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
60
|
function getClosureSafeProperty(objWithPropertyToExtract) {
|
|
94
61
|
for (let key in objWithPropertyToExtract) {
|
|
95
62
|
if (objWithPropertyToExtract[key] === getClosureSafeProperty) {
|
|
@@ -641,6 +608,39 @@ function assertInjectImplementationNotEqual(fn) {
|
|
|
641
608
|
ngDevMode && assertNotEqual(_injectImplementation, fn, 'Calling ɵɵinject would cause infinite recursion');
|
|
642
609
|
}
|
|
643
610
|
|
|
611
|
+
const _global = globalThis;
|
|
612
|
+
|
|
613
|
+
function ngDevModeResetPerfCounters() {
|
|
614
|
+
const locationString = typeof location !== 'undefined' ? location.toString() : '';
|
|
615
|
+
const newCounters = {
|
|
616
|
+
hydratedNodes: 0,
|
|
617
|
+
hydratedComponents: 0,
|
|
618
|
+
dehydratedViewsRemoved: 0,
|
|
619
|
+
dehydratedViewsCleanupRuns: 0,
|
|
620
|
+
componentsSkippedHydration: 0,
|
|
621
|
+
deferBlocksWithIncrementalHydration: 0
|
|
622
|
+
};
|
|
623
|
+
const allowNgDevModeTrue = locationString.indexOf('ngDevMode=false') === -1;
|
|
624
|
+
if (!allowNgDevModeTrue) {
|
|
625
|
+
_global['ngDevMode'] = false;
|
|
626
|
+
} else {
|
|
627
|
+
if (typeof _global['ngDevMode'] !== 'object') {
|
|
628
|
+
_global['ngDevMode'] = {};
|
|
629
|
+
}
|
|
630
|
+
Object.assign(_global['ngDevMode'], newCounters);
|
|
631
|
+
}
|
|
632
|
+
return newCounters;
|
|
633
|
+
}
|
|
634
|
+
function initNgDevMode() {
|
|
635
|
+
if (typeof ngDevMode === 'undefined' || ngDevMode) {
|
|
636
|
+
if (typeof ngDevMode !== 'object' || Object.keys(ngDevMode).length === 0) {
|
|
637
|
+
ngDevModeResetPerfCounters();
|
|
638
|
+
}
|
|
639
|
+
return typeof ngDevMode !== 'undefined' && !!ngDevMode;
|
|
640
|
+
}
|
|
641
|
+
return false;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
644
|
const _THROW_IF_NOT_FOUND = {};
|
|
645
645
|
const THROW_IF_NOT_FOUND = _THROW_IF_NOT_FOUND;
|
|
646
646
|
const DI_DECORATOR_FLAG = '__NG_DI_FLAG__';
|
|
@@ -2127,6 +2127,16 @@ function createInjectorWithoutInjectorInstances(defType, parent = null, addition
|
|
|
2127
2127
|
return new R3Injector(providers, parent || getNullInjector(), source || null, scopes);
|
|
2128
2128
|
}
|
|
2129
2129
|
|
|
2130
|
+
const specialProviders = new Set();
|
|
2131
|
+
function registerSpecialProvider(clazz) {
|
|
2132
|
+
if (typeof ngDevMode !== 'undefined' && ngDevMode) {
|
|
2133
|
+
specialProviders.add(clazz);
|
|
2134
|
+
}
|
|
2135
|
+
}
|
|
2136
|
+
function getAllSpecialProviders() {
|
|
2137
|
+
return specialProviders;
|
|
2138
|
+
}
|
|
2139
|
+
|
|
2130
2140
|
class Injector {
|
|
2131
2141
|
static THROW_IF_NOT_FOUND = THROW_IF_NOT_FOUND;
|
|
2132
2142
|
static NULL = new NullInjector();
|
|
@@ -2151,6 +2161,9 @@ class Injector {
|
|
|
2151
2161
|
});
|
|
2152
2162
|
static __NG_ELEMENT_ID__ = -1;
|
|
2153
2163
|
}
|
|
2164
|
+
if (typeof ngDevMode === 'undefined' || ngDevMode) {
|
|
2165
|
+
registerSpecialProvider(Injector);
|
|
2166
|
+
}
|
|
2154
2167
|
|
|
2155
2168
|
const DOCUMENT = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'DocumentToken' : '');
|
|
2156
2169
|
|
|
@@ -2158,6 +2171,9 @@ class DestroyRef {
|
|
|
2158
2171
|
static __NG_ELEMENT_ID__ = injectDestroyRef;
|
|
2159
2172
|
static __NG_ENV_ID__ = injector => injector;
|
|
2160
2173
|
}
|
|
2174
|
+
if (typeof ngDevMode === 'undefined' || ngDevMode) {
|
|
2175
|
+
registerSpecialProvider(DestroyRef);
|
|
2176
|
+
}
|
|
2161
2177
|
class NodeInjectorDestroyRef extends DestroyRef {
|
|
2162
2178
|
_lView;
|
|
2163
2179
|
constructor(_lView) {
|
|
@@ -2697,6 +2713,104 @@ function signalAsReadonlyFn() {
|
|
|
2697
2713
|
return node.readonlyFn;
|
|
2698
2714
|
}
|
|
2699
2715
|
|
|
2716
|
+
const APP_ID = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'AppId' : '', {
|
|
2717
|
+
factory: () => DEFAULT_APP_ID
|
|
2718
|
+
});
|
|
2719
|
+
const DEFAULT_APP_ID = 'ng';
|
|
2720
|
+
const validAppIdInitializer = {
|
|
2721
|
+
provide: ENVIRONMENT_INITIALIZER,
|
|
2722
|
+
multi: true,
|
|
2723
|
+
useValue: () => {
|
|
2724
|
+
const appId = inject(APP_ID);
|
|
2725
|
+
const isAlphanumeric = /^[a-zA-Z0-9\-_]+$/.test(appId);
|
|
2726
|
+
if (!isAlphanumeric) {
|
|
2727
|
+
throw new RuntimeError(211, `APP_ID value "${appId}" is not alphanumeric. ` + `The APP_ID must be a string of alphanumeric characters. (a-zA-Z0-9), hyphens (-) and underscores (_) are allowed.`);
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
};
|
|
2731
|
+
const PLATFORM_INITIALIZER = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'Platform Initializer' : '');
|
|
2732
|
+
const PLATFORM_ID = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'Platform ID' : '', {
|
|
2733
|
+
providedIn: 'platform',
|
|
2734
|
+
factory: () => 'unknown'
|
|
2735
|
+
});
|
|
2736
|
+
const ANIMATION_MODULE_TYPE = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'AnimationModuleType' : '');
|
|
2737
|
+
const CSP_NONCE = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'CSP nonce' : '', {
|
|
2738
|
+
factory: () => {
|
|
2739
|
+
return inject(DOCUMENT).body?.querySelector('[ngCspNonce]')?.getAttribute('ngCspNonce') || null;
|
|
2740
|
+
}
|
|
2741
|
+
});
|
|
2742
|
+
const IMAGE_CONFIG_DEFAULTS = {
|
|
2743
|
+
breakpoints: [16, 32, 48, 64, 96, 128, 256, 384, 640, 750, 828, 1080, 1200, 1920, 2048, 3840],
|
|
2744
|
+
placeholderResolution: 30,
|
|
2745
|
+
disableImageSizeWarning: false,
|
|
2746
|
+
disableImageLazyLoadWarning: false
|
|
2747
|
+
};
|
|
2748
|
+
const IMAGE_CONFIG = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'ImageConfig' : '', {
|
|
2749
|
+
factory: () => IMAGE_CONFIG_DEFAULTS
|
|
2750
|
+
});
|
|
2751
|
+
|
|
2752
|
+
function makeStateKey(key) {
|
|
2753
|
+
return key;
|
|
2754
|
+
}
|
|
2755
|
+
class TransferState {
|
|
2756
|
+
static ɵprov =
|
|
2757
|
+
/* @__PURE__ */
|
|
2758
|
+
ɵɵdefineInjectable({
|
|
2759
|
+
token: TransferState,
|
|
2760
|
+
providedIn: 'root',
|
|
2761
|
+
factory: () => {
|
|
2762
|
+
const transferState = new TransferState();
|
|
2763
|
+
if (typeof ngServerMode === 'undefined' || !ngServerMode) {
|
|
2764
|
+
transferState.store = retrieveTransferredState(inject(DOCUMENT), inject(APP_ID));
|
|
2765
|
+
}
|
|
2766
|
+
return transferState;
|
|
2767
|
+
}
|
|
2768
|
+
});
|
|
2769
|
+
store = {};
|
|
2770
|
+
onSerializeCallbacks = {};
|
|
2771
|
+
get(key, defaultValue) {
|
|
2772
|
+
return this.store[key] !== undefined ? this.store[key] : defaultValue;
|
|
2773
|
+
}
|
|
2774
|
+
set(key, value) {
|
|
2775
|
+
this.store[key] = value;
|
|
2776
|
+
}
|
|
2777
|
+
remove(key) {
|
|
2778
|
+
delete this.store[key];
|
|
2779
|
+
}
|
|
2780
|
+
hasKey(key) {
|
|
2781
|
+
return this.store.hasOwnProperty(key);
|
|
2782
|
+
}
|
|
2783
|
+
get isEmpty() {
|
|
2784
|
+
return Object.keys(this.store).length === 0;
|
|
2785
|
+
}
|
|
2786
|
+
onSerialize(key, callback) {
|
|
2787
|
+
this.onSerializeCallbacks[key] = callback;
|
|
2788
|
+
}
|
|
2789
|
+
toJson() {
|
|
2790
|
+
for (const key in this.onSerializeCallbacks) {
|
|
2791
|
+
if (this.onSerializeCallbacks.hasOwnProperty(key)) {
|
|
2792
|
+
try {
|
|
2793
|
+
this.store[key] = this.onSerializeCallbacks[key]();
|
|
2794
|
+
} catch (e) {
|
|
2795
|
+
console.warn('Exception in onSerialize callback: ', e);
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
return JSON.stringify(this.store).replace(/</g, '\\u003C').replace(/\//g, '\\u002F');
|
|
2800
|
+
}
|
|
2801
|
+
}
|
|
2802
|
+
function retrieveTransferredState(doc, appId) {
|
|
2803
|
+
const script = doc.getElementById(appId + '-state');
|
|
2804
|
+
if (script?.textContent) {
|
|
2805
|
+
try {
|
|
2806
|
+
return JSON.parse(script.textContent);
|
|
2807
|
+
} catch (e) {
|
|
2808
|
+
console.warn('Exception while restoring TransferState for app ' + appId, e);
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
return {};
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2700
2814
|
function assertNotInReactiveContext(debugFn, extraContext) {
|
|
2701
2815
|
if (getActiveConsumer() !== null) {
|
|
2702
2816
|
throw new RuntimeError(-602, ngDevMode && `${debugFn.name}() cannot be called from within a reactive context.${extraContext ? ` ${extraContext}` : ''}`);
|
|
@@ -2976,5 +3090,5 @@ class PendingTasks {
|
|
|
2976
3090
|
});
|
|
2977
3091
|
}
|
|
2978
3092
|
|
|
2979
|
-
export { AFTER_RENDER_SEQUENCES_TO_ADD, ANIMATIONS, CHILD_HEAD, CHILD_TAIL, CLEANUP, CONTAINER_HEADER_OFFSET, CONTEXT, ChangeDetectionScheduler, CheckNoChangesMode, DEBUG_TASK_TRACKER, DECLARATION_COMPONENT_VIEW, DECLARATION_LCONTAINER, DECLARATION_VIEW, DEHYDRATED_VIEWS, DOCUMENT, DOC_PAGE_BASE_URL, DestroyRef, EFFECTS, EFFECTS_TO_SCHEDULE, EMBEDDED_VIEW_INJECTOR, EMPTY_ARRAY, EMPTY_OBJ, ENVIRONMENT, ENVIRONMENT_INITIALIZER, ERROR_DETAILS_PAGE_BASE_URL, EffectRefImpl, EffectScheduler, EnvironmentInjector, ErrorHandler, EventEmitter, FLAGS, HEADER_OFFSET, HOST, HYDRATION, ID, INJECTOR, INJECTOR$1, INJECTOR_DEF_TYPES, INJECTOR_SCOPE, INTERNAL_APPLICATION_ERROR_HANDLER, InjectionToken, Injector, MATH_ML_NAMESPACE, MOVED_VIEWS, NATIVE, NEXT, NG_COMP_DEF, NG_DIR_DEF, NG_ELEMENT_ID, NG_FACTORY_DEF, NG_INJ_DEF, NG_MOD_DEF, NG_PIPE_DEF, NG_PROV_DEF, NgZone, NoopNgZone, NullInjector, ON_DESTROY_HOOKS, PARENT, PREORDER_HOOK_FLAGS, PROVIDED_ZONELESS, PendingTasks, PendingTasksInternal, QUERIES, R3Injector, REACTIVE_TEMPLATE_CONSUMER, RENDERER, RuntimeError, SCHEDULE_IN_ROOT_ZONE, SCHEDULE_IN_ROOT_ZONE_DEFAULT, SVG_NAMESPACE, TVIEW, T_HOST, VERSION, VIEW_REFS, Version, ViewContext, XSS_SECURITY_URL, ZONELESS_ENABLED, _global, addToArray, angularZoneInstanceIdProperty, arrayEquals, arrayInsert2, arraySplice, assertDefined, assertDirectiveDef, assertDomNode, assertElement, assertEqual, assertFirstCreatePass, assertFirstUpdatePass, assertFunction, assertGreaterThan, assertGreaterThanOrEqual, assertHasParent, assertInInjectionContext, assertIndexInDeclRange, assertIndexInExpandoRange, assertIndexInRange, assertInjectImplementationNotEqual, assertLContainer, assertLView, assertLessThan, assertNgModuleType, assertNodeInjector, assertNotDefined, assertNotEqual, assertNotInReactiveContext, assertNotReactive, assertNotSame, assertNumber, assertNumberInRange, assertOneOf, assertParentView, assertProjectionSlots, assertSame, assertString, assertTIcu, assertTNode, assertTNodeCreationIndex, assertTNodeForLView, assertTNodeForTView, attachInjectFlag, concatStringsWithSpace, convertToBitFlags, createInjector, createInjectorWithoutInjectorInstances, cyclicDependencyError, cyclicDependencyErrorWithDetails, debugStringifyTypeForError, decreaseElementDepthCount, deepForEach, effect, emitAfterRenderEffectPhaseCreatedEvent, emitInjectEvent, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, emitProviderConfiguredEvent, enterDI, enterSkipHydrationBlock, enterView, errorHandlerEnvironmentInitializer, fillProperties, flatten, formatRuntimeError, forwardRef, getBindingIndex, getBindingRoot, getBindingsEnabled, getClosureSafeProperty, getComponentDef, getComponentLViewByIndex, getConstant, getContextLView, getCurrentDirectiveDef, getCurrentDirectiveIndex, getCurrentParentTNode, getCurrentQueryIndex, getCurrentTNode, getCurrentTNodePlaceholderOk, getDirectiveDef, getDirectiveDefOrThrow, getElementDepthCount, getFactoryDef, getInjectableDef, getInjectorDef, getLView, getLViewParent, getNamespace, getNativeByIndex, getNativeByTNode, getNativeByTNodeOrNull, getNgModuleDef, getNgModuleDefOrThrow, getNullInjector, getOrCreateLViewCleanup, getOrCreateTViewCleanup, getPipeDef, getSelectedIndex, getSelectedTNode, getTNode, getTView, hasI18n, importProvidersFrom, increaseElementDepthCount, incrementBindingIndex, initNgDevMode, inject, injectRootLimpMode, internalImportProvidersFrom, isClassProvider, isComponentDef, isComponentHost, isContentQueryHost, isCreationMode, isCurrentTNodeParent, isDestroyed, isDirectiveHost, isEnvironmentProviders, isExhaustiveCheckNoChanges, isForwardRef, isInCheckNoChangesMode, isInI18nBlock, isInInjectionContext, isInSkipHydrationBlock, isInjectable, isLContainer, isLView, isProjectionTNode, isRefreshingViews, isRootView, isSignal, isSkipHydrationRootTNode, isStandalone, isTypeProvider, isWritableSignal, keyValueArrayGet, keyValueArrayIndexOf, keyValueArraySet, lastNodeWasCreated, leaveDI, leaveSkipHydrationBlock, leaveView, load, makeEnvironmentProviders, markAncestorsForTraversal, markViewForRefresh, newArray, nextBindingIndex, nextContextImpl, provideBrowserGlobalErrorListeners, provideEnvironmentInitializer, providerToFactory, removeFromArray, removeLViewOnDestroy, renderStringify, requiresRefreshOrTraversal, resetPreOrderHookFlags, resolveForwardRef, runInInjectionContext, runInInjectorProfilerContext, scheduleCallbackWithMicrotask, scheduleCallbackWithRafRace, setBindingIndex, setBindingRootForHostBindings, setCurrentDirectiveIndex, setCurrentQueryIndex, setCurrentTNode, setCurrentTNodeAsNotParent, setInI18nBlock, setInjectImplementation, setInjectorProfiler, setInjectorProfilerContext, setIsInCheckNoChangesMode, setIsRefreshingViews, setSelectedIndex, signal, signalAsReadonlyFn, store, storeCleanupWithContext, storeLViewOnDestroy, stringify, stringifyForError, throwError, throwProviderNotFoundError, truncateMiddle, unwrapLView, unwrapRNode, updateAncestorTraversalFlagsOnAttach, viewAttachedToChangeDetector, viewAttachedToContainer, walkProviderTree, walkUpViews, wasLastNodeCreated, ɵunwrapWritableSignal, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdisableBindings, ɵɵenableBindings, ɵɵinject, ɵɵinvalidFactoryDep, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵresetView, ɵɵrestoreView };
|
|
3093
|
+
export { AFTER_RENDER_SEQUENCES_TO_ADD, ANIMATIONS, ANIMATION_MODULE_TYPE, APP_ID, CHILD_HEAD, CHILD_TAIL, CLEANUP, CONTAINER_HEADER_OFFSET, CONTEXT, CSP_NONCE, ChangeDetectionScheduler, CheckNoChangesMode, DEBUG_TASK_TRACKER, DECLARATION_COMPONENT_VIEW, DECLARATION_LCONTAINER, DECLARATION_VIEW, DEHYDRATED_VIEWS, DOCUMENT, DOC_PAGE_BASE_URL, DestroyRef, EFFECTS, EFFECTS_TO_SCHEDULE, EMBEDDED_VIEW_INJECTOR, EMPTY_ARRAY, EMPTY_OBJ, ENVIRONMENT, ENVIRONMENT_INITIALIZER, ERROR_DETAILS_PAGE_BASE_URL, EffectRefImpl, EffectScheduler, EnvironmentInjector, ErrorHandler, EventEmitter, FLAGS, HEADER_OFFSET, HOST, HYDRATION, ID, IMAGE_CONFIG, IMAGE_CONFIG_DEFAULTS, INJECTOR, INJECTOR$1, INJECTOR_DEF_TYPES, INJECTOR_SCOPE, INTERNAL_APPLICATION_ERROR_HANDLER, InjectionToken, Injector, MATH_ML_NAMESPACE, MOVED_VIEWS, NATIVE, NEXT, NG_COMP_DEF, NG_DIR_DEF, NG_ELEMENT_ID, NG_FACTORY_DEF, NG_INJ_DEF, NG_MOD_DEF, NG_PIPE_DEF, NG_PROV_DEF, NgZone, NoopNgZone, NullInjector, ON_DESTROY_HOOKS, PARENT, PLATFORM_ID, PLATFORM_INITIALIZER, PREORDER_HOOK_FLAGS, PROVIDED_ZONELESS, PendingTasks, PendingTasksInternal, QUERIES, R3Injector, REACTIVE_TEMPLATE_CONSUMER, RENDERER, RuntimeError, SCHEDULE_IN_ROOT_ZONE, SCHEDULE_IN_ROOT_ZONE_DEFAULT, SVG_NAMESPACE, TVIEW, T_HOST, TransferState, VERSION, VIEW_REFS, Version, ViewContext, XSS_SECURITY_URL, ZONELESS_ENABLED, _global, addToArray, angularZoneInstanceIdProperty, arrayEquals, arrayInsert2, arraySplice, assertDefined, assertDirectiveDef, assertDomNode, assertElement, assertEqual, assertFirstCreatePass, assertFirstUpdatePass, assertFunction, assertGreaterThan, assertGreaterThanOrEqual, assertHasParent, assertInInjectionContext, assertIndexInDeclRange, assertIndexInExpandoRange, assertIndexInRange, assertInjectImplementationNotEqual, assertLContainer, assertLView, assertLessThan, assertNgModuleType, assertNodeInjector, assertNotDefined, assertNotEqual, assertNotInReactiveContext, assertNotReactive, assertNotSame, assertNumber, assertNumberInRange, assertOneOf, assertParentView, assertProjectionSlots, assertSame, assertString, assertTIcu, assertTNode, assertTNodeCreationIndex, assertTNodeForLView, assertTNodeForTView, attachInjectFlag, concatStringsWithSpace, convertToBitFlags, createInjector, createInjectorWithoutInjectorInstances, cyclicDependencyError, cyclicDependencyErrorWithDetails, debugStringifyTypeForError, decreaseElementDepthCount, deepForEach, effect, emitAfterRenderEffectPhaseCreatedEvent, emitInjectEvent, emitInjectorToCreateInstanceEvent, emitInstanceCreatedByInjectorEvent, emitProviderConfiguredEvent, enterDI, enterSkipHydrationBlock, enterView, errorHandlerEnvironmentInitializer, fillProperties, flatten, formatRuntimeError, forwardRef, getAllSpecialProviders, getBindingIndex, getBindingRoot, getBindingsEnabled, getClosureSafeProperty, getComponentDef, getComponentLViewByIndex, getConstant, getContextLView, getCurrentDirectiveDef, getCurrentDirectiveIndex, getCurrentParentTNode, getCurrentQueryIndex, getCurrentTNode, getCurrentTNodePlaceholderOk, getDirectiveDef, getDirectiveDefOrThrow, getElementDepthCount, getFactoryDef, getInjectableDef, getInjectorDef, getLView, getLViewParent, getNamespace, getNativeByIndex, getNativeByTNode, getNativeByTNodeOrNull, getNgModuleDef, getNgModuleDefOrThrow, getNullInjector, getOrCreateLViewCleanup, getOrCreateTViewCleanup, getPipeDef, getSelectedIndex, getSelectedTNode, getTNode, getTView, hasI18n, importProvidersFrom, increaseElementDepthCount, incrementBindingIndex, initNgDevMode, inject, injectRootLimpMode, internalImportProvidersFrom, isClassProvider, isComponentDef, isComponentHost, isContentQueryHost, isCreationMode, isCurrentTNodeParent, isDestroyed, isDirectiveHost, isEnvironmentProviders, isExhaustiveCheckNoChanges, isForwardRef, isInCheckNoChangesMode, isInI18nBlock, isInInjectionContext, isInSkipHydrationBlock, isInjectable, isLContainer, isLView, isProjectionTNode, isRefreshingViews, isRootView, isSignal, isSkipHydrationRootTNode, isStandalone, isTypeProvider, isWritableSignal, keyValueArrayGet, keyValueArrayIndexOf, keyValueArraySet, lastNodeWasCreated, leaveDI, leaveSkipHydrationBlock, leaveView, load, makeEnvironmentProviders, makeStateKey, markAncestorsForTraversal, markViewForRefresh, newArray, nextBindingIndex, nextContextImpl, provideBrowserGlobalErrorListeners, provideEnvironmentInitializer, providerToFactory, registerSpecialProvider, removeFromArray, removeLViewOnDestroy, renderStringify, requiresRefreshOrTraversal, resetPreOrderHookFlags, resolveForwardRef, retrieveTransferredState, runInInjectionContext, runInInjectorProfilerContext, scheduleCallbackWithMicrotask, scheduleCallbackWithRafRace, setBindingIndex, setBindingRootForHostBindings, setCurrentDirectiveIndex, setCurrentQueryIndex, setCurrentTNode, setCurrentTNodeAsNotParent, setInI18nBlock, setInjectImplementation, setInjectorProfiler, setInjectorProfilerContext, setIsInCheckNoChangesMode, setIsRefreshingViews, setSelectedIndex, signal, signalAsReadonlyFn, store, storeCleanupWithContext, storeLViewOnDestroy, stringify, stringifyForError, throwError, throwProviderNotFoundError, truncateMiddle, unwrapLView, unwrapRNode, updateAncestorTraversalFlagsOnAttach, validAppIdInitializer, viewAttachedToChangeDetector, viewAttachedToContainer, walkProviderTree, walkUpViews, wasLastNodeCreated, ɵunwrapWritableSignal, ɵɵdefineInjectable, ɵɵdefineInjector, ɵɵdisableBindings, ɵɵenableBindings, ɵɵinject, ɵɵinvalidFactoryDep, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵresetView, ɵɵrestoreView };
|
|
2980
3094
|
//# sourceMappingURL=_pending_tasks-chunk.mjs.map
|