mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6 lines
275 B
TypeScript
6 lines
275 B
TypeScript
export {CodeGenerator} from './src/codegen';
|
|
export {NodeReflectorHostContext, ReflectorHost, ReflectorHostContext} from './src/reflector_host';
|
|
export {StaticReflector, StaticReflectorHost, StaticSymbol} from './src/static_reflector';
|
|
|
|
export * from '@angular/tsc-wrapped';
|