refactor(ivy): implement `DtsModuleScopeResolver` from `MetadataDtsModuleScopeResolver` (#29209)

PR Close #29209
This commit is contained in:
George Kalpakas 2019-03-21 19:47:12 +02:00 committed by Miško Hevery
parent 70fffba054
commit 2d859a8c3a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export interface DtsModuleScopeResolver {
* of all of the directives/pipes it exports. It does this by reading metadata off of Ivy static * of all of the directives/pipes it exports. It does this by reading metadata off of Ivy static
* fields on directives, components, pipes, and NgModules. * fields on directives, components, pipes, and NgModules.
*/ */
export class MetadataDtsModuleScopeResolver { export class MetadataDtsModuleScopeResolver implements DtsModuleScopeResolver {
/** /**
* Cache which holds fully resolved scopes for NgModule classes from .d.ts files. * Cache which holds fully resolved scopes for NgModule classes from .d.ts files.
*/ */