refactor(core.js): export NgZone

Export NgZone so it can be used in applications where large data streams should be processed outside of Angular.
This commit is contained in:
Sekib Omazic 2015-05-19 21:42:31 +02:00 committed by Victor Berchet
parent 28ee0612cb
commit eb2784eb81
1 changed files with 2 additions and 0 deletions

View File

@ -18,3 +18,5 @@ export * from './src/core/compiler/dynamic_component_loader';
export {ViewRef, ProtoViewRef} from './src/core/compiler/view_ref';
export {ViewContainerRef} from './src/core/compiler/view_container_ref';
export {ElementRef} from './src/core/compiler/element_ref';
export {NgZone} from './src/core/zone/ng_zone';