Revert "refactor(compiler-cli): expose ngtools api separately (#18952)"

This reverts commit 1953e2af7a.
This commit is contained in:
Jason Aden
2017-08-30 19:01:47 -07:00
parent 9f5996f1ab
commit c2136d18bd
5 changed files with 9 additions and 137 deletions

View File

@ -1,8 +0,0 @@
/**
* @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';