UNPKG

@angular/compiler-cli

Version:
20 lines (19 loc) 605 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.io/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';