Commit 5d85f41
committed
fix(@angular-devkit/build-angular): conditionally provide Zone.js change detection in the built-in test main file
Prior to this change Zone.js change detection provider was never added.
Closes angular#32047
(cherry picked from commit 985aa18)1 parent b141670 commit 5d85f41
File tree
1 file changed
+7
-2
lines changed- packages/angular_devkit/build_angular/src/builders/karma
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
159 | 164 | | |
160 | | - | |
| 165 | + | |
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
| |||
0 commit comments