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 de9f922 commit a809b95Copy full SHA for a809b95
src/cdk-experimental/ui-patterns/radio/BUILD.bazel
@@ -4,10 +4,10 @@ package(default_visibility = ["//visibility:public"])
4
5
ts_project(
6
name = "radio",
7
- srcs = glob(
8
- ["**/*.ts"],
9
- exclude = ["**/*.spec.ts"],
10
- ),
+ srcs = [
+ "radio.ts",
+ "radio-group.ts",
+ ],
11
deps = [
12
"//:node_modules/@angular/core",
13
"//src/cdk-experimental/ui-patterns/behaviors/event-manager",
0 commit comments