2015-12-10 20:21:51 -05:00
|
|
|
library angular2.core;
|
|
|
|
|
2015-12-18 20:00:43 -05:00
|
|
|
export './src/core/angular_entrypoint.dart' show AngularEntrypoint;
|
2015-12-10 20:21:51 -05:00
|
|
|
export './src/core/metadata.dart';
|
|
|
|
export './src/core/util.dart';
|
2015-12-15 11:34:44 -05:00
|
|
|
export 'package:angular2/src/facade/lang.dart' show enableProdMode;
|
2015-12-10 20:21:51 -05:00
|
|
|
export './src/core/di.dart' hide ForwardRefFn, resolveForwardRef, forwardRef;
|
|
|
|
export './src/facade/facade.dart';
|
2016-04-14 17:52:35 -04:00
|
|
|
export './src/core/application_ref.dart' show createPlatform, assertPlatform,
|
|
|
|
disposePlatform, getPlatform,
|
|
|
|
coreLoadAndBootstrap, coreBootstrap, createNgZone, PlatformRef, ApplicationRef;
|
2015-12-10 20:21:51 -05:00
|
|
|
export './src/core/application_tokens.dart' show APP_ID,
|
|
|
|
APP_INITIALIZER,
|
|
|
|
PACKAGE_ROOT_URL,
|
|
|
|
PLATFORM_INITIALIZER;
|
|
|
|
export './src/core/zone.dart';
|
|
|
|
export './src/core/render.dart';
|
|
|
|
export './src/core/linker.dart';
|
2016-01-14 00:35:21 -05:00
|
|
|
export './src/core/debug/debug_node.dart' show DebugElement,
|
2016-01-29 16:30:36 -05:00
|
|
|
DebugNode,
|
2015-12-10 20:21:51 -05:00
|
|
|
asNativeElements;
|
|
|
|
export './src/core/testability/testability.dart';
|
|
|
|
export './src/core/change_detection.dart';
|
|
|
|
export './src/core/platform_common_providers.dart';
|
|
|
|
export './src/core/application_common_providers.dart';
|
|
|
|
export './src/core/reflection/reflection.dart';
|