File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ export * from './src/core/compiler/query_list';
15
15
export * from './src/core/compiler/compiler' ;
16
16
17
17
// TODO(tbosch): remove this once render migration is complete
18
- export * from 'angular2/src/render/dom/compiler/template_loader' ;
18
+ export * from './src/render/dom/compiler/template_loader' ;
19
+ export * from './src/render/dom/shadow_dom/shadow_dom_strategy' ;
20
+ export * from './src/render/dom/shadow_dom/native_shadow_dom_strategy' ;
21
+ export * from './src/render/dom/shadow_dom/emulated_scoped_shadow_dom_strategy' ;
22
+ export * from './src/render/dom/shadow_dom/emulated_unscoped_shadow_dom_strategy' ;
19
23
export * from './src/core/compiler/dynamic_component_loader' ;
20
24
export { ElementRef , ComponentRef } from './src/core/compiler/element_injector' ;
21
25
export * from './src/core/compiler/view' ;
You can’t perform that action at this time.
0 commit comments