build: set a default module_name for ts_library rules (#28051)
PR Close #28051
This commit is contained in:

committed by
Alex Rickabaugh

parent
45bf911df8
commit
38343a2388
@ -10,7 +10,6 @@ ng_module(
|
||||
"src/**/*.ts",
|
||||
],
|
||||
),
|
||||
module_name = "@angular/service-worker",
|
||||
deps = [
|
||||
"//packages/common",
|
||||
"//packages/core",
|
||||
|
@ -10,6 +10,5 @@ ng_module(
|
||||
"*.ts",
|
||||
"src/**/*.ts",
|
||||
]),
|
||||
module_name = "@angular/service-worker/config",
|
||||
deps = ["//packages/core"],
|
||||
)
|
||||
|
@ -6,7 +6,6 @@ ng_module(
|
||||
name = "testing",
|
||||
testonly = True,
|
||||
srcs = glob(["**/*.ts"]),
|
||||
module_name = "@angular/service-worker/testing",
|
||||
deps = [
|
||||
"//packages/core",
|
||||
"@rxjs",
|
||||
|
Reference in New Issue
Block a user