@@ -48,60 +48,77 @@ import * as viewEngine from './view/index';
4848export const __core_private__ : {
4949 isDefaultChangeDetectionStrategy : typeof constants . isDefaultChangeDetectionStrategy ,
5050 ChangeDetectorStatus : typeof constants . ChangeDetectorStatus ,
51- _ChangeDetectorStatus ? : constants . ChangeDetectorStatus ,
51+ _ChangeDetectorStatus : constants . ChangeDetectorStatus ,
5252 constructDependencies : typeof reflective_provider . constructDependencies ,
5353 LifecycleHooks : typeof lifecycle_hooks . LifecycleHooks ,
54- _LifecycleHooks ? : lifecycle_hooks . LifecycleHooks ,
54+ _LifecycleHooks : lifecycle_hooks . LifecycleHooks ,
5555 LIFECYCLE_HOOKS_VALUES : typeof lifecycle_hooks . LIFECYCLE_HOOKS_VALUES ,
5656 ReflectorReader : typeof reflector_reader . ReflectorReader ,
57- _ReflectorReader ? : reflector_reader . ReflectorReader ,
58- _SetterFn ? : reflection_types . SetterFn ;
59- _GetterFn ? : reflection_types . GetterFn ;
60- _MethodFn ? : reflection_types . MethodFn ;
57+ _ReflectorReader : reflector_reader . ReflectorReader ,
58+ _SetterFn : reflection_types . SetterFn ;
59+ _GetterFn : reflection_types . GetterFn ;
60+ _MethodFn : reflection_types . MethodFn ;
6161 CodegenComponentFactoryResolver :
6262 typeof component_factory_resolver . CodegenComponentFactoryResolver ,
6363 ComponentRef_ : typeof component_factory . ComponentRef_ ,
64- _CodegenComponentFactoryResolver ?: component_factory_resolver . CodegenComponentFactoryResolver ,
65- ViewContainer : typeof view_container . ViewContainer , _ViewContainer ?: view_container . ViewContainer ,
66- AppView : typeof view . AppView , _AppView ?: view . AppView < any > ,
67- DebugAppView : typeof view . DebugAppView , _DebugAppView ?: view . DebugAppView < any > ,
64+ _CodegenComponentFactoryResolver : component_factory_resolver . CodegenComponentFactoryResolver ,
65+ ViewContainer : typeof view_container . ViewContainer ,
66+ _ViewContainer : view_container . ViewContainer ,
67+ AppView : typeof view . AppView ,
68+ _AppView : view . AppView < any > ,
69+ DebugAppView : typeof view . DebugAppView ,
70+ _DebugAppView : view . DebugAppView < any > ,
6871 NgModuleInjector : typeof ng_module_factory . NgModuleInjector ,
69- _NgModuleInjector ? : ng_module_factory . NgModuleInjector < any > ,
72+ _NgModuleInjector : ng_module_factory . NgModuleInjector < any > ,
7073 registerModuleFactory : typeof ng_module_factory_loader . registerModuleFactory ,
71- ViewType : typeof view_type . ViewType , _ViewType ?: view_type . ViewType ,
72- ViewMetadata : typeof metadata_view . ViewMetadata , _ViewMetadata ?: metadata_view . ViewMetadata ,
73- DebugContext : typeof debug_context . DebugContext , _DebugContext ?: debug_context . DebugContext ,
74+ ViewType : typeof view_type . ViewType ,
75+ _ViewType : view_type . ViewType ,
76+ ViewMetadata : typeof metadata_view . ViewMetadata ,
77+ _ViewMetadata : metadata_view . ViewMetadata ,
78+ DebugContext : typeof debug_context . DebugContext ,
79+ _DebugContext : debug_context . DebugContext ,
7480 StaticNodeDebugInfo : typeof debug_context . StaticNodeDebugInfo ,
75- _StaticNodeDebugInfo ? : debug_context . StaticNodeDebugInfo ,
81+ _StaticNodeDebugInfo : debug_context . StaticNodeDebugInfo ,
7682 devModeEqual : typeof change_detection_util . devModeEqual ,
7783 ValueUnwrapper : typeof change_detection_util . ValueUnwrapper ,
78- _ValueUnwrapper ? : change_detection_util . ValueUnwrapper ,
84+ _ValueUnwrapper : change_detection_util . ValueUnwrapper ,
7985 RenderDebugInfo : typeof api . RenderDebugInfo ,
80- _RenderDebugInfo ?: api . RenderDebugInfo ,
81- _DirectRenderer ?: api . DirectRenderer ,
82- TemplateRef_ : typeof template_ref . TemplateRef_ , _TemplateRef_ ?: template_ref . TemplateRef_ < any > ,
86+ _RenderDebugInfo : api . RenderDebugInfo ,
87+ _DirectRenderer : api . DirectRenderer ,
88+ TemplateRef_ : typeof template_ref . TemplateRef_ ,
89+ _TemplateRef_ : template_ref . TemplateRef_ < any > ,
8390 ReflectionCapabilities : typeof reflection_capabilities . ReflectionCapabilities ,
84- _ReflectionCapabilities ? : reflection_capabilities . ReflectionCapabilities ,
91+ _ReflectionCapabilities : reflection_capabilities . ReflectionCapabilities ,
8592 makeDecorator : typeof decorators . makeDecorator ,
8693 DebugDomRootRenderer : typeof debug . DebugDomRootRenderer ,
87- _DebugDomRootRenderer ?: debug . DebugDomRootRenderer ,
88- Console : typeof console . Console , _Console ?: console . Console ,
94+ _DebugDomRootRenderer : debug . DebugDomRootRenderer ,
95+ Console : typeof console . Console ,
96+ _Console : console . Console ,
8997 reflector : typeof reflection . reflector ,
90- Reflector : typeof reflection . Reflector , _Reflector ?: reflection . Reflector ,
91- NoOpAnimationPlayer : typeof NoOpAnimationPlayer_ , _NoOpAnimationPlayer ?: NoOpAnimationPlayer_ ,
92- AnimationPlayer : typeof AnimationPlayer_ , _AnimationPlayer ?: AnimationPlayer_ ,
98+ Reflector : typeof reflection . Reflector ,
99+ _Reflector : reflection . Reflector ,
100+ NoOpAnimationPlayer : typeof NoOpAnimationPlayer_ ,
101+ _NoOpAnimationPlayer : NoOpAnimationPlayer_ ,
102+ AnimationPlayer : typeof AnimationPlayer_ ,
103+ _AnimationPlayer : AnimationPlayer_ ,
104+
105+
106+
93107 AnimationSequencePlayer : typeof AnimationSequencePlayer_ ,
94- _AnimationSequencePlayer ?: AnimationSequencePlayer_ ,
95- AnimationGroupPlayer : typeof AnimationGroupPlayer_ , _AnimationGroupPlayer ?: AnimationGroupPlayer_ ,
96- AnimationKeyframe : typeof AnimationKeyframe_ , _AnimationKeyframe ?: AnimationKeyframe_ ,
108+ _AnimationSequencePlayer : AnimationSequencePlayer_ ,
109+ AnimationGroupPlayer : typeof AnimationGroupPlayer_ ,
110+ _AnimationGroupPlayer : AnimationGroupPlayer_ ,
111+ AnimationKeyframe : typeof AnimationKeyframe_ ,
112+ _AnimationKeyframe : AnimationKeyframe_ ,
97113 prepareFinalAnimationStyles : typeof animationUtils . prepareFinalAnimationStyles ,
98114 balanceAnimationKeyframes : typeof animationUtils . balanceAnimationKeyframes ,
99115 flattenStyles : typeof animationUtils . flattenStyles ,
100116 clearStyles : typeof animationUtils . clearStyles ,
101117 renderStyles : typeof animationUtils . renderStyles ,
102118 collectAndResolveStyles : typeof animationUtils . collectAndResolveStyles ,
103119 APP_ID_RANDOM_PROVIDER : typeof application_tokens . APP_ID_RANDOM_PROVIDER ,
104- AnimationStyles : typeof AnimationStyles_ , _AnimationStyles ?: AnimationStyles_ ,
120+ AnimationStyles : typeof AnimationStyles_ ,
121+ _AnimationStyles : AnimationStyles_ ,
105122 ANY_STATE : typeof ANY_STATE_ ,
106123 DEFAULT_STATE : typeof DEFAULT_STATE_ ,
107124 EMPTY_STATE : typeof EMPTY_STATE_ ,
@@ -111,11 +128,8 @@ export const __core_private__: {
111128 AnimationTransition : typeof AnimationTransition
112129 view_utils : typeof view_utils ,
113130 ERROR_COMPONENT_TYPE : typeof ERROR_COMPONENT_TYPE ,
114- < < << << < HEAD
115131 viewEngine : typeof viewEngine ,
116- = === ===
117132 TransitionEngine : typeof TransitionEngine
118- > > >>> >> 4577 b7c2a ... refactor ( animations ) : introduce @angular / animation module
119133} = {
120134 isDefaultChangeDetectionStrategy : constants . isDefaultChangeDetectionStrategy ,
121135 ChangeDetectorStatus : constants . ChangeDetectorStatus ,
@@ -168,4 +182,4 @@ export const __core_private__: {
168182 AnimationTransition : AnimationTransition ,
169183 ERROR_COMPONENT_TYPE : ERROR_COMPONENT_TYPE ,
170184 TransitionEngine : TransitionEngine
171- } ;
185+ } as any /* TODO(misko): export these using omega names instead */ ;
0 commit comments