Skip to content

Commit 384d2e8

Browse files
committed
Fixed build by adding coercion to bazel build file
1 parent 3915e08 commit 384d2e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/text-field/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ng_module(
88
module_name = "@angular/cdk/text-field",
99
deps = [
1010
"@rxjs",
11+
"//src/cdk/coercion",
1112
"//src/cdk/platform",
1213
],
1314
tsconfig = "//src/lib:tsconfig-build.json",

0 commit comments

Comments
 (0)