File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/components-examples/material Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ ng_module(
18
18
"//src/material/button" ,
19
19
"//src/material/form-field" ,
20
20
"//src/material/form-field/testing" ,
21
- "//src/material/form-field" ,
22
- "//src/material/form-field/testing" ,
23
21
"//src/material/icon" ,
24
22
"//src/material/input" ,
25
23
"//src/material/input/testing" ,
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ ng_module(
15
15
deps = [
16
16
"//src/cdk/testing" ,
17
17
"//src/cdk/testing/testbed" ,
18
- "//src/material/legacy-checkbox" ,
19
18
"//src/material/form-field" ,
20
19
"//src/material/input" ,
20
+ "//src/material/legacy-checkbox" ,
21
21
"//src/material/select" ,
22
22
"//src/material/select/testing" ,
23
23
"@npm//@angular/forms" ,
You can’t perform that action at this time.
0 commit comments