We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f902781 commit 71e51ecCopy full SHA for 71e51ec
src/cdk/input/BUILD.bazel
@@ -21,6 +21,7 @@ sass_library(
21
sass_binary(
22
name = "input_prebuilt_scss",
23
src = "input-prebuilt.scss",
24
+ deps = [":input_scss_lib"],
25
)
26
27
# TODO(jelbourn): remove this when sass_binary supports specifying an output filename and dir.
src/lib/input/BUILD.bazel
@@ -12,6 +12,7 @@ ng_module(
12
"//src/lib/core",
13
"//src/lib/form-field",
14
"//src/cdk/coercion",
15
+ "//src/cdk/input",
16
"//src/cdk/platform",
17
],
18
tsconfig = ":tsconfig-build.json",
0 commit comments