fix/ Bindings not updating automatically #44

This commit is contained in:
Maxime GRIS
2017-07-16 18:59:09 +02:00
parent ab16959ae2
commit 2a90191458
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
import 'zone.js'; import 'zone.js/dist/zone-mix';
import 'reflect-metadata'; import 'reflect-metadata';
import 'polyfills';
import { BrowserModule } from '@angular/platform-browser'; import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms'; import { FormsModule } from '@angular/forms';

View File

@@ -53,8 +53,7 @@ import 'core-js/es7/reflect';
/*************************************************************************************************** /***************************************************************************************************
* Zone JS is required by Angular itself. * Zone JS is required by Angular itself.
*/ */
import 'zone.js/dist/zone'; // Included with Angular CLI. import 'zone.js/dist/zone-mix'; // Included with Angular CLI.
/*************************************************************************************************** /***************************************************************************************************