fix(core): export LifeCycle at top-level modules

LifeCycle can now be imported via angular2/angular2 or
angular2/core, so that end users can inject it without
having to use the full source path.

Closes #3395
This commit is contained in:
Jeff Cross
2015-07-30 10:01:31 -07:00
parent 0dbdd5cd3c
commit 4e76cac5b7
4 changed files with 5 additions and 2 deletions
+2
View File
@@ -15,6 +15,8 @@ export {
ExpressionChangedAfterItHasBeenCheckedException,
ChangeDetectionError,
ChangeDetector,
Locals,
ChangeDetectorRef,
WrappedValue,