We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d822793 commit fcec08fCopy full SHA for fcec08f
modules/angular2/core.js
@@ -7,6 +7,8 @@ export * from './src/core/annotations/di';
7
export * from './src/core/compiler/compiler';
8
9
export * from './src/core/compiler/template_loader';
10
+export * from './src/core/compiler/private_component_loader';
11
+export * from './src/core/compiler/private_component_location';
12
export * from './src/core/compiler/view';
13
export * from './src/core/compiler/view_container';
14
0 commit comments