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 b387107 commit 3a6ea6eCopy full SHA for 3a6ea6e
1 file changed
src/aria/private/behaviors/list-navigation/BUILD.bazel
@@ -9,7 +9,6 @@ ts_project(
9
exclude = ["**/*.spec.ts"],
10
),
11
deps = [
12
- "//:node_modules/@angular/core",
13
"//src/aria/private/behaviors/list-focus",
14
"//src/aria/private/behaviors/signal-like",
15
],
@@ -21,8 +20,8 @@ ng_project(
21
20
srcs = glob(["**/*.spec.ts"]),
22
23
":list-navigation",
24
25
"//src/aria/private/behaviors/list-focus:unit_test_sources",
+ "//src/aria/private/behaviors/signal-like",
26
27
)
28
0 commit comments