migrations.d.ts 785 B

12345678910111213141516
  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.io/license
  7. */
  8. /**
  9. * @fileoverview The API from compiler-cli that the `@angular/core`
  10. * package requires for migration schematics.
  11. */
  12. export { forwardRefResolver } from '../src/ngtsc/annotations';
  13. export { Reference } from '../src/ngtsc/imports';
  14. export { DynamicValue, PartialEvaluator, ResolvedValue, ResolvedValueMap, StaticInterpreter } from '../src/ngtsc/partial_evaluator';
  15. export { reflectObjectLiteral, TypeScriptReflectionHost } from '../src/ngtsc/reflection';
  16. export { PotentialImport, PotentialImportKind, PotentialImportMode, TemplateTypeChecker } from '../src/ngtsc/typecheck/api';