ci: add assets to ng_module in playground todo (#32678)

PR Close #32678
This commit is contained in:
Joey Perrott 2019-09-13 15:54:26 -07:00 committed by Andrew Kushnir
parent 4ff9c942c0
commit d9054803e3
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ package(default_visibility = ["//modules/playground:__subpackages__"])
ng_module(
name = "todo",
srcs = glob(["**/*.ts"]),
assets = ["todo.html"],
assets = [
"todo.html",
"css/base.css",
],
tsconfig = "//modules/playground:tsconfig-build.json",
# TODO: FW-1004 Type checking is currently not complete.
type_check = False,