mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
5 lines
275 B
TypeScript
5 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';
|