ci: add assets to ng_module in playground todo (#32678)
PR Close #32678
This commit is contained in:
parent
4ff9c942c0
commit
d9054803e3
|
@ -6,7 +6,10 @@ package(default_visibility = ["//modules/playground:__subpackages__"])
|
||||||
ng_module(
|
ng_module(
|
||||||
name = "todo",
|
name = "todo",
|
||||||
srcs = glob(["**/*.ts"]),
|
srcs = glob(["**/*.ts"]),
|
||||||
assets = ["todo.html"],
|
assets = [
|
||||||
|
"todo.html",
|
||||||
|
"css/base.css",
|
||||||
|
],
|
||||||
tsconfig = "//modules/playground:tsconfig-build.json",
|
tsconfig = "//modules/playground:tsconfig-build.json",
|
||||||
# TODO: FW-1004 Type checking is currently not complete.
|
# TODO: FW-1004 Type checking is currently not complete.
|
||||||
type_check = False,
|
type_check = False,
|
||||||
|
|
Loading…
Reference in New Issue