Skip to content

Commit 71e51ec

Browse files
committed
fix bazel build
1 parent f902781 commit 71e51ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/cdk/input/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ sass_library(
2121
sass_binary(
2222
name = "input_prebuilt_scss",
2323
src = "input-prebuilt.scss",
24+
deps = [":input_scss_lib"],
2425
)
2526

2627
# TODO(jelbourn): remove this when sass_binary supports specifying an output filename and dir.

src/lib/input/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ng_module(
1212
"//src/lib/core",
1313
"//src/lib/form-field",
1414
"//src/cdk/coercion",
15+
"//src/cdk/input",
1516
"//src/cdk/platform",
1617
],
1718
tsconfig = ":tsconfig-build.json",

0 commit comments

Comments
 (0)