Skip to content

Commit a809b95

Browse files
committed
fixup! feat(cdk-experimental/ui-patterns): radio button and group
1 parent de9f922 commit a809b95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cdk-experimental/ui-patterns/radio/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ package(default_visibility = ["//visibility:public"])
44

55
ts_project(
66
name = "radio",
7-
srcs = glob(
8-
["**/*.ts"],
9-
exclude = ["**/*.spec.ts"],
10-
),
7+
srcs = [
8+
"radio.ts",
9+
"radio-group.ts",
10+
],
1111
deps = [
1212
"//:node_modules/@angular/core",
1313
"//src/cdk-experimental/ui-patterns/behaviors/event-manager",

0 commit comments

Comments
 (0)