@angular/core 22.0.0-next.11 → 22.0.0-next.12
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 +73 -40
- 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 +2 -2
- package/fesm2022/_pending_tasks-chunk.mjs.map +1 -1
- package/fesm2022/_resource-chunk.mjs +1 -1
- package/fesm2022/_untracked-chunk.mjs +1 -1
- package/fesm2022/_weak_ref-chunk.mjs +1 -1
- package/fesm2022/core.mjs +15 -81
- 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/testing.mjs +1 -1
- package/package.json +2 -2
- 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 +1 -1
- package/schematics/bundles/index-DcezkXLN.cjs +1 -1
- 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-xRTTASnu.cjs +1 -1
- package/schematics/bundles/model-output.cjs +1 -1
- 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 +1 -1
- package/schematics/bundles/ngstyle-to-style-migration.cjs +1 -1
- package/schematics/bundles/nodes-ZSQ7WZRB.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +1 -1
- 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 +1 -2
- package/schematics/bundles/self-closing-tags-migration.cjs +1 -1
- package/schematics/bundles/signal-input-migration.cjs +1 -1
- package/schematics/bundles/signal-queries-migration.cjs +1 -1
- package/schematics/bundles/signals.cjs +1 -1
- 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/types/_api-chunk.d.ts +1 -1
- 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 +3 -3
- 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 +1 -1
- package/types/testing.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.12
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1357,6 +1357,60 @@ function getInjectableMetadata(type, srcMeta) {
|
|
|
1357
1357
|
|
|
1358
1358
|
const Injectable = makeDecorator('Injectable', undefined, undefined, undefined, (type, meta) => compileInjectable(type, meta));
|
|
1359
1359
|
|
|
1360
|
+
function compileService(type, meta) {
|
|
1361
|
+
let def = null;
|
|
1362
|
+
let factoryDef = null;
|
|
1363
|
+
if (!type.hasOwnProperty(NG_PROV_DEF)) {
|
|
1364
|
+
Object.defineProperty(type, NG_PROV_DEF, {
|
|
1365
|
+
get: () => {
|
|
1366
|
+
if (def === null) {
|
|
1367
|
+
const compiler = getCompilerFacade({
|
|
1368
|
+
usage: 0,
|
|
1369
|
+
kind: 'service',
|
|
1370
|
+
type
|
|
1371
|
+
});
|
|
1372
|
+
def = compiler.compileService(angularCoreDiEnv, `ng:///${type.name}/ɵprov.js`, getServiceMetadata(type, meta));
|
|
1373
|
+
}
|
|
1374
|
+
return def;
|
|
1375
|
+
}
|
|
1376
|
+
});
|
|
1377
|
+
}
|
|
1378
|
+
if (!type.hasOwnProperty(NG_FACTORY_DEF)) {
|
|
1379
|
+
Object.defineProperty(type, NG_FACTORY_DEF, {
|
|
1380
|
+
get: () => {
|
|
1381
|
+
if (factoryDef === null) {
|
|
1382
|
+
const compiler = getCompilerFacade({
|
|
1383
|
+
usage: 0,
|
|
1384
|
+
kind: 'service',
|
|
1385
|
+
type
|
|
1386
|
+
});
|
|
1387
|
+
factoryDef = compiler.compileFactory(angularCoreDiEnv, `ng:///${type.name}/ɵfac.js`, {
|
|
1388
|
+
name: type.name,
|
|
1389
|
+
type,
|
|
1390
|
+
typeArgumentCount: 0,
|
|
1391
|
+
deps: reflectDependencies(type),
|
|
1392
|
+
target: compiler.FactoryTarget.Service
|
|
1393
|
+
});
|
|
1394
|
+
}
|
|
1395
|
+
return factoryDef;
|
|
1396
|
+
},
|
|
1397
|
+
configurable: true
|
|
1398
|
+
});
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1401
|
+
function getServiceMetadata(type, srcMeta) {
|
|
1402
|
+
const compilerMeta = {
|
|
1403
|
+
name: type.name,
|
|
1404
|
+
type: type,
|
|
1405
|
+
typeArgumentCount: 0,
|
|
1406
|
+
autoProvided: srcMeta?.autoProvided,
|
|
1407
|
+
factory: srcMeta?.factory
|
|
1408
|
+
};
|
|
1409
|
+
return compilerMeta;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
const Service = makeDecorator('Service', undefined, undefined, undefined, (type, meta) => compileService(type, meta));
|
|
1413
|
+
|
|
1360
1414
|
function injectElementRef() {
|
|
1361
1415
|
return createElementRef(getCurrentTNode(), getLView());
|
|
1362
1416
|
}
|
|
@@ -3408,12 +3462,6 @@ function validateAgainstEventProperties(name) {
|
|
|
3408
3462
|
throw new RuntimeError(306, errorMessage);
|
|
3409
3463
|
}
|
|
3410
3464
|
}
|
|
3411
|
-
function validateAgainstEventAttributes(name) {
|
|
3412
|
-
if (name.toLowerCase().startsWith('on')) {
|
|
3413
|
-
const errorMessage = `Binding to event attribute '${name}' is disallowed for security reasons, ` + `please use (${name.slice(2)})=...`;
|
|
3414
|
-
throw new RuntimeError(306, errorMessage);
|
|
3415
|
-
}
|
|
3416
|
-
}
|
|
3417
3465
|
function getSanitizer() {
|
|
3418
3466
|
const lView = getLView();
|
|
3419
3467
|
return lView && lView[ENVIRONMENT].sanitizer;
|
|
@@ -5267,7 +5315,9 @@ function setDomProperty(tNode, lView, propName, value, renderer, sanitizer) {
|
|
|
5267
5315
|
if (tNode.type & 3) {
|
|
5268
5316
|
const element = getNativeByTNode(tNode, lView);
|
|
5269
5317
|
if (ngDevMode) {
|
|
5270
|
-
|
|
5318
|
+
if (lView[TVIEW].firstUpdatePass) {
|
|
5319
|
+
validateAgainstEventProperties(propName);
|
|
5320
|
+
}
|
|
5271
5321
|
if (!isPropertyValid(element, propName, tNode.value, lView[TVIEW].schemas)) {
|
|
5272
5322
|
handleUnknownPropertyError(propName, tNode.value, tNode.type, lView);
|
|
5273
5323
|
}
|
|
@@ -5409,7 +5459,6 @@ function findDirectiveDefMatches(tView, tNode) {
|
|
|
5409
5459
|
function elementAttributeInternal(tNode, lView, name, value, sanitizer, namespace) {
|
|
5410
5460
|
if (ngDevMode) {
|
|
5411
5461
|
assertNotSame(value, NO_CHANGE, 'Incoming value should never be NO_CHANGE.');
|
|
5412
|
-
validateAgainstEventAttributes(name);
|
|
5413
5462
|
assertTNodeType(tNode, 2, `Attempted to set attribute \`${name}\` on a container node. ` + `Host bindings are not valid on ng-container or ng-template.`);
|
|
5414
5463
|
}
|
|
5415
5464
|
const element = getNativeByTNode(tNode, lView);
|
|
@@ -8968,7 +9017,7 @@ class ComponentFactory {
|
|
|
8968
9017
|
}
|
|
8969
9018
|
}
|
|
8970
9019
|
function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
|
|
8971
|
-
const tAttributes = rootSelectorOrNode ? ['ng-version', '22.0.0-next.
|
|
9020
|
+
const tAttributes = rootSelectorOrNode ? ['ng-version', '22.0.0-next.12'] : extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
|
|
8972
9021
|
let creationBindings = null;
|
|
8973
9022
|
let updateBindings = null;
|
|
8974
9023
|
let varsToAllocate = 0;
|
|
@@ -10173,18 +10222,14 @@ class ApplicationInitStatus {
|
|
|
10173
10222
|
static ɵfac = function ApplicationInitStatus_Factory(__ngFactoryType__) {
|
|
10174
10223
|
return new (__ngFactoryType__ || ApplicationInitStatus)();
|
|
10175
10224
|
};
|
|
10176
|
-
static ɵprov = /*@__PURE__
|
|
10225
|
+
static ɵprov = /*@__PURE__*/ɵɵdefineService({
|
|
10177
10226
|
token: ApplicationInitStatus,
|
|
10178
|
-
factory: ApplicationInitStatus.ɵfac
|
|
10179
|
-
providedIn: 'root'
|
|
10227
|
+
factory: ApplicationInitStatus.ɵfac
|
|
10180
10228
|
});
|
|
10181
10229
|
}
|
|
10182
10230
|
(() => {
|
|
10183
10231
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ApplicationInitStatus, [{
|
|
10184
|
-
type:
|
|
10185
|
-
args: [{
|
|
10186
|
-
providedIn: 'root'
|
|
10187
|
-
}]
|
|
10232
|
+
type: Service
|
|
10188
10233
|
}], () => [], null);
|
|
10189
10234
|
})();
|
|
10190
10235
|
|
|
@@ -11739,7 +11784,7 @@ let counter = 0;
|
|
|
11739
11784
|
const eventsStack = [];
|
|
11740
11785
|
function getBaseDocUrl() {
|
|
11741
11786
|
const full = VERSION.full;
|
|
11742
|
-
const isPreRelease = full.includes('-next') || full.includes('-rc') || full === '22.0.0-next.
|
|
11787
|
+
const isPreRelease = full.includes('-next') || full.includes('-rc') || full === '22.0.0-next.12';
|
|
11743
11788
|
const prefix = isPreRelease ? 'next' : `v${VERSION.major}`;
|
|
11744
11789
|
return `https://${prefix}.angular.dev`;
|
|
11745
11790
|
}
|
|
@@ -12454,18 +12499,14 @@ class ApplicationRef {
|
|
|
12454
12499
|
static ɵfac = function ApplicationRef_Factory(__ngFactoryType__) {
|
|
12455
12500
|
return new (__ngFactoryType__ || ApplicationRef)();
|
|
12456
12501
|
};
|
|
12457
|
-
static ɵprov = /*@__PURE__
|
|
12502
|
+
static ɵprov = /*@__PURE__*/ɵɵdefineService({
|
|
12458
12503
|
token: ApplicationRef,
|
|
12459
|
-
factory: ApplicationRef.ɵfac
|
|
12460
|
-
providedIn: 'root'
|
|
12504
|
+
factory: ApplicationRef.ɵfac
|
|
12461
12505
|
});
|
|
12462
12506
|
}
|
|
12463
12507
|
(() => {
|
|
12464
12508
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ApplicationRef, [{
|
|
12465
|
-
type:
|
|
12466
|
-
args: [{
|
|
12467
|
-
providedIn: 'root'
|
|
12468
|
-
}]
|
|
12509
|
+
type: Service
|
|
12469
12510
|
}], () => [], null);
|
|
12470
12511
|
})();
|
|
12471
12512
|
function normalizeBootstrapOptions(hostElementOrOptions) {
|
|
@@ -18642,18 +18683,14 @@ class ChangeDetectionSchedulerImpl {
|
|
|
18642
18683
|
static ɵfac = function ChangeDetectionSchedulerImpl_Factory(__ngFactoryType__) {
|
|
18643
18684
|
return new (__ngFactoryType__ || ChangeDetectionSchedulerImpl)();
|
|
18644
18685
|
};
|
|
18645
|
-
static ɵprov = /*@__PURE__
|
|
18686
|
+
static ɵprov = /*@__PURE__*/ɵɵdefineService({
|
|
18646
18687
|
token: ChangeDetectionSchedulerImpl,
|
|
18647
|
-
factory: ChangeDetectionSchedulerImpl.ɵfac
|
|
18648
|
-
providedIn: 'root'
|
|
18688
|
+
factory: ChangeDetectionSchedulerImpl.ɵfac
|
|
18649
18689
|
});
|
|
18650
18690
|
}
|
|
18651
18691
|
(() => {
|
|
18652
18692
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ChangeDetectionSchedulerImpl, [{
|
|
18653
|
-
type:
|
|
18654
|
-
args: [{
|
|
18655
|
-
providedIn: 'root'
|
|
18656
|
-
}]
|
|
18693
|
+
type: Service
|
|
18657
18694
|
}], () => [], null);
|
|
18658
18695
|
})();
|
|
18659
18696
|
function provideZonelessChangeDetection() {
|
|
@@ -18695,18 +18732,14 @@ class Compiler {
|
|
|
18695
18732
|
static ɵfac = function Compiler_Factory(__ngFactoryType__) {
|
|
18696
18733
|
return new (__ngFactoryType__ || Compiler)();
|
|
18697
18734
|
};
|
|
18698
|
-
static ɵprov = /*@__PURE__
|
|
18735
|
+
static ɵprov = /*@__PURE__*/ɵɵdefineService({
|
|
18699
18736
|
token: Compiler,
|
|
18700
|
-
factory: Compiler.ɵfac
|
|
18701
|
-
providedIn: 'root'
|
|
18737
|
+
factory: Compiler.ɵfac
|
|
18702
18738
|
});
|
|
18703
18739
|
}
|
|
18704
18740
|
(() => {
|
|
18705
18741
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(Compiler, [{
|
|
18706
|
-
type:
|
|
18707
|
-
args: [{
|
|
18708
|
-
providedIn: 'root'
|
|
18709
|
-
}]
|
|
18742
|
+
type: Service
|
|
18710
18743
|
}], null, null);
|
|
18711
18744
|
})();
|
|
18712
18745
|
const COMPILER_OPTIONS = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'compilerOptions' : '');
|
|
@@ -19084,5 +19117,5 @@ function getDebugNode(nativeNode) {
|
|
|
19084
19117
|
return null;
|
|
19085
19118
|
}
|
|
19086
19119
|
|
|
19087
|
-
export { AFTER_RENDER_PHASES, ANIMATIONS_DISABLED, APP_BOOTSTRAP_LISTENER, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderSequence, ApplicationInitStatus, ApplicationRef, Attribute, COMPILER_OPTIONS, CONTAINERS, CUSTOM_ELEMENTS_SCHEMA, ChainedInjector, ChangeDetectionSchedulerImpl, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory, ComponentRef$1 as ComponentRef, ComponentRef as ComponentRef$1, Console, ControlFlowBlockType, DEFAULT_CURRENCY_CODE, DEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEFER_BLOCK_ID, DEFER_BLOCK_SSR_ID_ATTRIBUTE, DEFER_BLOCK_STATE$1 as DEFER_BLOCK_STATE, DEFER_BLOCK_STATE as DEFER_BLOCK_STATE$1, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, DEHYDRATED_BLOCK_REGISTRY, DISCONNECTED_NODES, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, Directive, ELEMENT_CONTAINERS, EVENT_REPLAY_ENABLED_DEFAULT, EVENT_REPLAY_QUEUE, ElementRef, EnvironmentNgModuleRefAdapter, Host, HostBinding, HostListener, HydrationStatus, I18N_DATA, IDLE_SERVICE, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_EVENT_REPLAY_ENABLED, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, Inject, Injectable, Input, JSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT, LContext, LOCALE_ID, LocaleDataIndex, MAX_ANIMATION_TIMEOUT, MULTIPLIER, MissingTranslationStrategy, NGH_ATTR_NAME, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, NODES, NOOP_AFTER_RENDER_REF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE, NO_ERRORS_SCHEMA, NUM_ROOT_NODES, NgModule, NgModuleFactory, NgModuleFactory$1, NgModuleRef, NgModuleRef$1, NodeInjector, Optional, Output, PRESERVE_HOST_CONTENT, Pipe, ProfilerEvent, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SHARED_STYLES_HOST, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TimerScheduler, TracingAction, TracingService, Type, USE_PENDING_TASKS, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, allLeavingAnimations, allowSanitizationBypassAndThrow,
|
|
19120
|
+
export { AFTER_RENDER_PHASES, ANIMATIONS_DISABLED, APP_BOOTSTRAP_LISTENER, APP_INITIALIZER, AcxChangeDetectionStrategy, AcxViewEncapsulation, AfterRenderImpl, AfterRenderManager, AfterRenderSequence, ApplicationInitStatus, ApplicationRef, Attribute, COMPILER_OPTIONS, CONTAINERS, CUSTOM_ELEMENTS_SCHEMA, ChainedInjector, ChangeDetectionSchedulerImpl, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentFactory, ComponentRef$1 as ComponentRef, ComponentRef as ComponentRef$1, Console, ControlFlowBlockType, DEFAULT_CURRENCY_CODE, DEFAULT_LOCALE_ID, DEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DEFER_BLOCK_ID, DEFER_BLOCK_SSR_ID_ATTRIBUTE, DEFER_BLOCK_STATE$1 as DEFER_BLOCK_STATE, DEFER_BLOCK_STATE as DEFER_BLOCK_STATE$1, DEFER_HYDRATE_TRIGGERS, DEFER_PARENT_BLOCK_ID, DEHYDRATED_BLOCK_REGISTRY, DISCONNECTED_NODES, DebugElement, DebugEventListener, DebugNode, DeferBlockBehavior, DeferBlockState, Directive, ELEMENT_CONTAINERS, EVENT_REPLAY_ENABLED_DEFAULT, EVENT_REPLAY_QUEUE, ElementRef, EnvironmentNgModuleRefAdapter, Host, HostBinding, HostListener, HydrationStatus, I18N_DATA, IDLE_SERVICE, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION, IS_EVENT_REPLAY_ENABLED, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, Inject, Injectable, Input, JSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT, LContext, LOCALE_ID, LocaleDataIndex, MAX_ANIMATION_TIMEOUT, MULTIPLIER, MissingTranslationStrategy, NGH_ATTR_NAME, NGH_DATA_KEY, NGH_DEFER_BLOCKS_KEY, NODES, NOOP_AFTER_RENDER_REF, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE, NO_ERRORS_SCHEMA, NUM_ROOT_NODES, NgModule, NgModuleFactory, NgModuleFactory$1, NgModuleRef, NgModuleRef$1, NodeInjector, Optional, Output, PRESERVE_HOST_CONTENT, Pipe, ProfilerEvent, QueryList, ReflectionCapabilities, Renderer2, RendererFactory2, RendererStyleFlags2, SHARED_STYLES_HOST, SKIP_HYDRATION_ATTR_NAME, SSR_CONTENT_INTEGRITY_MARKER, Sanitizer, SecurityContext, Self, Service, SimpleChange, SkipSelf, TEMPLATES, TEMPLATE_ID, TESTABILITY, TESTABILITY_GETTER, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, TimerScheduler, TracingAction, TracingService, Type, USE_PENDING_TASKS, UseExhaustiveCheckNoChanges, ViewContainerRef, ViewEncapsulation, ViewRef, _sanitizeHtml, _sanitizeUrl, afterEveryRender, afterNextRender, allLeavingAnimations, allowSanitizationBypassAndThrow, angularCoreEnv, asNativeElements, assertComponentDef, assertStandaloneComponentType, bypassSanitizationTrustHtml, bypassSanitizationTrustResourceUrl, bypassSanitizationTrustScript, bypassSanitizationTrustStyle, bypassSanitizationTrustUrl, calcPathForNode, checkNoChangesInternal, cleanupDehydratedViews, clearResolutionOfComponentResourcesQueue, collectNativeNodes, collectNativeNodesInLContainer, compileComponent, compileDirective, compileNgModule, compileNgModuleDefs, compilePipe, convertHydrateTriggersToJsAction, countBlocksSkippedByHydration, createDehydratedBlockRegistry, createEnvironmentInjector, createMultiResultQuerySignalFn, createNgModule, createNgModuleRefWithProviders, createSingleResultOptionalQuerySignalFn, createSingleResultRequiredQuerySignalFn, depsTracker, devModeEqual, enableApplyRootElementTransformImpl, enableClaimDehydratedIcuCaseImpl, enableFindMatchingDehydratedViewImpl, enableLocateOrCreateContainerAnchorImpl, enableLocateOrCreateContainerRefImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateI18nNodeImpl, enableLocateOrCreateTextNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableProfiling, enableRetrieveHydrationInfoImpl, enableStashEventListenerImpl, findLocaleData, flushModuleScopingQueueAsMuchAsPossible, generateStandaloneInDeclarationsError, getAsyncClassMetadataFn, getClosestComponentName, getCompilerFacade, getDebugNode, getDeferBlocks, getDirectives, getDocument, getHostElement, getInjector, getInjectorMetadata, getInjectorProviders, getLContext, getLDeferBlockDetails, getLNodeForHydration, getLocaleCurrencyCode, getLocalePluralCase, getNodeInjectorTNode, getOrComputeI18nChildren, getRegisteredNgModuleType, getSanitizationBypassType, getSignalGraph, getTDeferBlockDetails, getTransferState, inferTagNameFromDefinition, inputBinding, invokeListeners, isComponentDefPendingResolution, isComponentResourceResolutionQueueEmpty, isDeferBlock, isDetachedByI18n, isDisconnectedNode, isI18nHydrationEnabled, isI18nHydrationSupportEnabled, isInSkipHydrationBlock, isIncrementalHydrationEnabled, isJsObject, isLetDeclaration, isListLikeIterable, isNgModule, isPromise, isSubscribable, isTNodeShape, isViewDirty, iterateListLike, makePropDecorator, markForRefresh, noSideEffects, optionsReducer, outputBinding, patchComponentDefWithScope, performanceMarkFeature, processTextNodeBeforeSerialization, profiler, promiseWithResolvers, provideAppInitializer, provideIdleServiceWith, provideNgReflectAttributes, provideZonelessChangeDetection, provideZonelessChangeDetectionInternal, publishDefaultGlobalUtils, publishExternalGlobalUtil, publishSignalConfiguration, readHydrationInfo, registerLocaleData, registerNgModuleType, remove, removeListeners, renderDeferBlockState, resetCompiledComponents, resetIncrementalHydrationEnabledWarnedForTests, resetJitOptions, resolveComponentResources, restoreComponentResolutionQueue, runIncrementalHydrationBootstrap, setAllowDuplicateNgModuleIdsForTest, setClassMetadata, setClassMetadataAsync, setDocument, setIsI18nHydrationSupportEnabled, setJSActionAttributes, setJitOptions, setLocaleId, setStashFn, setTestabilityGetter, sharedMapFunction, sharedStashFunction, transitiveScopesFor, triggerHydrationFromBlockName, triggerResourceLoading, trySerializeI18nBlock, twoWayBinding, unregisterAllLocaleData, unsupportedProjectionOfDomNodes, unwrapSafeValue, validateMatchingNode, validateNodeExists, verifySsrContentsIntegrity, walkLViewDirectives, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, ɵsetClassDebugInfo, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, ɵɵControlFeature, ɵɵExternalStylesFeature, ɵɵHostDirectivesFeature, ɵɵInheritDefinitionFeature, ɵɵNgOnChangesFeature, ɵɵProvidersFeature, ɵɵadvance, ɵɵanimateEnter, ɵɵanimateEnterListener, ɵɵanimateLeave, ɵɵanimateLeaveListener, ɵɵariaProperty, ɵɵarrowFunction, ɵɵattachSourceLocations, ɵɵattribute, ɵɵclassMap, ɵɵclassProp, ɵɵcomponentInstance, ɵɵconditional, ɵɵconditionalBranchCreate, ɵɵconditionalCreate, ɵɵcontentQuery, ɵɵcontentQuerySignal, ɵɵcontrol, ɵɵcontrolCreate, ɵɵdeclareLet, ɵɵdefer, ɵɵdeferEnableTimerScheduling, ɵɵdeferHydrateNever, ɵɵdeferHydrateOnHover, ɵɵdeferHydrateOnIdle, ɵɵdeferHydrateOnImmediate, ɵɵdeferHydrateOnInteraction, ɵɵdeferHydrateOnTimer, ɵɵdeferHydrateOnViewport, ɵɵdeferHydrateWhen, ɵɵdeferOnHover, ɵɵdeferOnIdle, ɵɵdeferOnImmediate, ɵɵdeferOnInteraction, ɵɵdeferOnTimer, ɵɵdeferOnViewport, ɵɵdeferPrefetchOnHover, ɵɵdeferPrefetchOnIdle, ɵɵdeferPrefetchOnImmediate, ɵɵdeferPrefetchOnInteraction, ɵɵdeferPrefetchOnTimer, ɵɵdeferPrefetchOnViewport, ɵɵdeferPrefetchWhen, ɵɵdeferWhen, ɵɵdefineComponent, ɵɵdefineDirective, ɵɵdefineNgModule, ɵɵdefinePipe, ɵɵdefineService, ɵɵdirectiveInject, ɵɵdomElement, ɵɵdomElementContainer, ɵɵdomElementContainerEnd, ɵɵdomElementContainerStart, ɵɵdomElementEnd, ɵɵdomElementStart, ɵɵdomListener, ɵɵdomProperty, ɵɵdomTemplate, ɵɵelement, ɵɵelementContainer, ɵɵelementContainerEnd, ɵɵelementContainerStart, ɵɵelementEnd, ɵɵelementStart, ɵɵenableIncrementalHydrationRuntime, ɵɵgetComponentDepsFactory, ɵɵgetCurrentView, ɵɵgetInheritedFactory, ɵɵgetReplaceMetadataURL, ɵɵi18n, ɵɵi18nApply, ɵɵi18nAttributes, ɵɵi18nEnd, ɵɵi18nExp, ɵɵi18nPostprocess, ɵɵi18nStart, ɵɵinjectAttribute, ɵɵinterpolate, ɵɵinterpolate1, ɵɵinterpolate2, ɵɵinterpolate3, ɵɵinterpolate4, ɵɵinterpolate5, ɵɵinterpolate6, ɵɵinterpolate7, ɵɵinterpolate8, ɵɵinterpolateV, ɵɵinvalidFactory, ɵɵlistener, ɵɵloadQuery, ɵɵnextContext, ɵɵpipe, ɵɵpipeBind1, ɵɵpipeBind2, ɵɵpipeBind3, ɵɵpipeBind4, ɵɵpipeBindV, ɵɵprojection, ɵɵprojectionDef, ɵɵproperty, ɵɵpureFunction0, ɵɵpureFunction1, ɵɵpureFunction2, ɵɵpureFunction3, ɵɵpureFunction4, ɵɵpureFunction5, ɵɵpureFunction6, ɵɵpureFunction7, ɵɵpureFunction8, ɵɵpureFunctionV, ɵɵqueryAdvance, ɵɵqueryRefresh, ɵɵreadContextLet, ɵɵreference, ɵɵrepeater, ɵɵrepeaterCreate, ɵɵrepeaterTrackByIdentity, ɵɵrepeaterTrackByIndex, ɵɵreplaceMetadata, ɵɵresolveBody, ɵɵresolveDocument, ɵɵresolveWindow, ɵɵsanitizeHtml, ɵɵsanitizeResourceUrl, ɵɵsanitizeScript, ɵɵsanitizeStyle, ɵɵsanitizeUrl, ɵɵsanitizeUrlOrResourceUrl, ɵɵsetComponentScope, ɵɵsetNgModuleScope, ɵɵstoreLet, ɵɵstyleMap, ɵɵstyleProp, ɵɵsyntheticHostListener, ɵɵsyntheticHostProperty, ɵɵtemplate, ɵɵtemplateRefExtractor, ɵɵtext, ɵɵtextInterpolate, ɵɵtextInterpolate1, ɵɵtextInterpolate2, ɵɵtextInterpolate3, ɵɵtextInterpolate4, ɵɵtextInterpolate5, ɵɵtextInterpolate6, ɵɵtextInterpolate7, ɵɵtextInterpolate8, ɵɵtextInterpolateV, ɵɵtrustConstantHtml, ɵɵtrustConstantResourceUrl, ɵɵtwoWayBindingSet, ɵɵtwoWayListener, ɵɵtwoWayProperty, ɵɵvalidateAttribute, ɵɵviewQuery, ɵɵviewQuerySignal };
|
|
19088
19121
|
//# sourceMappingURL=_debug_node-chunk.mjs.map
|