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

This reverts commit f544128138.
This commit is contained in:
Jason Aden
2017-08-31 11:52:44 -07:00
parent 1706382f4c
commit 56b751ead5
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';