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:

committed by
Victor Berchet

parent
6c1e7ac40e
commit
5f52ea3d06
@ -17,7 +17,6 @@ ts_library(
|
||||
],
|
||||
exclude = [
|
||||
"src/extract_i18n.ts",
|
||||
"src/main.ts",
|
||||
"src/integrationtest/**/*.ts",
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user