Skip to content

Commit

Permalink
fix: export ShadowDom strategies
Browse files Browse the repository at this point in the history
Fixes #1510
Closes #1511
  • Loading branch information
pkozlowski-opensource committed Apr 24, 2015
1 parent 8ccafb0 commit 6896305
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/angular2/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ export * from './src/core/compiler/query_list';
export * from './src/core/compiler/compiler';

// TODO(tbosch): remove this once render migration is complete
export * from 'angular2/src/render/dom/compiler/template_loader';
export * from './src/render/dom/compiler/template_loader';
export * from './src/render/dom/shadow_dom/shadow_dom_strategy';
export * from './src/render/dom/shadow_dom/native_shadow_dom_strategy';
export * from './src/render/dom/shadow_dom/emulated_scoped_shadow_dom_strategy';
export * from './src/render/dom/shadow_dom/emulated_unscoped_shadow_dom_strategy';
export * from './src/core/compiler/dynamic_component_loader';
export {ElementRef, ComponentRef} from './src/core/compiler/element_injector';
export * from './src/core/compiler/view';
Expand Down

0 comments on commit 6896305

Please sign in to comment.