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