This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2727 "@angular/router" : " ~3.1.0" ,
2828 "@angular/upgrade" : " ~2.1.0" ,
2929
30- "angular-in-memory-web-api" : " ~0.1.5 " ,
30+ "angular-in-memory-web-api" : " ~0.1.13 " ,
3131 "bootstrap" : " ^3.3.7" ,
3232 "core-js" : " ^2.4.1" ,
3333 "protractor" : " ^4.0.9" ,
Original file line number Diff line number Diff line change 2424 "@angular/router" : " ~3.1.0" ,
2525 "@angular/upgrade" : " ~2.1.0" ,
2626
27- "angular-in-memory-web-api" : " ~0.1.5 " ,
27+ "angular-in-memory-web-api" : " ~0.1.13 " ,
2828 "bootstrap" : " ^3.3.7" ,
2929 "core-js" : " ^2.4.1" ,
3030 "reflect-metadata" : " ^0.1.8" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,13 @@ block includes
1818
1919 ## "Template Syntax" explains two-way data binding syntax (2016-10-20)
2020 Demonstrates how to two-way data bind to a custom Angular component and
21- re-explains `[(ngModel)]` in terms of the basic `[()]` syntax.
21+ re-explains `[(ngModel)]` in terms of the basic `[()]` syntax.
22+
23+ ## BREAKING CHANGE: `in-memory-web-api` (v.0.1.11) delivered as esm umd (2016-10-19)
24+ This change supports ES6 developers and aligns better with typical Angular libraries.
25+ It does not affect the module's API but it does affect how you load and import it.
26+ See the <a href="https://github.com/angular/in-memory-web-api/blob/master/CHANGELOG.md#0113-2016-10-20" target="_blank">change note</a>
27+ in the `in-memory-web-api` repo.
2228
2329 ## "Router" _preload_ syntax and _:enter_/_:leave_ animations (2016-10-19)
2430 The router can lazily _preload_ modules _after_ the app starts and
You can’t perform that action at this time.
0 commit comments