feat(bazel): ng_module produces bundle index (#22176)

It creates the bundle index .d.ts and .metadata.json files.
The names are based on the ng_module target.

PR Close #22176
This commit is contained in:
Alex Eagle
2018-02-13 11:26:06 -08:00
committed by Victor Berchet
parent 6c1e7ac40e
commit 5f52ea3d06
12 changed files with 247 additions and 9 deletions

View File

@ -17,7 +17,6 @@ ts_library(
],
exclude = [
"src/extract_i18n.ts",
"src/main.ts",
"src/integrationtest/**/*.ts",
],
),