-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 9723844
refactor(@schematics/angular): make application and library deps declarative
Moves the dependency information for the `application` and `library` schematics to module-level constants. This makes the `addDependenciesToPackageJson` functions in both schematics more declarative and easier to read and maintain.1 parent 6713cd1 commit 9723844
2 files changed
+22
-31
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
| |||
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
26 | - | ||
27 | 25 |
| |
28 | 26 |
| |
29 | 27 |
| |
| |||
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
41 | 45 |
| |
42 | 46 |
| |
43 | 47 |
| |
| |||
136 | 140 |
| |
137 | 141 |
| |
138 | 142 |
| |
139 | - | ||
140 | - | ||
141 | - | ||
142 | - | ||
143 | - | ||
144 | - | ||
145 | - | ||
146 | - | ||
147 | - | ||
148 | - | ||
149 | - | ||
150 | - | ||
143 | + | ||
144 | + | ||
151 | 145 |
| |
152 | 146 |
| |
153 | 147 |
| |
154 | 148 |
| |
155 | - | ||
149 | + | ||
156 | 150 |
| |
157 | 151 |
| |
158 | 152 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
38 | 45 |
| |
39 | 46 |
| |
40 | 47 |
| |
| |||
65 | 72 |
| |
66 | 73 |
| |
67 | 74 |
| |
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
72 | - | ||
73 | - | ||
74 | - | ||
75 | - | ||
76 | - | ||
77 | - | ||
78 | - | ||
79 | - | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
84 | - | ||
85 | - | ||
86 | - | ||
87 | - | ||
88 | 85 |
| |
89 | 86 |
| |
90 | 87 |
| |
|
0 commit comments