UNPKG

785 BTypeScriptView Raw
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 */
12export { forwardRefResolver } from '../src/ngtsc/annotations';
13export { Reference } from '../src/ngtsc/imports';
14export { DynamicValue, PartialEvaluator, ResolvedValue, ResolvedValueMap, StaticInterpreter } from '../src/ngtsc/partial_evaluator';
15export { reflectObjectLiteral, TypeScriptReflectionHost } from '../src/ngtsc/reflection';
16export { PotentialImport, PotentialImportKind, PotentialImportMode, TemplateTypeChecker } from '../src/ngtsc/typecheck/api';