UNPKG

6.96 kBTypeScriptView 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 reflection_types from './reflection/types';
39import * as api from './render/api';
40import * as decorators from './util/decorators';
41import { isPromise } from './util/lang';
42export declare var __core_private__: {
43 isDefaultChangeDetectionStrategy: typeof constants.isDefaultChangeDetectionStrategy;
44 ChangeDetectorStatus: typeof constants.ChangeDetectorStatus;
45 _ChangeDetectorStatus?: constants.ChangeDetectorStatus;
46 constructDependencies: typeof reflective_provider.constructDependencies;
47 LifecycleHooks: typeof lifecycle_hooks.LifecycleHooks;
48 _LifecycleHooks?: lifecycle_hooks.LifecycleHooks;
49 LIFECYCLE_HOOKS_VALUES: typeof lifecycle_hooks.LIFECYCLE_HOOKS_VALUES;
50 ReflectorReader: typeof reflector_reader.ReflectorReader;
51 _ReflectorReader?: reflector_reader.ReflectorReader;
52 _SetterFn?: reflection_types.SetterFn;
53 _GetterFn?: reflection_types.GetterFn;
54 _MethodFn?: reflection_types.MethodFn;
55 CodegenComponentFactoryResolver: typeof component_factory_resolver.CodegenComponentFactoryResolver;
56 ComponentRef_: typeof component_factory.ComponentRef_;
57 _CodegenComponentFactoryResolver?: component_factory_resolver.CodegenComponentFactoryResolver;
58 ViewContainer: typeof view_container.ViewContainer;
59 _ViewContainer?: view_container.ViewContainer;
60 AppView: typeof view.AppView;
61 _AppView?: view.AppView<any>;
62 DebugAppView: typeof view.DebugAppView;
63 _DebugAppView?: view.DebugAppView<any>;
64 NgModuleInjector: typeof ng_module_factory.NgModuleInjector;
65 _NgModuleInjector?: ng_module_factory.NgModuleInjector<any>;
66 registerModuleFactory: typeof ng_module_factory_loader.registerModuleFactory;
67 ViewType: typeof view_type.ViewType;
68 _ViewType?: view_type.ViewType;
69 ViewMetadata: typeof metadata_view.ViewMetadata;
70 _ViewMetadata?: metadata_view.ViewMetadata;
71 DebugContext: typeof debug_context.DebugContext;
72 _DebugContext?: debug_context.DebugContext;
73 StaticNodeDebugInfo: typeof debug_context.StaticNodeDebugInfo;
74 _StaticNodeDebugInfo?: debug_context.StaticNodeDebugInfo;
75 devModeEqual: typeof change_detection_util.devModeEqual;
76 UNINITIALIZED: typeof change_detection_util.UNINITIALIZED;
77 ValueUnwrapper: typeof change_detection_util.ValueUnwrapper;
78 _ValueUnwrapper?: change_detection_util.ValueUnwrapper;
79 RenderDebugInfo: typeof api.RenderDebugInfo;
80 _RenderDebugInfo?: api.RenderDebugInfo;
81 _DirectRenderer?: api.DirectRenderer;
82 TemplateRef_: typeof template_ref.TemplateRef_;
83 _TemplateRef_?: template_ref.TemplateRef_<any>;
84 ReflectionCapabilities: typeof reflection_capabilities.ReflectionCapabilities;
85 _ReflectionCapabilities?: reflection_capabilities.ReflectionCapabilities;
86 makeDecorator: typeof decorators.makeDecorator;
87 DebugDomRootRenderer: typeof debug.DebugDomRootRenderer;
88 _DebugDomRootRenderer?: debug.DebugDomRootRenderer;
89 Console: typeof console.Console;
90 _Console?: console.Console;
91 reflector: typeof reflection.reflector;
92 Reflector: typeof reflection.Reflector;
93 _Reflector?: reflection.Reflector;
94 NoOpAnimationPlayer: typeof NoOpAnimationPlayer_;
95 _NoOpAnimationPlayer?: NoOpAnimationPlayer_;
96 AnimationPlayer: typeof AnimationPlayer_;
97 _AnimationPlayer?: AnimationPlayer_;
98 AnimationSequencePlayer: typeof AnimationSequencePlayer_;
99 _AnimationSequencePlayer?: AnimationSequencePlayer_;
100 AnimationGroupPlayer: typeof AnimationGroupPlayer_;
101 _AnimationGroupPlayer?: AnimationGroupPlayer_;
102 AnimationKeyframe: typeof AnimationKeyframe_;
103 _AnimationKeyframe?: AnimationKeyframe_;
104 prepareFinalAnimationStyles: typeof animationUtils.prepareFinalAnimationStyles;
105 balanceAnimationKeyframes: typeof animationUtils.balanceAnimationKeyframes;
106 flattenStyles: typeof animationUtils.flattenStyles;
107 clearStyles: typeof animationUtils.clearStyles;
108 renderStyles: typeof animationUtils.renderStyles;
109 collectAndResolveStyles: typeof animationUtils.collectAndResolveStyles;
110 APP_ID_RANDOM_PROVIDER: typeof application_tokens.APP_ID_RANDOM_PROVIDER;
111 AnimationStyles: typeof AnimationStyles_;
112 _AnimationStyles?: AnimationStyles_;
113 ANY_STATE: typeof ANY_STATE_;
114 DEFAULT_STATE: typeof DEFAULT_STATE_;
115 EMPTY_STATE: typeof EMPTY_STATE_;
116 FILL_STYLE_FLAG: typeof FILL_STYLE_FLAG_;
117 _ComponentStillLoadingError?: ComponentStillLoadingError;
118 ComponentStillLoadingError: typeof ComponentStillLoadingError;
119 isPromise: typeof isPromise;
120 AnimationTransition: typeof AnimationTransition;
121 view_utils: typeof view_utils;
122};