2019-03-26 14:02:16 -07:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2019-03-26 14:02:16 -07:00
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export * from './src/api';
|
|
|
|
|
export {DtsMetadataReader} from './src/dts';
|
2019-12-11 17:59:05 +01:00
|
|
|
export {CompoundMetadataRegistry, LocalMetadataRegistry, InjectableClassRegistry} from './src/registry';
|
2019-04-01 14:20:34 -07:00
|
|
|
export {extractDirectiveGuards, CompoundMetadataReader} from './src/util';
|