Files
angular-docs-cn/modules/@angular/compiler-cli/index.ts
T

14 lines
479 B
TypeScript
Raw Normal View History

/**
* @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 {CodeGenerator} from './src/codegen';
2016-06-08 16:38:52 -07:00
export {NodeReflectorHostContext, ReflectorHost, ReflectorHostContext} from './src/reflector_host';
export {StaticReflector, StaticReflectorHost, StaticSymbol} from './src/static_reflector';
2016-06-08 16:38:52 -07:00
export * from '@angular/tsc-wrapped';