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

6 lines
275 B
TypeScript
Raw Normal View History

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';