Skip to content

Commit

Permalink
fix/ Bindings not updating automatically #44
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Jul 16, 2017
1 parent ab16959 commit 2a90191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
3 changes: 1 addition & 2 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ import 'core-js/es7/reflect';
/***************************************************************************************************
* 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.


/***************************************************************************************************
Expand Down

0 comments on commit 2a90191

Please sign in to comment.