localize.d.ts 456 B

1234567891011121314
  1. /**
  2. * @license
  3. * Copyright Google LLC All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.dev/license
  7. */
  8. /**
  9. * @fileoverview The API from compiler-cli that the `@angular/localize`
  10. * package requires.
  11. */
  12. export * from '../src/ngtsc/logging';
  13. export * from '../src/ngtsc/file_system';
  14. export { SourceFile, SourceFileLoader } from '../src/ngtsc/sourcemaps';