Skip to content

Commit 3264ce9

Browse files
committed
Remove extra constant
1 parent fcce37c commit 3264ce9

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

BUILD.bazel

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -46,43 +46,6 @@ ANGULAR_TESTING = [
4646
"node_modules/@angular/platform-browser-dynamic/bundles/*.umd.js",
4747
]
4848

49-
MATERIAL_COMPONENTS = [
50-
"autocomplete",
51-
"badge",
52-
"bottom-sheet",
53-
"button-toggle",
54-
"button",
55-
"card",
56-
"checkbox",
57-
"chips",
58-
"core",
59-
"datepicker",
60-
"dialog",
61-
"divider",
62-
"expansion",
63-
"form-field",
64-
"grid-list",
65-
"icon",
66-
"input",
67-
"list",
68-
"menu",
69-
"paginator",
70-
"progress-bar",
71-
"progress-spinner",
72-
"radio",
73-
"select",
74-
"sidenav",
75-
"slide-toggle",
76-
"slider",
77-
"snack-bar",
78-
"sort",
79-
"stepper",
80-
"table",
81-
"tabs",
82-
"toolbar",
83-
"tooltip",
84-
]
85-
8649
filegroup(
8750
name = "angular_bundles",
8851
srcs = glob(["node_modules/@angular/*/bundles/*.umd.js"], exclude = ANGULAR_TESTING),

0 commit comments

Comments
 (0)