UNPKG

@angular/compiler-cli

Version:
21 lines (20 loc) 654 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export * from './src/api'; export * from './src/di'; export * from './src/diagnostics'; export * from './src/evaluation'; export * from './src/factory'; export * from './src/injectable_registry'; export * from './src/metadata'; export * from './src/debug_info'; export * from './src/references_registry'; export * from './src/schema'; export * from './src/util'; export * from './src/input_transforms'; export * from './src/jit_declaration_registry';