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 a5466de commit 7e0688bCopy full SHA for 7e0688b
src/cdk-experimental/listbox/BUILD.bazel
@@ -10,10 +10,10 @@ ng_module(
10
),
11
module_name = "@angular/cdk-experimental/listbox",
12
deps = [
13
+ "//src/cdk-experimental/combobox",
14
"//src/cdk/a11y",
15
"//src/cdk/collections",
16
"//src/cdk/keycodes",
- "//src/cdk-experimental/combobox",
17
"@npm//@angular/forms",
18
],
19
)
@@ -26,9 +26,9 @@ ng_test_library(
26
27
28
":listbox",
29
30
31
"//src/cdk/testing/private",
32
33
"@npm//@angular/platform-browser",
34
0 commit comments