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 'polyfills';
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';