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:
parent
28ee0612cb
commit
eb2784eb81
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue