build: set a default module_name for ts_library rules (#28051) (#28241)

PR Close #28051

PR Close #28241
This commit is contained in:
Alex Eagle
2019-01-10 11:55:20 -08:00
committed by Jason Aden
parent 1d67cb0ce1
commit cf82fbceba
50 changed files with 61 additions and 65 deletions

View File

@ -12,7 +12,6 @@ ng_module(
"src/**/*.ts",
],
),
module_name = "@angular/platform-browser/animations",
deps = [
"//packages/animations",
"//packages/animations/browser",