@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
package/fesm2022/core.mjs
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
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
|
*/
|
|
6
6
|
|
|
7
|
-
import {
|
|
8
|
-
export { ANIMATION_MODULE_TYPE,
|
|
9
|
-
import {
|
|
10
|
-
export {
|
|
7
|
+
import { RuntimeError, InjectionToken, getCurrentTNode, assertInInjectionContext, inject, Injector, signalAsReadonlyFn, ɵɵinject as __inject, ɵɵdefineInjector as __defineInjector, ENVIRONMENT_INITIALIZER, APP_ID, unwrapRNode, CLEANUP, makeEnvironmentProviders, formatRuntimeError, TransferState, DOCUMENT, ChangeDetectionScheduler, NgZone, DOC_PAGE_BASE_URL, DEBUG_TASK_TRACKER, stringify, ɵɵdefineInjectable as __defineInjectable, isComponentHost, getComponentLViewByIndex, DECLARATION_COMPONENT_VIEW, registerSpecialProvider, getLView, provideEnvironmentInitializer, ErrorHandler, ZONELESS_ENABLED, SCHEDULE_IN_ROOT_ZONE_DEFAULT, SCHEDULE_IN_ROOT_ZONE, INTERNAL_APPLICATION_ERROR_HANDLER, PendingTasksInternal, assertNgModuleType, IMAGE_CONFIG, ERROR_DETAILS_PAGE_BASE_URL, PROVIDED_ZONELESS, errorHandlerEnvironmentInitializer, validAppIdInitializer, TVIEW, getLViewParent, R3Injector, NullInjector, INJECTOR, T_HOST, PLATFORM_INITIALIZER, runInInjectionContext, INJECTOR_SCOPE, isLContainer, hasI18n, RENDERER, unwrapLView, HOST, getComponentDef, assertTNode, isProjectionTNode, PARENT, CONTEXT, HEADER_OFFSET, isRootView, CONTAINER_HEADER_OFFSET, assertNotInReactiveContext, ViewContext, DestroyRef, setInjectorProfilerContext, emitAfterRenderEffectPhaseCreatedEvent, getNullInjector, isSignal, effect, _global } from './_pending_tasks-chunk.mjs';
|
|
8
|
+
export { ANIMATION_MODULE_TYPE, CSP_NONCE, EnvironmentInjector, EventEmitter, INJECTOR$1 as INJECTOR, PLATFORM_ID, PendingTasks, VERSION, Version, forwardRef, importProvidersFrom, isStandalone, isWritableSignal, makeStateKey, provideBrowserGlobalErrorListeners, resolveForwardRef, signal, EffectScheduler as ɵEffectScheduler, IMAGE_CONFIG_DEFAULTS as ɵIMAGE_CONFIG_DEFAULTS, 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, NoopNgZone as ɵNoopNgZone, XSS_SECURITY_URL as ɵXSS_SECURITY_URL, convertToBitFlags as ɵconvertToBitFlags, createInjector as ɵcreateInjector, getInjectableDef as ɵgetInjectableDef, isEnvironmentProviders as ɵisEnvironmentProviders, isInjectable as ɵisInjectable, store as ɵstore, truncateMiddle as ɵtruncateMiddle, ɵunwrapWritableSignal, ɵɵdisableBindings, ɵɵenableBindings, ɵɵinvalidFactoryDep, ɵɵnamespaceHTML, ɵɵnamespaceMathML, ɵɵnamespaceSVG, ɵɵresetView, ɵɵrestoreView } from './_pending_tasks-chunk.mjs';
|
|
9
|
+
import { ɵɵinjectAttribute as __injectAttribute, promiseWithResolvers, IDLE_SERVICE, createMultiResultQuerySignalFn, createSingleResultRequiredQuerySignalFn, createSingleResultOptionalQuerySignalFn, makePropDecorator, ɵɵdefineNgModule as __defineNgModule, ApplicationRef, setClassMetadata, NgModule, IS_EVENT_REPLAY_ENABLED, setStashFn, APP_BOOTSTRAP_LISTENER, JSACTION_EVENT_CONTRACT, JSACTION_BLOCK_ELEMENT_MAP, removeListeners, isIncrementalHydrationEnabled, performanceMarkFeature, EVENT_REPLAY_ENABLED_DEFAULT, sharedStashFunction, sharedMapFunction, DEFER_BLOCK_SSR_ID_ATTRIBUTE, invokeListeners, EVENT_REPLAY_QUEUE, triggerHydrationFromBlockName, enableStashEventListenerImpl, IS_HYDRATION_DOM_REUSE_ENABLED, IS_I18N_HYDRATION_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED, createDehydratedBlockRegistry, DEHYDRATED_BLOCK_REGISTRY, NGH_DATA_KEY, verifySsrContentsIntegrity, enableRetrieveHydrationInfoImpl, enableLocateOrCreateElementNodeImpl, enableLocateOrCreateTextNodeImpl, enableLocateOrCreateContainerRefImpl, enableFindMatchingDehydratedViewImpl, enableLocateOrCreateElementContainerNodeImpl, enableLocateOrCreateContainerAnchorImpl, enableApplyRootElementTransformImpl, setIsI18nHydrationSupportEnabled, Console, PRESERVE_HOST_CONTENT, cleanupDehydratedViews, countBlocksSkippedByHydration, runIncrementalHydrationBootstrap, enableLocateOrCreateI18nNodeImpl, enablePrepareI18nBlockForHydrationImpl, enableClaimDehydratedIcuCaseImpl, provideAppInitializer, isListLikeIterable, iterateListLike, isJsObject, ViewRef as ViewRef$1, checkNoChangesInternal, ChangeDetectionSchedulerImpl, UseExhaustiveCheckNoChanges, ɵɵdefineService as __defineService, Service, NgModuleFactory, COMPILER_OPTIONS, setJitOptions, isComponentResourceResolutionQueueEmpty, getCompilerFacade, resolveComponentResources, getDocument, remove, isPromise, ApplicationInitStatus, LOCALE_ID, DEFAULT_LOCALE_ID, setLocaleId, createNgModuleRefWithProviders, optionsReducer, Injectable, provideZonelessChangeDetectionInternal, getInjectorMetadata, getInjectorProviders, getNodeInjectorTNode, getLContext, walkLViewDirectives, NodeInjector, ChainedInjector, getInjector, getSignalGraph, publishDefaultGlobalUtils, publishSignalConfiguration, profiler, assertStandaloneComponentType, EnvironmentNgModuleRefAdapter, ProfilerEvent, isI18nHydrationEnabled, NGH_DEFER_BLOCKS_KEY, getLNodeForHydration, NGH_ATTR_NAME, SKIP_HYDRATION_ATTR_NAME, isI18nHydrationSupportEnabled, ViewEncapsulation as ViewEncapsulation$1, getOrComputeI18nChildren, trySerializeI18nBlock, I18N_DATA, isTNodeShape, isDetachedByI18n, TEMPLATES, isDisconnectedNode, isInSkipHydrationBlock, unsupportedProjectionOfDomNodes, 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, NOOP_AFTER_RENDER_REF, AfterRenderManager, TracingService, AfterRenderImpl, AfterRenderSequence, AFTER_RENDER_PHASES, setClassMetadataAsync, angularCoreEnv, getRegisteredNgModuleType, assertComponentDef, ComponentFactory } from './_debug_node-chunk.mjs';
|
|
10
|
+
export { APP_INITIALIZER, Attribute, CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, Compiler, CompilerFactory, Component, ComponentRef, DEFAULT_CURRENCY_CODE, DebugElement, DebugEventListener, DebugNode, Directive, ElementRef, Host, HostBinding, HostListener, Inject, Input, MAX_ANIMATION_TIMEOUT, MissingTranslationStrategy, NO_ERRORS_SCHEMA, NgModuleFactory$1 as NgModuleFactory, NgModuleRef$1 as NgModuleRef, Optional, Output, Pipe, QueryList, Renderer2, RendererFactory2, RendererStyleFlags2, Sanitizer, SecurityContext, Self, SimpleChange, SkipSelf, TRANSLATIONS, TRANSLATIONS_FORMAT, TemplateRef, Testability, TestabilityRegistry, Type, ViewContainerRef, afterEveryRender, afterNextRender, asNativeElements, createEnvironmentInjector, createNgModule, enableProfiling, getDebugNode, inputBinding, outputBinding, provideIdleServiceWith, provideNgReflectAttributes, provideZonelessChangeDetection, setTestabilityGetter, twoWayBinding, ANIMATIONS_DISABLED as ɵANIMATIONS_DISABLED, AcxChangeDetectionStrategy as ɵAcxChangeDetectionStrategy, AcxViewEncapsulation as ɵAcxViewEncapsulation, ControlFlowBlockType as ɵControlFlowBlockType, DEFER_BLOCK_CONFIG as ɵDEFER_BLOCK_CONFIG, DEFER_BLOCK_DEPENDENCY_INTERCEPTOR as ɵDEFER_BLOCK_DEPENDENCY_INTERCEPTOR, DeferBlockBehavior as ɵDeferBlockBehavior, DeferBlockState as ɵDeferBlockState, HydrationStatus as ɵHydrationStatus, IS_ENABLED_BLOCKING_INITIAL_NAVIGATION as ɵIS_ENABLED_BLOCKING_INITIAL_NAVIGATION, LContext as ɵLContext, LocaleDataIndex as ɵLocaleDataIndex, NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR as ɵNOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR, NO_CHANGE as ɵNO_CHANGE, ReflectionCapabilities as ɵReflectionCapabilities, ComponentRef$1 as ɵRender3ComponentRef, NgModuleRef as ɵRender3NgModuleRef, SHARED_STYLES_HOST as ɵSHARED_STYLES_HOST, SSR_CONTENT_INTEGRITY_MARKER as ɵSSR_CONTENT_INTEGRITY_MARKER, TESTABILITY as ɵTESTABILITY, TESTABILITY_GETTER as ɵTESTABILITY_GETTER, TimerScheduler as ɵTimerScheduler, TracingAction as ɵTracingAction, USE_PENDING_TASKS as ɵUSE_PENDING_TASKS, _sanitizeHtml as ɵ_sanitizeHtml, _sanitizeUrl as ɵ_sanitizeUrl, allLeavingAnimations as ɵallLeavingAnimations, 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, getClosestComponentName as ɵgetClosestComponentName, getDeferBlocks as ɵgetDeferBlocks, getDirectives as ɵgetDirectives, getHostElement as ɵgetHostElement, getLocaleCurrencyCode as ɵgetLocaleCurrencyCode, getLocalePluralCase as ɵgetLocalePluralCase, getSanitizationBypassType as ɵgetSanitizationBypassType, getTransferState as ɵgetTransferState, ɵgetUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode, inferTagNameFromDefinition as ɵinferTagNameFromDefinition, 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, resetIncrementalHydrationEnabledWarnedForTests as ɵresetIncrementalHydrationEnabledWarnedForTests, resetJitOptions as ɵresetJitOptions, restoreComponentResolutionQueue as ɵrestoreComponentResolutionQueue, setAllowDuplicateNgModuleIdsForTest as ɵsetAllowDuplicateNgModuleIdsForTest, ɵsetClassDebugInfo, setDocument as ɵsetDocument, ɵsetUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode, transitiveScopesFor as ɵtransitiveScopesFor, triggerResourceLoading as ɵtriggerResourceLoading, unregisterAllLocaleData as ɵunregisterLocaleData, unwrapSafeValue as ɵunwrapSafeValue, ɵɵ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, ɵɵdefinePipe, ɵɵ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, ɵɵ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, registerNgModuleType as ɵɵregisterNgModuleType, ɵɵ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 } from './_debug_node-chunk.mjs';
|
|
11
11
|
import { OutputEmitterRef, computed, ResourceValueError, linkedSignal, isInParamsFunction, invalidResourceCreationInParams, setInParamsFunction, rethrowFatalErrors, untracked } from './_resource-chunk.mjs';
|
|
12
|
-
export { ResourceDependencyError, ResourceParamsStatus, resource, ResourceImpl as ɵResourceImpl, encapsulateResourceError as ɵencapsulateResourceError, getOutputDestroyRef as ɵgetOutputDestroyRef } from './_resource-chunk.mjs';
|
|
12
|
+
export { ResourceDependencyError, ResourceParamsStatus, resource, CACHE_ACTIVE as ɵCACHE_ACTIVE, ResourceImpl as ɵResourceImpl, chain as ɵchain, encapsulateResourceError as ɵencapsulateResourceError, getOutputDestroyRef as ɵgetOutputDestroyRef } from './_resource-chunk.mjs';
|
|
13
13
|
import { Subscription } from 'rxjs';
|
|
14
14
|
import { SIGNAL_NODE, signalSetFn, SIGNAL, producerAccessed, consumerDestroy, consumerPollProducersForChange, consumerBeforeComputation, consumerAfterComputation } from './_effect-chunk.mjs';
|
|
15
15
|
import { clearAppScopedEarlyEventContract, EventContract, EventContractContainer, EventDispatcher, registerDispatcher, getAppScopedQueuedEventInfos, EventPhase, isEarlyEventType, isCaptureEventType } from './primitives-event-dispatch.mjs';
|
|
16
16
|
export { setAlternateWeakRefImpl as ɵsetAlternateWeakRefImpl } from './_weak_ref-chunk.mjs';
|
|
17
17
|
export { setCurrentInjector as ɵsetCurrentInjector } from './_not_found-chunk.mjs';
|
|
18
18
|
import '@angular/core/primitives/signals';
|
|
19
|
+
import '@angular/core/primitives/di';
|
|
19
20
|
import 'rxjs/operators';
|
|
20
21
|
import './_attribute-chunk.mjs';
|
|
21
|
-
import '@angular/core/primitives/di';
|
|
22
22
|
import './_untracked-chunk.mjs';
|
|
23
23
|
|
|
24
24
|
const REQUIRED_UNSET_VALUE = /* @__PURE__ */Symbol('InputSignalNode#UNSET');
|
|
@@ -57,28 +57,6 @@ function createInputSignal(initialValue, options) {
|
|
|
57
57
|
return inputValueFn;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
var FactoryTarget;
|
|
61
|
-
(function (FactoryTarget) {
|
|
62
|
-
FactoryTarget[FactoryTarget["Directive"] = 0] = "Directive";
|
|
63
|
-
FactoryTarget[FactoryTarget["Component"] = 1] = "Component";
|
|
64
|
-
FactoryTarget[FactoryTarget["Injectable"] = 2] = "Injectable";
|
|
65
|
-
FactoryTarget[FactoryTarget["Pipe"] = 3] = "Pipe";
|
|
66
|
-
FactoryTarget[FactoryTarget["NgModule"] = 4] = "NgModule";
|
|
67
|
-
})(FactoryTarget || (FactoryTarget = {}));
|
|
68
|
-
var R3TemplateDependencyKind;
|
|
69
|
-
(function (R3TemplateDependencyKind) {
|
|
70
|
-
R3TemplateDependencyKind[R3TemplateDependencyKind["Directive"] = 0] = "Directive";
|
|
71
|
-
R3TemplateDependencyKind[R3TemplateDependencyKind["Pipe"] = 1] = "Pipe";
|
|
72
|
-
R3TemplateDependencyKind[R3TemplateDependencyKind["NgModule"] = 2] = "NgModule";
|
|
73
|
-
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
74
|
-
var ViewEncapsulation;
|
|
75
|
-
(function (ViewEncapsulation) {
|
|
76
|
-
ViewEncapsulation[ViewEncapsulation["Emulated"] = 0] = "Emulated";
|
|
77
|
-
ViewEncapsulation[ViewEncapsulation["None"] = 2] = "None";
|
|
78
|
-
ViewEncapsulation[ViewEncapsulation["ShadowDom"] = 3] = "ShadowDom";
|
|
79
|
-
ViewEncapsulation[ViewEncapsulation["ExperimentalIsolatedShadowDom"] = 4] = "ExperimentalIsolatedShadowDom";
|
|
80
|
-
})(ViewEncapsulation || (ViewEncapsulation = {}));
|
|
81
|
-
|
|
82
60
|
var Framework;
|
|
83
61
|
(function (Framework) {
|
|
84
62
|
Framework["Angular"] = "angular";
|
|
@@ -127,6 +105,66 @@ function getDevModeNodeName(tNode) {
|
|
|
127
105
|
}
|
|
128
106
|
}
|
|
129
107
|
|
|
108
|
+
function maybeUnwrapDefaultExport(input) {
|
|
109
|
+
return isWrappedDefaultExport(input) ? input['default'] : input;
|
|
110
|
+
}
|
|
111
|
+
function isWrappedDefaultExport(value) {
|
|
112
|
+
return value && typeof value === 'object' && 'default' in value;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
function injectAsync(loader, options) {
|
|
116
|
+
if (ngDevMode) {
|
|
117
|
+
assertInInjectionContext(injectAsync);
|
|
118
|
+
}
|
|
119
|
+
const injector = inject(Injector);
|
|
120
|
+
let loadedPromise = null;
|
|
121
|
+
const load = () => {
|
|
122
|
+
if (!loadedPromise) {
|
|
123
|
+
loadedPromise = loader();
|
|
124
|
+
}
|
|
125
|
+
return loadedPromise;
|
|
126
|
+
};
|
|
127
|
+
if (options?.prefetch) {
|
|
128
|
+
options.prefetch().then(() => load());
|
|
129
|
+
}
|
|
130
|
+
return () => load().then(loadedToken => injector.get(maybeUnwrapDefaultExport(loadedToken)));
|
|
131
|
+
}
|
|
132
|
+
function onIdle(options) {
|
|
133
|
+
if (ngDevMode) {
|
|
134
|
+
assertInInjectionContext(injectAsync);
|
|
135
|
+
}
|
|
136
|
+
const idleService = inject(IDLE_SERVICE);
|
|
137
|
+
const {
|
|
138
|
+
promise,
|
|
139
|
+
resolve
|
|
140
|
+
} = promiseWithResolvers();
|
|
141
|
+
idleService.requestOnIdle(() => resolve(), options);
|
|
142
|
+
return promise;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
var FactoryTarget;
|
|
146
|
+
(function (FactoryTarget) {
|
|
147
|
+
FactoryTarget[FactoryTarget["Directive"] = 0] = "Directive";
|
|
148
|
+
FactoryTarget[FactoryTarget["Component"] = 1] = "Component";
|
|
149
|
+
FactoryTarget[FactoryTarget["Injectable"] = 2] = "Injectable";
|
|
150
|
+
FactoryTarget[FactoryTarget["Pipe"] = 3] = "Pipe";
|
|
151
|
+
FactoryTarget[FactoryTarget["NgModule"] = 4] = "NgModule";
|
|
152
|
+
FactoryTarget[FactoryTarget["Service"] = 5] = "Service";
|
|
153
|
+
})(FactoryTarget || (FactoryTarget = {}));
|
|
154
|
+
var R3TemplateDependencyKind;
|
|
155
|
+
(function (R3TemplateDependencyKind) {
|
|
156
|
+
R3TemplateDependencyKind[R3TemplateDependencyKind["Directive"] = 0] = "Directive";
|
|
157
|
+
R3TemplateDependencyKind[R3TemplateDependencyKind["Pipe"] = 1] = "Pipe";
|
|
158
|
+
R3TemplateDependencyKind[R3TemplateDependencyKind["NgModule"] = 2] = "NgModule";
|
|
159
|
+
})(R3TemplateDependencyKind || (R3TemplateDependencyKind = {}));
|
|
160
|
+
var ViewEncapsulation;
|
|
161
|
+
(function (ViewEncapsulation) {
|
|
162
|
+
ViewEncapsulation[ViewEncapsulation["Emulated"] = 0] = "Emulated";
|
|
163
|
+
ViewEncapsulation[ViewEncapsulation["None"] = 2] = "None";
|
|
164
|
+
ViewEncapsulation[ViewEncapsulation["ShadowDom"] = 3] = "ShadowDom";
|
|
165
|
+
ViewEncapsulation[ViewEncapsulation["ExperimentalIsolatedShadowDom"] = 4] = "ExperimentalIsolatedShadowDom";
|
|
166
|
+
})(ViewEncapsulation || (ViewEncapsulation = {}));
|
|
167
|
+
|
|
130
168
|
function output(opts) {
|
|
131
169
|
ngDevMode && assertInInjectionContext(output);
|
|
132
170
|
return new OutputEmitterRef();
|
|
@@ -480,7 +518,6 @@ function createReplayQueuedBlockEventsFn(queue) {
|
|
|
480
518
|
|
|
481
519
|
let isHydrationSupportEnabled = false;
|
|
482
520
|
let isI18nHydrationRuntimeSupportEnabled = false;
|
|
483
|
-
let isIncrementalHydrationRuntimeSupportEnabled = false;
|
|
484
521
|
const APPLICATION_IS_STABLE_TIMEOUT = 10_000;
|
|
485
522
|
function enableHydrationRuntimeSupport() {
|
|
486
523
|
if (!isHydrationSupportEnabled) {
|
|
@@ -503,12 +540,6 @@ function enableI18nHydrationRuntimeSupport() {
|
|
|
503
540
|
enableClaimDehydratedIcuCaseImpl();
|
|
504
541
|
}
|
|
505
542
|
}
|
|
506
|
-
function enableIncrementalHydrationRuntimeSupport() {
|
|
507
|
-
if (!isIncrementalHydrationRuntimeSupportEnabled) {
|
|
508
|
-
isIncrementalHydrationRuntimeSupportEnabled = true;
|
|
509
|
-
enableRetrieveDeferBlockDataImpl();
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
543
|
function printHydrationStats(injector) {
|
|
513
544
|
const console = injector.get(Console);
|
|
514
545
|
const message = `Angular hydrated ${ngDevMode.hydratedComponents} component(s) ` + `and ${ngDevMode.hydratedNodes} node(s), ` + `${ngDevMode.componentsSkippedHydration} component(s) were skipped. ` + (isIncrementalHydrationEnabled(injector) ? `${ngDevMode.deferBlocksWithIncrementalHydration} defer block(s) were configured to use incremental hydration. ` : '') + `Learn more at ${DOC_PAGE_BASE_URL}/guide/hydration.`;
|
|
@@ -621,14 +652,7 @@ function withIncrementalHydration() {
|
|
|
621
652
|
useValue: true
|
|
622
653
|
}, {
|
|
623
654
|
provide: DEHYDRATED_BLOCK_REGISTRY,
|
|
624
|
-
|
|
625
|
-
}, {
|
|
626
|
-
provide: ENVIRONMENT_INITIALIZER,
|
|
627
|
-
useValue: () => {
|
|
628
|
-
enableIncrementalHydrationRuntimeSupport();
|
|
629
|
-
performanceMarkFeature('NgIncrementalHydration');
|
|
630
|
-
},
|
|
631
|
-
multi: true
|
|
655
|
+
useFactory: createDehydratedBlockRegistry
|
|
632
656
|
}];
|
|
633
657
|
if (typeof ngServerMode === 'undefined' || !ngServerMode) {
|
|
634
658
|
providers.push({
|
|
@@ -637,10 +661,7 @@ function withIncrementalHydration() {
|
|
|
637
661
|
const injector = inject(Injector);
|
|
638
662
|
const doc = inject(DOCUMENT);
|
|
639
663
|
return () => {
|
|
640
|
-
|
|
641
|
-
const commentsByBlockId = gatherDeferBlocksCommentNodes(doc, doc.body);
|
|
642
|
-
processAndInitTriggers(injector, deferBlockData, commentsByBlockId);
|
|
643
|
-
appendDeferBlocksToJSActionMap(doc, injector);
|
|
664
|
+
runIncrementalHydrationBootstrap(injector, doc);
|
|
644
665
|
};
|
|
645
666
|
},
|
|
646
667
|
multi: true
|
|
@@ -1460,6 +1481,9 @@ class KeyValueDiffers {
|
|
|
1460
1481
|
class ChangeDetectorRef {
|
|
1461
1482
|
static __NG_ELEMENT_ID__ = injectChangeDetectorRef;
|
|
1462
1483
|
}
|
|
1484
|
+
if (typeof ngDevMode === 'undefined' || ngDevMode) {
|
|
1485
|
+
registerSpecialProvider(ChangeDetectorRef);
|
|
1486
|
+
}
|
|
1463
1487
|
function injectChangeDetectorRef(flags) {
|
|
1464
1488
|
return createViewRef(getCurrentTNode(), getLView(), (flags & 16) === 16);
|
|
1465
1489
|
}
|
|
@@ -1549,18 +1573,14 @@ class NgZoneChangeDetectionScheduler {
|
|
|
1549
1573
|
static ɵfac = function NgZoneChangeDetectionScheduler_Factory(__ngFactoryType__) {
|
|
1550
1574
|
return new (__ngFactoryType__ || NgZoneChangeDetectionScheduler)();
|
|
1551
1575
|
};
|
|
1552
|
-
static ɵprov = /*@__PURE__*/
|
|
1576
|
+
static ɵprov = /*@__PURE__*/__defineService({
|
|
1553
1577
|
token: NgZoneChangeDetectionScheduler,
|
|
1554
|
-
factory: NgZoneChangeDetectionScheduler.ɵfac
|
|
1555
|
-
providedIn: 'root'
|
|
1578
|
+
factory: NgZoneChangeDetectionScheduler.ɵfac
|
|
1556
1579
|
});
|
|
1557
1580
|
}
|
|
1558
1581
|
(() => {
|
|
1559
1582
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(NgZoneChangeDetectionScheduler, [{
|
|
1560
|
-
type:
|
|
1561
|
-
args: [{
|
|
1562
|
-
providedIn: 'root'
|
|
1563
|
-
}]
|
|
1583
|
+
type: Service
|
|
1564
1584
|
}], null, null);
|
|
1565
1585
|
})();
|
|
1566
1586
|
const PROVIDED_NG_ZONE = new InjectionToken(typeof ngDevMode === 'undefined' || ngDevMode ? 'provideZoneChangeDetection token' : '', {
|
|
@@ -1667,18 +1687,14 @@ class ZoneStablePendingTask {
|
|
|
1667
1687
|
static ɵfac = function ZoneStablePendingTask_Factory(__ngFactoryType__) {
|
|
1668
1688
|
return new (__ngFactoryType__ || ZoneStablePendingTask)();
|
|
1669
1689
|
};
|
|
1670
|
-
static ɵprov = /*@__PURE__*/
|
|
1690
|
+
static ɵprov = /*@__PURE__*/__defineService({
|
|
1671
1691
|
token: ZoneStablePendingTask,
|
|
1672
|
-
factory: ZoneStablePendingTask.ɵfac
|
|
1673
|
-
providedIn: 'root'
|
|
1692
|
+
factory: ZoneStablePendingTask.ɵfac
|
|
1674
1693
|
});
|
|
1675
1694
|
}
|
|
1676
1695
|
(() => {
|
|
1677
1696
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ZoneStablePendingTask, [{
|
|
1678
|
-
type:
|
|
1679
|
-
args: [{
|
|
1680
|
-
providedIn: 'root'
|
|
1681
|
-
}]
|
|
1697
|
+
type: Service
|
|
1682
1698
|
}], null, null);
|
|
1683
1699
|
})();
|
|
1684
1700
|
|
|
@@ -1839,18 +1855,14 @@ class ImagePerformanceWarning {
|
|
|
1839
1855
|
static ɵfac = function ImagePerformanceWarning_Factory(__ngFactoryType__) {
|
|
1840
1856
|
return new (__ngFactoryType__ || ImagePerformanceWarning)();
|
|
1841
1857
|
};
|
|
1842
|
-
static ɵprov = /*@__PURE__*/
|
|
1858
|
+
static ɵprov = /*@__PURE__*/__defineService({
|
|
1843
1859
|
token: ImagePerformanceWarning,
|
|
1844
|
-
factory: ImagePerformanceWarning.ɵfac
|
|
1845
|
-
providedIn: 'root'
|
|
1860
|
+
factory: ImagePerformanceWarning.ɵfac
|
|
1846
1861
|
});
|
|
1847
1862
|
}
|
|
1848
1863
|
(() => {
|
|
1849
1864
|
(typeof ngDevMode === "undefined" || ngDevMode) && setClassMetadata(ImagePerformanceWarning, [{
|
|
1850
|
-
type:
|
|
1851
|
-
args: [{
|
|
1852
|
-
providedIn: 'root'
|
|
1853
|
-
}]
|
|
1865
|
+
type: Service
|
|
1854
1866
|
}], null, null);
|
|
1855
1867
|
})();
|
|
1856
1868
|
function logLazyLCPWarning(src) {
|
|
@@ -2608,7 +2620,10 @@ function serializeLContainer(lContainer, tNode, lView, parentDeferBlockId, conte
|
|
|
2608
2620
|
serializedView[DEFER_BLOCK_STATE] = lDetails[DEFER_BLOCK_STATE$1];
|
|
2609
2621
|
}
|
|
2610
2622
|
if (!isHydrateNeverBlock) {
|
|
2611
|
-
|
|
2623
|
+
const childHostElement = unwrapRNode(childLView[HOST]);
|
|
2624
|
+
if (childLView[TVIEW].type !== 1 || childHostElement === null || !childHostElement.hasAttribute(SKIP_HYDRATION_ATTR_NAME)) {
|
|
2625
|
+
Object.assign(serializedView, serializeLView(lContainer[i], parentDeferBlockId, context));
|
|
2626
|
+
}
|
|
2612
2627
|
}
|
|
2613
2628
|
}
|
|
2614
2629
|
const currentViewAsString = JSON.stringify(serializedView);
|
|
@@ -2811,14 +2826,6 @@ function annotateDeferBlockRootNodesWithJsAction(tDetails, rootNodes, parentDefe
|
|
|
2811
2826
|
}
|
|
2812
2827
|
}
|
|
2813
2828
|
|
|
2814
|
-
function booleanAttribute(value) {
|
|
2815
|
-
return typeof value === 'boolean' ? value : value != null && value !== 'false';
|
|
2816
|
-
}
|
|
2817
|
-
function numberAttribute(value, fallbackValue = NaN) {
|
|
2818
|
-
const isNumberValue = !isNaN(parseFloat(value)) && !isNaN(Number(value));
|
|
2819
|
-
return isNumberValue ? Number(value) : fallbackValue;
|
|
2820
|
-
}
|
|
2821
|
-
|
|
2822
2829
|
const PERFORMANCE_MARK_PREFIX = '🅰️';
|
|
2823
2830
|
let enablePerfLogging = false;
|
|
2824
2831
|
function startMeasuring(label) {
|
|
@@ -2867,6 +2874,14 @@ function disableProfiling() {
|
|
|
2867
2874
|
|
|
2868
2875
|
function ɵassertType(value) {}
|
|
2869
2876
|
|
|
2877
|
+
function booleanAttribute(value) {
|
|
2878
|
+
return typeof value === 'boolean' ? value : value != null && value !== 'false';
|
|
2879
|
+
}
|
|
2880
|
+
function numberAttribute(value, fallbackValue = NaN) {
|
|
2881
|
+
const isNumberValue = !isNaN(parseFloat(value)) && !isNaN(Number(value));
|
|
2882
|
+
return isNumberValue ? Number(value) : fallbackValue;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2870
2885
|
const NOT_SET = /* @__PURE__ */Symbol('NOT_SET');
|
|
2871
2886
|
const EMPTY_CLEANUP_SET = /* @__PURE__ */new Set();
|
|
2872
2887
|
const AFTER_RENDER_PHASE_EFFECT_NODE = /* @__PURE__ */(() => ({
|
|
@@ -3073,6 +3088,8 @@ function getFactoryKind(target) {
|
|
|
3073
3088
|
return 'pipe';
|
|
3074
3089
|
case FactoryTarget.NgModule:
|
|
3075
3090
|
return 'NgModule';
|
|
3091
|
+
case FactoryTarget.Service:
|
|
3092
|
+
return 'service';
|
|
3076
3093
|
}
|
|
3077
3094
|
}
|
|
3078
3095
|
function ɵɵngDeclareInjectable(decl) {
|
|
@@ -3107,6 +3124,14 @@ function ɵɵngDeclarePipe(decl) {
|
|
|
3107
3124
|
});
|
|
3108
3125
|
return compiler.compilePipeDeclaration(angularCoreEnv, `ng:///${decl.type.name}/ɵpipe.js`, decl);
|
|
3109
3126
|
}
|
|
3127
|
+
function ɵɵngDeclareService(decl) {
|
|
3128
|
+
const compiler = getCompilerFacade({
|
|
3129
|
+
usage: 1,
|
|
3130
|
+
kind: 'service',
|
|
3131
|
+
type: decl.type
|
|
3132
|
+
});
|
|
3133
|
+
return compiler.compileServiceDeclaration(angularCoreEnv, `ng:///${decl.type.name}/ɵprov.js`, decl);
|
|
3134
|
+
}
|
|
3110
3135
|
|
|
3111
3136
|
function getModuleFactory(id) {
|
|
3112
3137
|
const type = getRegisteredNgModuleType(id);
|
|
@@ -3301,5 +3326,40 @@ function enableProdMode() {
|
|
|
3301
3326
|
}
|
|
3302
3327
|
}
|
|
3303
3328
|
|
|
3304
|
-
|
|
3329
|
+
function declareExperimentalWebMcpTool(tool, injector) {
|
|
3330
|
+
const {
|
|
3331
|
+
modelContext
|
|
3332
|
+
} = globalThis.navigator;
|
|
3333
|
+
if (!modelContext) return;
|
|
3334
|
+
if (typeof ngDevMode !== 'undefined' && ngDevMode) {
|
|
3335
|
+
if (!injector) assertInInjectionContext(declareExperimentalWebMcpTool);
|
|
3336
|
+
}
|
|
3337
|
+
const currentInjector = injector ?? inject(Injector);
|
|
3338
|
+
const destroyRef = currentInjector.get(DestroyRef);
|
|
3339
|
+
const abortCtrl = new AbortController();
|
|
3340
|
+
const wrappedTool = {
|
|
3341
|
+
...tool,
|
|
3342
|
+
execute: (args, client) => runInInjectionContext(currentInjector, () => tool.execute(args, {
|
|
3343
|
+
...client,
|
|
3344
|
+
signal: abortCtrl.signal
|
|
3345
|
+
}))
|
|
3346
|
+
};
|
|
3347
|
+
modelContext.registerTool(wrappedTool, {
|
|
3348
|
+
signal: abortCtrl.signal
|
|
3349
|
+
});
|
|
3350
|
+
destroyRef.onDestroy(() => {
|
|
3351
|
+
abortCtrl.abort();
|
|
3352
|
+
modelContext.unregisterTool?.({
|
|
3353
|
+
name: tool.name
|
|
3354
|
+
});
|
|
3355
|
+
});
|
|
3356
|
+
}
|
|
3357
|
+
|
|
3358
|
+
function provideExperimentalWebMcpTools(tools) {
|
|
3359
|
+
return makeEnvironmentProviders([provideEnvironmentInitializer(() => {
|
|
3360
|
+
for (const tool of tools) declareExperimentalWebMcpTool(tool);
|
|
3361
|
+
})]);
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
export { APP_BOOTSTRAP_LISTENER, APP_ID, ApplicationInitStatus, ApplicationModule, ApplicationRef, COMPILER_OPTIONS, ChangeDetectorRef, ContentChild, ContentChildren, DOCUMENT, DefaultIterableDiffer, DestroyRef, ENVIRONMENT_INITIALIZER, EmbeddedViewRef, ErrorHandler, HOST_TAG_NAME, HostAttributeToken, Injectable, InjectionToken, Injector, IterableDiffers, KeyValueDiffers, LOCALE_ID, NgModule, NgZone, OutputEmitterRef, PLATFORM_INITIALIZER, PlatformRef, Query, REQUEST, REQUEST_CONTEXT, RESPONSE_INIT, Service, TransferState, ViewChild, ViewChildren, ViewEncapsulation$1 as ViewEncapsulation, ViewRef, afterRenderEffect, assertInInjectionContext, assertNotInReactiveContext, assertPlatform, booleanAttribute, computed, contentChild, contentChildren, createComponent, createPlatform, createPlatformFactory, debounced, declareExperimentalWebMcpTool, destroyPlatform, effect, enableProdMode, getModuleFactory, getNgModuleById, getPlatform, inject, injectAsync, input, isDevMode, isSignal, linkedSignal, makeEnvironmentProviders, mergeApplicationConfig, model, numberAttribute, onIdle, output, platformCore, provideAppInitializer, provideCheckNoChangesConfig, provideEnvironmentInitializer, provideExperimentalWebMcpTools, providePlatformInitializer, provideStabilityDebugging, provideZoneChangeDetection, reflectComponentType, resourceFromSnapshots, runInInjectionContext, untracked, viewChild, viewChildren, AfterRenderManager as ɵAfterRenderManager, CLIENT_RENDER_MODE_FLAG as ɵCLIENT_RENDER_MODE_FLAG, CONTAINER_HEADER_OFFSET as ɵCONTAINER_HEADER_OFFSET, ChangeDetectionScheduler as ɵChangeDetectionScheduler, Console as ɵConsole, DEFAULT_LOCALE_ID as ɵDEFAULT_LOCALE_ID, DEHYDRATED_BLOCK_REGISTRY as ɵDEHYDRATED_BLOCK_REGISTRY, ENABLE_ROOT_COMPONENT_BOOTSTRAP as ɵENABLE_ROOT_COMPONENT_BOOTSTRAP, EVENT_REPLAY_QUEUE as ɵEVENT_REPLAY_QUEUE, Framework as ɵFramework, IMAGE_CONFIG as ɵIMAGE_CONFIG, INJECTOR_SCOPE as ɵINJECTOR_SCOPE, ɵINPUT_SIGNAL_BRAND_WRITE_TYPE, INTERNAL_APPLICATION_ERROR_HANDLER as ɵINTERNAL_APPLICATION_ERROR_HANDLER, IS_HYDRATION_DOM_REUSE_ENABLED as ɵIS_HYDRATION_DOM_REUSE_ENABLED, IS_INCREMENTAL_HYDRATION_ENABLED as ɵIS_INCREMENTAL_HYDRATION_ENABLED, JSACTION_BLOCK_ELEMENT_MAP as ɵJSACTION_BLOCK_ELEMENT_MAP, JSACTION_EVENT_CONTRACT as ɵJSACTION_EVENT_CONTRACT, NgModuleFactory as ɵNgModuleFactory, PERFORMANCE_MARK_PREFIX as ɵPERFORMANCE_MARK_PREFIX, PROVIDED_NG_ZONE as ɵPROVIDED_NG_ZONE, PROVIDED_ZONELESS as ɵPROVIDED_ZONELESS, PendingTasksInternal as ɵPendingTasksInternal, ProfilerEvent as ɵProfilerEvent, R3Injector as ɵR3Injector, ComponentFactory as ɵRender3ComponentFactory, RuntimeError as ɵRuntimeError, SIGNAL as ɵSIGNAL, TracingService as ɵTracingService, ViewRef$1 as ɵViewRef, ZONELESS_ENABLED as ɵZONELESS_ENABLED, annotateForHydration as ɵannotateForHydration, ɵassertType, compileNgModuleFactory as ɵcompileNgModuleFactory, createOrReusePlatformInjector as ɵcreateOrReusePlatformInjector, defaultIterableDiffers as ɵdefaultIterableDiffers, defaultKeyValueDiffers as ɵdefaultKeyValueDiffers, disableProfiling as ɵdisableProfiling, enableProfiling as ɵenableProfiling, formatRuntimeError as ɵformatRuntimeError, getComponentDef as ɵgetComponentDef, getDocument as ɵgetDocument, getLContext as ɵgetLContext, _global as ɵglobal, injectChangeDetectorRef as ɵinjectChangeDetectorRef, internalCreateApplication as ɵinternalCreateApplication, internalProvideZoneChangeDetection as ɵinternalProvideZoneChangeDetection, isPromise as ɵisPromise, maybeUnwrapDefaultExport as ɵmaybeUnwrapDefaultExport, performanceMarkFeature as ɵperformanceMarkFeature, promiseWithResolvers as ɵpromiseWithResolvers, provideZonelessChangeDetectionInternal as ɵprovideZonelessChangeDetectionInternal, resolveComponentResources as ɵresolveComponentResources, setClassMetadata as ɵsetClassMetadata, setClassMetadataAsync as ɵsetClassMetadataAsync, setInjectorProfilerContext as ɵsetInjectorProfilerContext, setLocaleId as ɵsetLocaleId, startMeasuring as ɵstartMeasuring, stopMeasuring as ɵstopMeasuring, stringify as ɵstringify, withDomHydration as ɵwithDomHydration, withEventReplay as ɵwithEventReplay, withI18nSupport as ɵwithI18nSupport, withIncrementalHydration as ɵwithIncrementalHydration, FactoryTarget as ɵɵFactoryTarget, __defineInjectable as ɵɵdefineInjectable, __defineInjector as ɵɵdefineInjector, __defineNgModule as ɵɵdefineNgModule, __defineService as ɵɵdefineService, __inject as ɵɵinject, __injectAttribute as ɵɵinjectAttribute, ɵɵngDeclareClassMetadata, ɵɵngDeclareClassMetadataAsync, ɵɵngDeclareComponent, ɵɵngDeclareDirective, ɵɵngDeclareFactory, ɵɵngDeclareInjectable, ɵɵngDeclareInjector, ɵɵngDeclareNgModule, ɵɵngDeclarePipe, ɵɵngDeclareService };
|
|
3305
3365
|
//# sourceMappingURL=core.mjs.map
|