File tree Expand file tree Collapse file tree 6 files changed +0
-7
lines changed Expand file tree Collapse file tree 6 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ ng_project(
17
17
),
18
18
assets = [":dialog-container.css" ] + glob (["**/*.html" ]),
19
19
deps = [
20
- "//:node_modules/@angular/animations" ,
21
20
"//:node_modules/@angular/common" ,
22
21
"//:node_modules/@angular/core" ,
23
22
"//:node_modules/rxjs" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ ng_project(
34
34
exclude = ["index.html" ],
35
35
),
36
36
deps = [
37
- "//:node_modules/@angular/animations" ,
38
37
"//:node_modules/@angular/core" ,
39
38
"//:node_modules/@angular/forms" ,
40
39
"//:node_modules/@angular/platform-browser" ,
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ ng_project(
71
71
],
72
72
assets = [":badge_css" ],
73
73
deps = [
74
- "//:node_modules/@angular/animations" ,
75
74
"//:node_modules/@angular/common" ,
76
75
"//:node_modules/@angular/core" ,
77
76
"//:node_modules/@angular/platform-browser" ,
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ ng_project(
87
87
":css" ,
88
88
],
89
89
deps = [
90
- "//:node_modules/@angular/animations" ,
91
90
"//:node_modules/@angular/core" ,
92
91
"//:node_modules/@angular/forms" ,
93
92
"//src/material/core" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ ng_project(
96
96
":chip_set_css" ,
97
97
],
98
98
deps = [
99
- "//:node_modules/@angular/animations" ,
100
99
"//:node_modules/@angular/common" ,
101
100
"//:node_modules/@angular/core" ,
102
101
"//:node_modules/@angular/forms" ,
@@ -116,7 +115,6 @@ ts_project(
116
115
),
117
116
deps = [
118
117
":chips" ,
119
- "//:node_modules/@angular/animations" ,
120
118
"//:node_modules/@angular/common" ,
121
119
"//:node_modules/@angular/core" ,
122
120
"//:node_modules/@angular/forms" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ ng_project(
77
77
":css" ,
78
78
],
79
79
deps = [
80
- "//:node_modules/@angular/animations" ,
81
80
"//:node_modules/@angular/core" ,
82
81
"//:node_modules/@angular/forms" ,
83
82
"//:node_modules/rxjs" ,
You can’t perform that action at this time.
0 commit comments