We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc909d1 commit 25c709cCopy full SHA for 25c709c
1 file changed
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