UNPKG

1.8 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 * from './util';
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, 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 } 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 } from './i18n/tokens';
28export { ApplicationModule } from './application_module';
29export { wtfCreateScope, wtfLeave, wtfStartTimeRange, wtfEndTimeRange, WtfScopeFn } from './profile/profile';
30export { Type } from './type';
31export { EventEmitter } from './facade/async';
32export { ErrorHandler } from './error_handler';
33export * from './core_private_export';
34export * from './animation/metadata';
35export { AnimationTransitionEvent } from './animation/animation_transition_event';
36export { AnimationPlayer } from './animation/animation_player';
37export { Sanitizer, SecurityContext } from './security';