UNPKG

851 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/src/ngtsc/metadata" />
9export * from './src/api';
10export { DtsMetadataReader } from './src/dts';
11export { flattenInheritedDirectiveMetadata } from './src/inheritance';
12export { CompoundMetadataRegistry, LocalMetadataRegistry, InjectableClassRegistry } from './src/registry';
13export { ResourceRegistry, Resource, ComponentResources, isExternalResource, ExternalResource } from './src/resource_registry';
14export { extractDirectiveTypeCheckMeta, CompoundMetadataReader } from './src/util';
15export { BindingPropertyName, ClassPropertyMapping, ClassPropertyName, InputOrOutput } from './src/property_mapping';