mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update symbol goldens (#63711)
updates symbol goldens after cross repo updates PR Close #63711
This commit is contained in:
parent
8266790fb8
commit
69b61cbc24
7 changed files with 510 additions and 27 deletions
|
|
@ -59,11 +59,11 @@
|
|||
"ChangeDetectionStrategy",
|
||||
"CheckNoChangesMode",
|
||||
"ComponentFactory",
|
||||
"ComponentFactory2",
|
||||
"ComponentFactory",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver2",
|
||||
"ComponentRef",
|
||||
"ComponentRef2",
|
||||
"ComponentRef",
|
||||
"ConsumerObserver",
|
||||
"DASH_CASE_REGEXP",
|
||||
"DECLARATION_COMPONENT_VIEW",
|
||||
|
|
@ -290,11 +290,79 @@
|
|||
"\\u0275\\u0275elementStart",
|
||||
"\\u0275\\u0275inject",
|
||||
"\\u0275\\u0275property",
|
||||
"_AnimationAstBuilderContext",
|
||||
"_AnimationAstBuilderVisitor",
|
||||
"_AnimationDriver",
|
||||
"_AnimationEngine",
|
||||
"_AnimationGroupPlayer",
|
||||
"_AnimationRenderer",
|
||||
"_AnimationRendererFactory",
|
||||
"_AnimationStateStyles",
|
||||
"_AnimationStyleNormalizer",
|
||||
"_AnimationTimelineBuilderVisitor",
|
||||
"_AnimationTimelineContext",
|
||||
"_AnimationTransitionFactory",
|
||||
"_AnimationTransitionNamespace",
|
||||
"_AnimationTrigger",
|
||||
"_AnimationsComponent",
|
||||
"_AnonymousSubject",
|
||||
"_BaseAnimationRenderer",
|
||||
"_BehaviorSubject",
|
||||
"_BrowserDomAdapter",
|
||||
"_CACHED_BODY",
|
||||
"_ChainedInjector",
|
||||
"_ChangeDetectionScheduler",
|
||||
"_ComponentFactory",
|
||||
"_ComponentFactoryResolver",
|
||||
"_ComponentRef",
|
||||
"_ConsumerObserver",
|
||||
"_DOM",
|
||||
"_DefaultDomRenderer2",
|
||||
"_DomAdapter",
|
||||
"_ElementInstructionMap",
|
||||
"_EmulatedEncapsulationDomRenderer2",
|
||||
"_EnvironmentInjector",
|
||||
"_EnvironmentNgModuleRefAdapter",
|
||||
"_ErrorHandler",
|
||||
"_EventEmitter_",
|
||||
"_EventManagerPlugin",
|
||||
"_IS_WEBKIT",
|
||||
"_InjectionToken",
|
||||
"_Injector",
|
||||
"_NgZone",
|
||||
"_NodeInjector",
|
||||
"_NodeInjectorDestroyRef",
|
||||
"_NodeInjectorFactory",
|
||||
"_NoneEncapsulationDomRenderer",
|
||||
"_NoopAnimationPlayer",
|
||||
"_NoopNgZone",
|
||||
"_NullComponentFactoryResolver",
|
||||
"_NullInjector",
|
||||
"_OperatorSubscriber",
|
||||
"_R3Injector",
|
||||
"_RendererFactory2",
|
||||
"_RetrievingInjector",
|
||||
"_RootComponent",
|
||||
"_RuntimeError",
|
||||
"_SafeSubscriber",
|
||||
"_ShadowDomRenderer",
|
||||
"_SimpleChange",
|
||||
"_StateValue",
|
||||
"_SubTimelineBuilder",
|
||||
"_Subscriber",
|
||||
"_Subscription",
|
||||
"_THROW_IF_NOT_FOUND",
|
||||
"_TimelineAnimationEngine",
|
||||
"_TimelineBuilder",
|
||||
"_TransitionAnimationEngine",
|
||||
"_TransitionAnimationPlayer",
|
||||
"_ViewRef",
|
||||
"_WebAnimationsDriver",
|
||||
"_WebAnimationsPlayer",
|
||||
"_WebAnimationsStyleNormalizer",
|
||||
"_XhrFactory",
|
||||
"_ZoneAwareEffectScheduler",
|
||||
"__NullComponentFactoryResolver",
|
||||
"__defNormalProp",
|
||||
"__defProp",
|
||||
"__defProps",
|
||||
|
|
@ -302,10 +370,16 @@
|
|||
"__getOwnPropDescs",
|
||||
"__getOwnPropSymbols",
|
||||
"__hasOwnProp",
|
||||
"__name",
|
||||
"__objRest",
|
||||
"__propIsEnum",
|
||||
"__publicField",
|
||||
"__spreadProps",
|
||||
"__spreadValues",
|
||||
"_a",
|
||||
"_a2",
|
||||
"_a3",
|
||||
"_a4",
|
||||
"_applyRootElementTransformImpl",
|
||||
"_bind",
|
||||
"_callAndReportToErrorHandler",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,16 @@
|
|||
"ShadowDomRenderer",
|
||||
"SharedStylesHost",
|
||||
"XhrFactory",
|
||||
"_AppComponent",
|
||||
"_BrowserDomAdapter",
|
||||
"_DOM",
|
||||
"_DefaultDomRenderer2",
|
||||
"_DomAdapter",
|
||||
"_EmulatedEncapsulationDomRenderer2",
|
||||
"_EventManagerPlugin",
|
||||
"_NoneEncapsulationDomRenderer",
|
||||
"_ShadowDomRenderer",
|
||||
"_XhrFactory",
|
||||
"_document",
|
||||
"_keyMap",
|
||||
"addServerStyles",
|
||||
|
|
@ -59,6 +68,7 @@
|
|||
],
|
||||
"lazy": [
|
||||
"DeferComponent",
|
||||
"_DeferComponent",
|
||||
"AFTER_RENDER_SEQUENCES_TO_ADD",
|
||||
"ANIMATIONS_DISABLED",
|
||||
"APP_BOOTSTRAP_LISTENER",
|
||||
|
|
@ -88,11 +98,11 @@
|
|||
"ChangeDetectionStrategy",
|
||||
"CheckNoChangesMode",
|
||||
"ComponentFactory",
|
||||
"ComponentFactory2",
|
||||
"ComponentFactory",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver2",
|
||||
"ComponentRef",
|
||||
"ComponentRef2",
|
||||
"ComponentRef",
|
||||
"ConsumerObserver",
|
||||
"DECLARATION_COMPONENT_VIEW",
|
||||
"DECLARATION_LCONTAINER",
|
||||
|
|
@ -266,8 +276,40 @@
|
|||
"\\u0275\\u0275elementStart",
|
||||
"\\u0275\\u0275inject",
|
||||
"\\u0275\\u0275text",
|
||||
"_AnonymousSubject",
|
||||
"_BehaviorSubject",
|
||||
"_ChainedInjector",
|
||||
"_ChangeDetectionScheduler",
|
||||
"_ComponentFactory",
|
||||
"_ComponentFactoryResolver",
|
||||
"_ComponentRef",
|
||||
"_ConsumerObserver",
|
||||
"_EnvironmentInjector",
|
||||
"_EnvironmentNgModuleRefAdapter",
|
||||
"_ErrorHandler",
|
||||
"_EventEmitter_",
|
||||
"_InjectionToken",
|
||||
"_Injector",
|
||||
"_NgZone",
|
||||
"_NodeInjector",
|
||||
"_NodeInjectorDestroyRef",
|
||||
"_NodeInjectorFactory",
|
||||
"_NoopNgZone",
|
||||
"_NullComponentFactoryResolver",
|
||||
"_NullInjector",
|
||||
"_OperatorSubscriber",
|
||||
"_R3Injector",
|
||||
"_RendererFactory2",
|
||||
"_RetrievingInjector",
|
||||
"_RuntimeError",
|
||||
"_SafeSubscriber",
|
||||
"_SimpleChange",
|
||||
"_Subscriber",
|
||||
"_Subscription",
|
||||
"_THROW_IF_NOT_FOUND",
|
||||
"_ViewRef",
|
||||
"_ZoneAwareEffectScheduler",
|
||||
"__NullComponentFactoryResolver",
|
||||
"__defNormalProp",
|
||||
"__defProp",
|
||||
"__defProps",
|
||||
|
|
@ -275,9 +317,15 @@
|
|||
"__getOwnPropDescs",
|
||||
"__getOwnPropSymbols",
|
||||
"__hasOwnProp",
|
||||
"__name",
|
||||
"__propIsEnum",
|
||||
"__publicField",
|
||||
"__spreadProps",
|
||||
"__spreadValues",
|
||||
"_a",
|
||||
"_a2",
|
||||
"_a3",
|
||||
"_a4",
|
||||
"_applyRootElementTransformImpl",
|
||||
"_bind",
|
||||
"_callAndReportToErrorHandler",
|
||||
|
|
|
|||
|
|
@ -53,11 +53,11 @@
|
|||
"CheckboxControlValueAccessor",
|
||||
"CommonModule",
|
||||
"ComponentFactory",
|
||||
"ComponentFactory2",
|
||||
"ComponentFactory",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver2",
|
||||
"ComponentRef",
|
||||
"ComponentRef2",
|
||||
"ComponentRef",
|
||||
"ConsumerObserver",
|
||||
"ControlContainer",
|
||||
"ControlEvent",
|
||||
|
|
@ -180,9 +180,9 @@
|
|||
"NgForOf",
|
||||
"NgForOfContext",
|
||||
"NgModuleFactory",
|
||||
"NgModuleFactory2",
|
||||
"NgModuleFactory",
|
||||
"NgModuleRef",
|
||||
"NgModuleRef",
|
||||
"NgModuleRef2",
|
||||
"NgOnChangesFeatureImpl",
|
||||
"NgZone",
|
||||
"NgZoneChangeDetectionScheduler",
|
||||
|
|
@ -302,11 +302,81 @@
|
|||
"\\u0275\\u0275property",
|
||||
"\\u0275\\u0275template",
|
||||
"\\u0275\\u0275text",
|
||||
"_AbstractControl",
|
||||
"_AbstractControlDirective",
|
||||
"_AbstractControlStatus",
|
||||
"_AnonymousSubject",
|
||||
"_BehaviorSubject",
|
||||
"_BrowserDomAdapter",
|
||||
"_BrowserGetTestability",
|
||||
"_ChainedInjector",
|
||||
"_ChangeDetectionScheduler",
|
||||
"_ComponentFactory",
|
||||
"_ComponentFactoryResolver",
|
||||
"_ComponentRef",
|
||||
"_ConsumerObserver",
|
||||
"_ControlContainer",
|
||||
"_ControlEvent",
|
||||
"_DOM",
|
||||
"_DefaultDomRenderer2",
|
||||
"_DefaultIterableDiffer",
|
||||
"_DefaultIterableDifferFactory",
|
||||
"_DomAdapter",
|
||||
"_DuplicateItemRecordList",
|
||||
"_DuplicateMap",
|
||||
"_EffectRefImpl",
|
||||
"_EmulatedEncapsulationDomRenderer2",
|
||||
"_EnvironmentInjector",
|
||||
"_EnvironmentNgModuleRefAdapter",
|
||||
"_ErrorHandler",
|
||||
"_EventEmitter_",
|
||||
"_EventManagerPlugin",
|
||||
"_FormArray",
|
||||
"_FormGroup",
|
||||
"_FormRecord",
|
||||
"_FormResetEvent",
|
||||
"_FormSubmittedEvent",
|
||||
"_FormsExampleModule",
|
||||
"_InjectionToken",
|
||||
"_Injector",
|
||||
"_IterableChangeRecord_",
|
||||
"_NgControl",
|
||||
"_NgForOfContext",
|
||||
"_NgModuleFactory",
|
||||
"_NgModuleRef",
|
||||
"_NgZone",
|
||||
"_NodeInjector",
|
||||
"_NodeInjectorDestroyRef",
|
||||
"_NodeInjectorFactory",
|
||||
"_NoneEncapsulationDomRenderer",
|
||||
"_NoopNgZone",
|
||||
"_NullComponentFactoryResolver",
|
||||
"_NullInjector",
|
||||
"_OperatorSubscriber",
|
||||
"_PristineChangeEvent",
|
||||
"_R3Injector",
|
||||
"_ReactiveFormsComponent",
|
||||
"_RendererFactory2",
|
||||
"_RetrievingInjector",
|
||||
"_RootComponent",
|
||||
"_RuntimeError",
|
||||
"_SafeSubscriber",
|
||||
"_SafeValueImpl",
|
||||
"_ShadowDomRenderer",
|
||||
"_SimpleChange",
|
||||
"_StatusChangeEvent",
|
||||
"_Subscriber",
|
||||
"_Subscription",
|
||||
"_THROW_IF_NOT_FOUND",
|
||||
"_TouchedChangeEvent",
|
||||
"_Validators",
|
||||
"_ValueChangeEvent",
|
||||
"_ViewRef",
|
||||
"_XhrFactory",
|
||||
"_ZoneAwareEffectScheduler",
|
||||
"__DuplicateItemRecordList",
|
||||
"__DuplicateMap",
|
||||
"__NullComponentFactoryResolver",
|
||||
"__asyncGenerator",
|
||||
"__asyncValues",
|
||||
"__await",
|
||||
|
|
@ -318,10 +388,19 @@
|
|||
"__getOwnPropDescs",
|
||||
"__getOwnPropSymbols",
|
||||
"__hasOwnProp",
|
||||
"__name",
|
||||
"__propIsEnum",
|
||||
"__publicField",
|
||||
"__spreadProps",
|
||||
"__spreadValues",
|
||||
"__values",
|
||||
"_a",
|
||||
"_a2",
|
||||
"_a3",
|
||||
"_a4",
|
||||
"_a5",
|
||||
"_a6",
|
||||
"_a7",
|
||||
"_applyRootElementTransformImpl",
|
||||
"_arrayIndexOfSorted",
|
||||
"_bind",
|
||||
|
|
|
|||
|
|
@ -55,11 +55,11 @@
|
|||
"CheckboxControlValueAccessor",
|
||||
"CommonModule",
|
||||
"ComponentFactory",
|
||||
"ComponentFactory2",
|
||||
"ComponentFactory",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver2",
|
||||
"ComponentRef",
|
||||
"ComponentRef2",
|
||||
"ComponentRef",
|
||||
"ConsumerObserver",
|
||||
"ControlContainer",
|
||||
"ControlEvent",
|
||||
|
|
@ -177,9 +177,9 @@
|
|||
"NgModel",
|
||||
"NgModelGroup",
|
||||
"NgModuleFactory",
|
||||
"NgModuleFactory2",
|
||||
"NgModuleFactory",
|
||||
"NgModuleRef",
|
||||
"NgModuleRef",
|
||||
"NgModuleRef2",
|
||||
"NgOnChangesFeatureImpl",
|
||||
"NgZone",
|
||||
"NgZoneChangeDetectionScheduler",
|
||||
|
|
@ -307,11 +307,78 @@
|
|||
"\\u0275\\u0275twoWayBindingSet",
|
||||
"\\u0275\\u0275twoWayListener",
|
||||
"\\u0275\\u0275twoWayProperty",
|
||||
"_AbstractControl",
|
||||
"_AbstractControlDirective",
|
||||
"_AbstractControlStatus",
|
||||
"_AnonymousSubject",
|
||||
"_BehaviorSubject",
|
||||
"_BrowserDomAdapter",
|
||||
"_BrowserGetTestability",
|
||||
"_ChainedInjector",
|
||||
"_ChangeDetectionScheduler",
|
||||
"_ComponentFactory",
|
||||
"_ComponentFactoryResolver",
|
||||
"_ComponentRef",
|
||||
"_ConsumerObserver",
|
||||
"_ControlContainer",
|
||||
"_ControlEvent",
|
||||
"_DOM",
|
||||
"_DefaultDomRenderer2",
|
||||
"_DefaultIterableDiffer",
|
||||
"_DefaultIterableDifferFactory",
|
||||
"_DomAdapter",
|
||||
"_DuplicateItemRecordList",
|
||||
"_DuplicateMap",
|
||||
"_EffectRefImpl",
|
||||
"_EmulatedEncapsulationDomRenderer2",
|
||||
"_EnvironmentInjector",
|
||||
"_EnvironmentNgModuleRefAdapter",
|
||||
"_ErrorHandler",
|
||||
"_EventEmitter_",
|
||||
"_EventManagerPlugin",
|
||||
"_FormGroup",
|
||||
"_FormResetEvent",
|
||||
"_FormSubmittedEvent",
|
||||
"_FormsExampleModule",
|
||||
"_InjectionToken",
|
||||
"_Injector",
|
||||
"_IterableChangeRecord_",
|
||||
"_NgControl",
|
||||
"_NgForOfContext",
|
||||
"_NgModuleFactory",
|
||||
"_NgModuleRef",
|
||||
"_NgZone",
|
||||
"_NodeInjector",
|
||||
"_NodeInjectorDestroyRef",
|
||||
"_NodeInjectorFactory",
|
||||
"_NoneEncapsulationDomRenderer",
|
||||
"_NoopNgZone",
|
||||
"_NullComponentFactoryResolver",
|
||||
"_NullInjector",
|
||||
"_OperatorSubscriber",
|
||||
"_PristineChangeEvent",
|
||||
"_R3Injector",
|
||||
"_RendererFactory2",
|
||||
"_RetrievingInjector",
|
||||
"_RootComponent",
|
||||
"_RuntimeError",
|
||||
"_SafeSubscriber",
|
||||
"_SafeValueImpl",
|
||||
"_ShadowDomRenderer",
|
||||
"_SimpleChange",
|
||||
"_StatusChangeEvent",
|
||||
"_Subscriber",
|
||||
"_Subscription",
|
||||
"_THROW_IF_NOT_FOUND",
|
||||
"_TemplateFormsComponent",
|
||||
"_TouchedChangeEvent",
|
||||
"_ValueChangeEvent",
|
||||
"_ViewRef",
|
||||
"_XhrFactory",
|
||||
"_ZoneAwareEffectScheduler",
|
||||
"__DuplicateItemRecordList",
|
||||
"__DuplicateMap",
|
||||
"__NullComponentFactoryResolver",
|
||||
"__asyncGenerator",
|
||||
"__asyncValues",
|
||||
"__await",
|
||||
|
|
@ -323,10 +390,19 @@
|
|||
"__getOwnPropDescs",
|
||||
"__getOwnPropSymbols",
|
||||
"__hasOwnProp",
|
||||
"__name",
|
||||
"__propIsEnum",
|
||||
"__publicField",
|
||||
"__spreadProps",
|
||||
"__spreadValues",
|
||||
"__values",
|
||||
"_a",
|
||||
"_a2",
|
||||
"_a3",
|
||||
"_a4",
|
||||
"_a5",
|
||||
"_a6",
|
||||
"_a7",
|
||||
"_applyRootElementTransformImpl",
|
||||
"_arrayIndexOfSorted",
|
||||
"_bind",
|
||||
|
|
|
|||
|
|
@ -44,11 +44,11 @@
|
|||
"ChangeDetectionStrategy",
|
||||
"CheckNoChangesMode",
|
||||
"ComponentFactory",
|
||||
"ComponentFactory2",
|
||||
"ComponentFactory",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver2",
|
||||
"ComponentRef",
|
||||
"ComponentRef2",
|
||||
"ComponentRef",
|
||||
"ConsumerObserver",
|
||||
"DECLARATION_COMPONENT_VIEW",
|
||||
"DECLARATION_LCONTAINER",
|
||||
|
|
@ -250,9 +250,53 @@
|
|||
"\\u0275\\u0275inject",
|
||||
"\\u0275\\u0275resolveBody",
|
||||
"\\u0275\\u0275text",
|
||||
"_AnonymousSubject",
|
||||
"_BehaviorSubject",
|
||||
"_BrowserDomAdapter",
|
||||
"_ChainedInjector",
|
||||
"_ChangeDetectionScheduler",
|
||||
"_ComponentFactory",
|
||||
"_ComponentFactoryResolver",
|
||||
"_ComponentRef",
|
||||
"_ConsumerObserver",
|
||||
"_DOM",
|
||||
"_DefaultDomRenderer2",
|
||||
"_DomAdapter",
|
||||
"_EmulatedEncapsulationDomRenderer2",
|
||||
"_EnvironmentInjector",
|
||||
"_EnvironmentNgModuleRefAdapter",
|
||||
"_ErrorHandler",
|
||||
"_EventEmitter_",
|
||||
"_EventManagerPlugin",
|
||||
"_HelloWorld",
|
||||
"_HttpHeaders",
|
||||
"_HttpResponse",
|
||||
"_HttpResponseBase",
|
||||
"_InjectionToken",
|
||||
"_Injector",
|
||||
"_NgZone",
|
||||
"_NodeInjector",
|
||||
"_NodeInjectorDestroyRef",
|
||||
"_NodeInjectorFactory",
|
||||
"_NoneEncapsulationDomRenderer",
|
||||
"_NoopNgZone",
|
||||
"_NullComponentFactoryResolver",
|
||||
"_NullInjector",
|
||||
"_OperatorSubscriber",
|
||||
"_R3Injector",
|
||||
"_RendererFactory2",
|
||||
"_RetrievingInjector",
|
||||
"_RuntimeError",
|
||||
"_SafeSubscriber",
|
||||
"_ShadowDomRenderer",
|
||||
"_SimpleChange",
|
||||
"_Subscriber",
|
||||
"_Subscription",
|
||||
"_THROW_IF_NOT_FOUND",
|
||||
"_ViewRef",
|
||||
"_XhrFactory",
|
||||
"_ZoneAwareEffectScheduler",
|
||||
"__NullComponentFactoryResolver",
|
||||
"__asyncGenerator",
|
||||
"__asyncValues",
|
||||
"__await",
|
||||
|
|
@ -264,11 +308,17 @@
|
|||
"__getOwnPropDescs",
|
||||
"__getOwnPropSymbols",
|
||||
"__hasOwnProp",
|
||||
"__name",
|
||||
"__objRest",
|
||||
"__propIsEnum",
|
||||
"__publicField",
|
||||
"__spreadProps",
|
||||
"__spreadValues",
|
||||
"__values",
|
||||
"_a",
|
||||
"_a2",
|
||||
"_a3",
|
||||
"_a4",
|
||||
"_applyRootElementTransformImpl",
|
||||
"_bind",
|
||||
"_callAndReportToErrorHandler",
|
||||
|
|
|
|||
|
|
@ -56,11 +56,11 @@
|
|||
"ChildrenOutletContexts",
|
||||
"Compiler",
|
||||
"ComponentFactory",
|
||||
"ComponentFactory2",
|
||||
"ComponentFactory",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver2",
|
||||
"ComponentRef",
|
||||
"ComponentRef2",
|
||||
"ComponentRef",
|
||||
"ConnectableObservable",
|
||||
"Console",
|
||||
"ConsumerObserver",
|
||||
|
|
@ -189,9 +189,9 @@
|
|||
"NavigationStart",
|
||||
"NavigationTransitions",
|
||||
"NgModuleFactory",
|
||||
"NgModuleFactory2",
|
||||
"NgModuleFactory",
|
||||
"NgModuleRef",
|
||||
"NgModuleRef",
|
||||
"NgModuleRef2",
|
||||
"NgOnChangesFeatureImpl",
|
||||
"NgZone",
|
||||
"NgZoneChangeDetectionScheduler",
|
||||
|
|
@ -352,9 +352,110 @@
|
|||
"\\u0275\\u0275sanitizeUrlOrResourceUrl",
|
||||
"\\u0275\\u0275text",
|
||||
"\\u0275\\u0275textInterpolate1",
|
||||
"_AbsoluteRedirect",
|
||||
"_ActivateRoutes",
|
||||
"_ActivatedRoute",
|
||||
"_ActivatedRouteSnapshot",
|
||||
"_ActivationEnd",
|
||||
"_ActivationStart",
|
||||
"_AnonymousSubject",
|
||||
"_ApplyRedirects",
|
||||
"_BaseRouteReuseStrategy",
|
||||
"_BeforeActivateRoutes",
|
||||
"_BehaviorSubject",
|
||||
"_BrowserDomAdapter",
|
||||
"_CanActivate",
|
||||
"_CanDeactivate",
|
||||
"_ChainedInjector",
|
||||
"_ChangeDetectionScheduler",
|
||||
"_ChildActivationEnd",
|
||||
"_ChildActivationStart",
|
||||
"_ComponentFactory",
|
||||
"_ComponentFactoryResolver",
|
||||
"_ComponentRef",
|
||||
"_ConnectableObservable",
|
||||
"_ConsumerObserver",
|
||||
"_DOM",
|
||||
"_DefaultDomRenderer2",
|
||||
"_DefaultUrlSerializer",
|
||||
"_DomAdapter",
|
||||
"_EffectRefImpl",
|
||||
"_EmulatedEncapsulationDomRenderer2",
|
||||
"_EnvironmentInjector",
|
||||
"_EnvironmentNgModuleRefAdapter",
|
||||
"_ErrorHandler",
|
||||
"_EventEmitter_",
|
||||
"_EventManagerPlugin",
|
||||
"_GuardsCheckEnd",
|
||||
"_GuardsCheckStart",
|
||||
"_HostAttributeToken",
|
||||
"_InjectionToken",
|
||||
"_Injector",
|
||||
"_ItemComponent",
|
||||
"_LQueries_",
|
||||
"_LQuery_",
|
||||
"_ListComponent",
|
||||
"_ModuleWithComponentFactories",
|
||||
"_Navigation",
|
||||
"_NavigationCancel",
|
||||
"_NavigationEnd",
|
||||
"_NavigationError",
|
||||
"_NavigationSkipped",
|
||||
"_NavigationStart",
|
||||
"_NgModuleFactory",
|
||||
"_NgModuleRef",
|
||||
"_NgZone",
|
||||
"_NoLeftoversInUrl",
|
||||
"_NoMatch",
|
||||
"_NodeInjector",
|
||||
"_NodeInjectorDestroyRef",
|
||||
"_NodeInjectorFactory",
|
||||
"_NoneEncapsulationDomRenderer",
|
||||
"_NoopNgZone",
|
||||
"_NullComponentFactoryResolver",
|
||||
"_NullInjector",
|
||||
"_OperatorSubscriber",
|
||||
"_OutletContext",
|
||||
"_OutletInjector",
|
||||
"_ParamsAsMap",
|
||||
"_Position",
|
||||
"_QueryList",
|
||||
"_R3Injector",
|
||||
"_Recognizer",
|
||||
"_RedirectCommand",
|
||||
"_RedirectRequest",
|
||||
"_RendererFactory2",
|
||||
"_ResolveEnd",
|
||||
"_ResolveStart",
|
||||
"_RetrievingInjector",
|
||||
"_RootComponent",
|
||||
"_RouteConfigLoadEnd",
|
||||
"_RouteConfigLoadStart",
|
||||
"_RouterEvent",
|
||||
"_RouterState",
|
||||
"_RouterStateSnapshot",
|
||||
"_RoutesRecognized",
|
||||
"_RuntimeError",
|
||||
"_SafeSubscriber",
|
||||
"_SafeValueImpl",
|
||||
"_ShadowDomRenderer",
|
||||
"_SimpleChange",
|
||||
"_Subscriber",
|
||||
"_Subscription",
|
||||
"_THROW_IF_NOT_FOUND",
|
||||
"_TQueries_",
|
||||
"_TQueryMetadata_",
|
||||
"_TQuery_",
|
||||
"_Tree",
|
||||
"_TreeNode",
|
||||
"_UrlParser",
|
||||
"_UrlSegment",
|
||||
"_UrlSegmentGroup",
|
||||
"_UrlTree",
|
||||
"_ViewRef",
|
||||
"_XhrFactory",
|
||||
"_ZoneAwareEffectScheduler",
|
||||
"__NullComponentFactoryResolver",
|
||||
"__asyncGenerator",
|
||||
"__asyncValues",
|
||||
"__await",
|
||||
|
|
@ -366,10 +467,18 @@
|
|||
"__getOwnPropDescs",
|
||||
"__getOwnPropSymbols",
|
||||
"__hasOwnProp",
|
||||
"__name",
|
||||
"__propIsEnum",
|
||||
"__publicField",
|
||||
"__spreadProps",
|
||||
"__spreadValues",
|
||||
"__values",
|
||||
"_a",
|
||||
"_a2",
|
||||
"_a3",
|
||||
"_a4",
|
||||
"_a5",
|
||||
"_a6",
|
||||
"_applyRootElementTransformImpl",
|
||||
"_bind",
|
||||
"_callAndReportToErrorHandler",
|
||||
|
|
|
|||
|
|
@ -36,11 +36,11 @@
|
|||
"ChangeDetectionStrategy",
|
||||
"CheckNoChangesMode",
|
||||
"ComponentFactory",
|
||||
"ComponentFactory2",
|
||||
"ComponentFactory",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver",
|
||||
"ComponentFactoryResolver2",
|
||||
"ComponentRef",
|
||||
"ComponentRef2",
|
||||
"ComponentRef",
|
||||
"ConsumerObserver",
|
||||
"DECLARATION_COMPONENT_VIEW",
|
||||
"DECLARATION_LCONTAINER",
|
||||
|
|
@ -206,9 +206,50 @@
|
|||
"\\u0275\\u0275directiveInject",
|
||||
"\\u0275\\u0275inject",
|
||||
"\\u0275\\u0275text",
|
||||
"_AnonymousSubject",
|
||||
"_BehaviorSubject",
|
||||
"_BrowserDomAdapter",
|
||||
"_ChainedInjector",
|
||||
"_ChangeDetectionScheduler",
|
||||
"_ComponentFactory",
|
||||
"_ComponentFactoryResolver",
|
||||
"_ComponentRef",
|
||||
"_ConsumerObserver",
|
||||
"_DOM",
|
||||
"_DefaultDomRenderer2",
|
||||
"_DomAdapter",
|
||||
"_EmulatedEncapsulationDomRenderer2",
|
||||
"_EnvironmentInjector",
|
||||
"_EnvironmentNgModuleRefAdapter",
|
||||
"_ErrorHandler",
|
||||
"_EventEmitter_",
|
||||
"_EventManagerPlugin",
|
||||
"_HelloWorld",
|
||||
"_InjectionToken",
|
||||
"_Injector",
|
||||
"_NgZone",
|
||||
"_NodeInjector",
|
||||
"_NodeInjectorDestroyRef",
|
||||
"_NodeInjectorFactory",
|
||||
"_NoneEncapsulationDomRenderer",
|
||||
"_NoopNgZone",
|
||||
"_NullComponentFactoryResolver",
|
||||
"_NullInjector",
|
||||
"_OperatorSubscriber",
|
||||
"_R3Injector",
|
||||
"_RendererFactory2",
|
||||
"_RetrievingInjector",
|
||||
"_RuntimeError",
|
||||
"_SafeSubscriber",
|
||||
"_ShadowDomRenderer",
|
||||
"_SimpleChange",
|
||||
"_Subscriber",
|
||||
"_Subscription",
|
||||
"_THROW_IF_NOT_FOUND",
|
||||
"_ViewRef",
|
||||
"_XhrFactory",
|
||||
"_ZoneAwareEffectScheduler",
|
||||
"__NullComponentFactoryResolver",
|
||||
"__defNormalProp",
|
||||
"__defProp",
|
||||
"__defProps",
|
||||
|
|
@ -216,9 +257,15 @@
|
|||
"__getOwnPropDescs",
|
||||
"__getOwnPropSymbols",
|
||||
"__hasOwnProp",
|
||||
"__name",
|
||||
"__propIsEnum",
|
||||
"__publicField",
|
||||
"__spreadProps",
|
||||
"__spreadValues",
|
||||
"_a",
|
||||
"_a2",
|
||||
"_a3",
|
||||
"_a4",
|
||||
"_applyRootElementTransformImpl",
|
||||
"_bind",
|
||||
"_callAndReportToErrorHandler",
|
||||
|
|
|
|||
Loading…
Reference in a new issue