mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8 lines
284 B
TypeScript
8 lines
284 B
TypeScript
export {MetadataWriterHost, TsickleHost} from './src/compiler_host';
|
|
export {CodegenExtension, main} from './src/main';
|
|
|
|
export {default as AngularCompilerOptions} from './src/options';
|
|
export * from './src/cli_options';
|
|
export * from './src/collector';
|
|
export * from './src/schema';
|