Skip to content

Commit 4e37144

Browse files
committed
feat(cdk-experimental/combobox): introduce new signals-based combobox
1 parent 8782f72 commit 4e37144

File tree

11 files changed

+184
-815
lines changed

11 files changed

+184
-815
lines changed
Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("//tools:defaults.bzl", "ng_project", "ng_web_test_suite", "ts_project")
1+
load("//tools:defaults.bzl", "ng_project")
22

33
package(default_visibility = ["//visibility:public"])
44

@@ -9,33 +9,6 @@ ng_project(
99
exclude = ["**/*.spec.ts"],
1010
),
1111
deps = [
12-
"//:node_modules/@angular/common",
1312
"//:node_modules/@angular/core",
14-
"//src:dev_mode_types",
15-
"//src/cdk/a11y",
16-
"//src/cdk/bidi",
17-
"//src/cdk/collections",
18-
"//src/cdk/overlay",
1913
],
2014
)
21-
22-
ts_project(
23-
name = "unit_test_sources",
24-
testonly = True,
25-
srcs = glob(
26-
["**/*.spec.ts"],
27-
exclude = ["**/*.e2e.spec.ts"],
28-
),
29-
deps = [
30-
":combobox",
31-
"//:node_modules/@angular/core",
32-
"//:node_modules/@angular/platform-browser",
33-
"//src/cdk/keycodes",
34-
"//src/cdk/testing/private",
35-
],
36-
)
37-
38-
ng_web_test_suite(
39-
name = "unit_tests",
40-
deps = [":unit_test_sources"],
41-
)

src/cdk-experimental/combobox/combobox-module.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/cdk-experimental/combobox/combobox-popup.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)