Skip to content

Commit

Permalink
fix(core/forms): include missing templates in ng_module bazel target
Browse files Browse the repository at this point in the history
  • Loading branch information
trik committed May 7, 2020
1 parent 63de75a commit 3489afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/forms/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ng_module(
assets = [
":read-only-field.css",
":read-only-table-field.css",
],
] + glob(["**/*.html"]),
module_name = "@ajf/core/forms",
deps = [
"//src/core/common",
Expand Down

0 comments on commit 3489afd

Please sign in to comment.