feat(ivy): augment selector scopes to extract additional metadata (#26203)

Before type checking can be turned on in ngtsc, appropriate metadata for
each component and directive must be determined. This commit adds tracking
of the extra metadata in *DefWithMeta types to the selector scope handling,
allowing for later extraction for type-checking purposes.

PR Close #26203
This commit is contained in:
Alex Rickabaugh
2018-09-21 13:34:09 -07:00
committed by Jason Aden
parent 5f1273ba2e
commit 868047e87f
7 changed files with 191 additions and 64 deletions

View File

@ -15,5 +15,6 @@ ts_library(
"//packages/compiler-cli/src/ngtsc/host",
"//packages/compiler-cli/src/ngtsc/metadata",
"//packages/compiler-cli/src/ngtsc/transform",
"//packages/compiler-cli/src/ngtsc/typecheck",
],
)