UNPKG

727 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/// <amd-module name="@angular/compiler-cli/private/migrations" />
9/**
10 * @fileoverview The API from compiler-cli that the `@angular/core`
11 * package requires for migration schematics.
12 */
13export { forwardRefResolver } from '../src/ngtsc/annotations';
14export { Reference } from '../src/ngtsc/imports';
15export { DynamicValue, PartialEvaluator, ResolvedValue, ResolvedValueMap, StaticInterpreter } from '../src/ngtsc/partial_evaluator';
16export { reflectObjectLiteral, TypeScriptReflectionHost } from '../src/ngtsc/reflection';