refactor(compiler-cli): expose ngtools api separately (#18978)

PR Close #18978
This commit is contained in:
Filipe Silva
2017-08-30 14:37:21 +01:00
committed by Jason Aden
parent a1293b26ef
commit ee04217d53
5 changed files with 139 additions and 9 deletions

View File

@ -0,0 +1,8 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export {CompilerHost, CustomTransformers, Diagnostic, EmitFlags, Program, createCompilerHost, createProgram, formatDiagnostics} from './src/ngtools_api2';