Skip to content

Commit 47ca52d

Browse files
fix: export ShadowDomStrategy and NativeShadowDomStrategy
Fixes angular#1510
1 parent 8a92a1f commit 47ca52d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: modules/angular2/core.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export * from './src/core/compiler/query_list';
1515
export * from './src/core/compiler/compiler';
1616

1717
// 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.js';
20+
export * from './src/render/dom/shadow_dom/native_shadow_dom_strategy';
1921
export * from './src/core/compiler/dynamic_component_loader';
2022
export {ElementRef, ComponentRef} from './src/core/compiler/element_injector';
2123
export * from './src/core/compiler/view';

0 commit comments

Comments
 (0)