Skip to content

Commit acd4a6b

Browse files
committed
Update polyfills.ts
1 parent 96fbe85 commit acd4a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/polyfills.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
/***************************************************************************************************
4646
* Zone JS is required by default for Angular itself.
4747
*/
48-
import 'zone.js/dist/zone'; // Included with Angular CLI.
48+
import 'zone.js';
49+
import 'zone.js/testing'; // Included with Angular CLI.
4950

5051

5152
/***************************************************************************************************

0 commit comments

Comments
 (0)