build: fix broken bazel build (#18335)

This commit is contained in:
Abhimanyu Deora
2017-07-26 11:40:33 -05:00
committed by Miško Hevery
parent b582e2b311
commit 205abe8140
2 changed files with 12 additions and 3 deletions

View File

@ -21,6 +21,7 @@ export * from './src/transformers/api';
export * from './src/transformers/entry_points';
export {main as ngc} from './src/ngc';
export {performCompilation} from './src/ngc';
// TODO(hansl): moving to Angular 4 need to update this API.
export {NgTools_InternalApi_NG_2 as __NGTOOLS_PRIVATE_API_2} from './src/ngtools_api';