Skip to content

Commit 5a50cc9

Browse files
committed
fixup! fix(cdk-experimental/combobox): refactor combobox filtering
1 parent 431f0d9 commit 5a50cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cdk-experimental/tree/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ng_project(
1313
"//:node_modules/@angular/core",
1414
"//src/cdk-experimental/combobox",
1515
"//src/cdk-experimental/deferred-content",
16-
"//src/cdk-experimental/ui-patterns/tree",
16+
"//src/cdk-experimental/ui-patterns",
1717
"//src/cdk/a11y",
1818
"//src/cdk/bidi",
1919
],

src/components-examples/cdk-experimental/combobox/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ng_project(
1010
"**/*.css",
1111
]),
1212
deps = [
13+
"//:node_modules/@angular/common",
1314
"//:node_modules/@angular/core",
14-
"//:node_modules/@angular/forms",
1515
"//src/cdk-experimental/listbox",
1616
"//src/cdk-experimental/tree",
1717
],

0 commit comments

Comments
 (0)