fix(angular2): export PrivateComponent{Loader,Location} in angular2/core
This commit is contained in:
parent
bc909d1d0f
commit
25c709c58e
|
@ -7,6 +7,8 @@ export * from './src/core/annotations/di';
|
|||
export * from './src/core/compiler/compiler';
|
||||
|
||||
export * from './src/core/compiler/template_loader';
|
||||
export * from './src/core/compiler/private_component_loader';
|
||||
export * from './src/core/compiler/private_component_location';
|
||||
export * from './src/core/compiler/view';
|
||||
export * from './src/core/compiler/view_container';
|
||||
|
||||
|
|
Loading…
Reference in New Issue