We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab16959 commit 2a90191Copy full SHA for 2a90191
src/app/app.module.ts
@@ -1,5 +1,6 @@
1
-import 'zone.js';
+import 'zone.js/dist/zone-mix';
2
import 'reflect-metadata';
3
+import 'polyfills';
4
import { BrowserModule } from '@angular/platform-browser';
5
import { NgModule } from '@angular/core';
6
import { FormsModule } from '@angular/forms';
src/polyfills.ts
@@ -53,8 +53,7 @@ import 'core-js/es7/reflect';
53
/***************************************************************************************************
54
* Zone JS is required by Angular itself.
55
*/
56
-import 'zone.js/dist/zone'; // Included with Angular CLI.
57
-
+import 'zone.js/dist/zone-mix'; // Included with Angular CLI.
58
59
60
0 commit comments