Files
cht-lawfirm/front/app/node_modules/@angular/compiler-cli/private/localize.d.ts
2023-01-16 17:49:38 +01:00

16 lines
520 B
TypeScript
Executable File

/**
* @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
*/
/// <amd-module name="@angular/compiler-cli/private/localize" />
/**
* @fileoverview The API from compiler-cli that the `@angular/localize`
* package requires.
*/
export * from '../src/ngtsc/logging';
export * from '../src/ngtsc/file_system';
export { SourceFile, SourceFileLoader } from '../src/ngtsc/sourcemaps';