Skip to content

Commit 2a90191

Browse files
committed
fix/ Bindings not updating automatically #44
1 parent ab16959 commit 2a90191

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/app.module.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import 'zone.js';
1+
import 'zone.js/dist/zone-mix';
22
import 'reflect-metadata';
3+
import 'polyfills';
34
import { BrowserModule } from '@angular/platform-browser';
45
import { NgModule } from '@angular/core';
56
import { FormsModule } from '@angular/forms';

src/polyfills.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ import 'core-js/es7/reflect';
5353
/***************************************************************************************************
5454
* Zone JS is required by Angular itself.
5555
*/
56-
import 'zone.js/dist/zone'; // Included with Angular CLI.
57-
56+
import 'zone.js/dist/zone-mix'; // Included with Angular CLI.
5857

5958

6059
/***************************************************************************************************

0 commit comments

Comments
 (0)