2019-02-19 12:05:03 -08:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2019-02-19 12:05:03 -08: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
|
|
|
|
|
*/
|
|
|
|
|
|
2019-03-26 14:02:16 -07:00
|
|
|
export {ExportScope, ScopeData} from './src/api';
|
2019-11-12 13:38:51 -08:00
|
|
|
export {ComponentScopeReader, CompoundComponentScopeReader} from './src/component_scope';
|
2019-02-19 12:05:03 -08:00
|
|
|
export {DtsModuleScopeResolver, MetadataDtsModuleScopeResolver} from './src/dependency';
|
2019-12-13 14:29:05 -08:00
|
|
|
export {DeclarationData, LocalModuleScope, LocalModuleScopeRegistry, LocalNgModuleData} from './src/local';
|