UNPKG

5.08 kBJavaScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import { ANY_STATE as ANY_STATE_, DEFAULT_STATE as DEFAULT_STATE_, EMPTY_STATE as EMPTY_STATE_, FILL_STYLE_FLAG as FILL_STYLE_FLAG_ } from './animation/animation_constants';
9import { AnimationGroupPlayer as AnimationGroupPlayer_ } from './animation/animation_group_player';
10import { AnimationKeyframe as AnimationKeyframe_ } from './animation/animation_keyframe';
11import { AnimationPlayer as AnimationPlayer_, NoOpAnimationPlayer as NoOpAnimationPlayer_ } from './animation/animation_player';
12import { AnimationSequencePlayer as AnimationSequencePlayer_ } from './animation/animation_sequence_player';
13import * as animationUtils from './animation/animation_style_util';
14import { AnimationStyles as AnimationStyles_ } from './animation/animation_styles';
15import { AnimationTransition } from './animation/animation_transition';
16import * as application_tokens from './application_tokens';
17import * as change_detection_util from './change_detection/change_detection_util';
18import * as constants from './change_detection/constants';
19import * as console from './console';
20import * as debug from './debug/debug_renderer';
21import * as reflective_provider from './di/reflective_provider';
22import { ComponentStillLoadingError } from './linker/compiler';
23import * as component_factory from './linker/component_factory';
24import * as component_factory_resolver from './linker/component_factory_resolver';
25import * as debug_context from './linker/debug_context';
26import * as ng_module_factory from './linker/ng_module_factory';
27import * as ng_module_factory_loader from './linker/ng_module_factory_loader';
28import * as template_ref from './linker/template_ref';
29import * as view from './linker/view';
30import * as view_container from './linker/view_container';
31import * as view_type from './linker/view_type';
32import * as view_utils from './linker/view_utils';
33import * as lifecycle_hooks from './metadata/lifecycle_hooks';
34import * as metadata_view from './metadata/view';
35import * as reflection from './reflection/reflection';
36import * as reflection_capabilities from './reflection/reflection_capabilities';
37import * as reflector_reader from './reflection/reflector_reader';
38import * as api from './render/api';
39import * as decorators from './util/decorators';
40import { isPromise } from './util/lang';
41export var /** @type {?} */ __core_private__ = {
42 isDefaultChangeDetectionStrategy: constants.isDefaultChangeDetectionStrategy,
43 ChangeDetectorStatus: constants.ChangeDetectorStatus,
44 constructDependencies: reflective_provider.constructDependencies,
45 LifecycleHooks: lifecycle_hooks.LifecycleHooks,
46 LIFECYCLE_HOOKS_VALUES: lifecycle_hooks.LIFECYCLE_HOOKS_VALUES,
47 ReflectorReader: reflector_reader.ReflectorReader,
48 CodegenComponentFactoryResolver: component_factory_resolver.CodegenComponentFactoryResolver,
49 ComponentRef_: component_factory.ComponentRef_,
50 ViewContainer: view_container.ViewContainer,
51 AppView: view.AppView,
52 DebugAppView: view.DebugAppView,
53 NgModuleInjector: ng_module_factory.NgModuleInjector,
54 registerModuleFactory: ng_module_factory_loader.registerModuleFactory,
55 ViewType: view_type.ViewType,
56 view_utils: view_utils,
57 ViewMetadata: metadata_view.ViewMetadata,
58 DebugContext: debug_context.DebugContext,
59 StaticNodeDebugInfo: debug_context.StaticNodeDebugInfo,
60 devModeEqual: change_detection_util.devModeEqual,
61 UNINITIALIZED: change_detection_util.UNINITIALIZED,
62 ValueUnwrapper: change_detection_util.ValueUnwrapper,
63 RenderDebugInfo: api.RenderDebugInfo,
64 TemplateRef_: template_ref.TemplateRef_,
65 ReflectionCapabilities: reflection_capabilities.ReflectionCapabilities,
66 makeDecorator: decorators.makeDecorator,
67 DebugDomRootRenderer: debug.DebugDomRootRenderer,
68 Console: console.Console,
69 reflector: reflection.reflector,
70 Reflector: reflection.Reflector,
71 NoOpAnimationPlayer: NoOpAnimationPlayer_,
72 AnimationPlayer: AnimationPlayer_,
73 AnimationSequencePlayer: AnimationSequencePlayer_,
74 AnimationGroupPlayer: AnimationGroupPlayer_,
75 AnimationKeyframe: AnimationKeyframe_,
76 prepareFinalAnimationStyles: animationUtils.prepareFinalAnimationStyles,
77 balanceAnimationKeyframes: animationUtils.balanceAnimationKeyframes,
78 flattenStyles: animationUtils.flattenStyles,
79 clearStyles: animationUtils.clearStyles,
80 renderStyles: animationUtils.renderStyles,
81 collectAndResolveStyles: animationUtils.collectAndResolveStyles,
82 APP_ID_RANDOM_PROVIDER: application_tokens.APP_ID_RANDOM_PROVIDER,
83 AnimationStyles: AnimationStyles_,
84 ANY_STATE: ANY_STATE_,
85 DEFAULT_STATE: DEFAULT_STATE_,
86 EMPTY_STATE: EMPTY_STATE_,
87 FILL_STYLE_FLAG: FILL_STYLE_FLAG_,
88 ComponentStillLoadingError: ComponentStillLoadingError,
89 isPromise: isPromise,
90 AnimationTransition: AnimationTransition
91};
92//# sourceMappingURL=core_private_export.js.map
\No newline at end of file