Skip to content

Commit 38eae8f

Browse files
committed
add bidi to bazel BUILD for spec
1 parent 2c63e1a commit 38eae8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/table/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ts_library(
2222
srcs = glob(["**/*.spec.ts"]),
2323
deps = [
2424
":table",
25+
"//src/cdk/bidi",
2526
"//src/cdk/collections",
2627
"@rxjs",
2728
"@rxjs//operators"

0 commit comments

Comments
 (0)