UNPKG

2.22 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 */
8/**
9 * @module
10 * @description
11 * Entry point from which you should import all public core APIs.
12 */
13export * from './metadata';
14export * from './version';
15export { Class, ClassDefinition, TypeDecorator } from './util/decorators';
16export * from './di';
17export { createPlatform, assertPlatform, destroyPlatform, getPlatform, PlatformRef, ApplicationRef, enableProdMode, isDevMode, createPlatformFactory, NgProbeToken } from './application_ref';
18export { APP_ID, PACKAGE_ROOT_URL, PLATFORM_INITIALIZER, PLATFORM_ID, APP_BOOTSTRAP_LISTENER } from './application_tokens';
19export { APP_INITIALIZER, ApplicationInitStatus } from './application_init';
20export * from './zone';
21export * from './render';
22export * from './linker';
23export { DebugElement, DebugNode, asNativeElements, getDebugNode, Predicate } from './debug/debug_node';
24export { GetTestability, Testability, TestabilityRegistry, setTestabilityGetter } from './testability/testability';
25export * from './change_detection';
26export * from './platform_core_providers';
27export { TRANSLATIONS, TRANSLATIONS_FORMAT, LOCALE_ID, MissingTranslationStrategy } from './i18n/tokens';
28export { ApplicationModule } from './application_module';
29export { wtfCreateScope, wtfLeave, wtfStartTimeRange, wtfEndTimeRange, WtfScopeFn } from './profile/profile';
30export { Type } from './type';
31export { EventEmitter } from './event_emitter';
32export { ErrorHandler } from './error_handler';
33export * from './core_private_export';
34export { Sanitizer, SecurityContext } from './security';
35export * from './codegen_private_exports';
36export * from './animation/animation_metadata_wrapped';
37/**
38 * @deprecated from v4
39 */
40export declare type AnimationEntryMetadata = any;
41/**
42 * @deprecated from v4
43 */
44export declare type AnimationStateTransitionMetadata = any;
45/**
46 * @deprecated from v4
47 */
48export declare type AnimationPlayer = any;
49/**
50 * @deprecated from v4
51 */
52export declare type AnimationStyles = any;
53/**
54 * @deprecated from v4
55 */
56export declare type AnimationKeyframe = any;