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 27
27
"@angular/router" : " ~3.1.0" ,
28
28
"@angular/upgrade" : " ~2.1.0" ,
29
29
30
- "angular-in-memory-web-api" : " ~0.1.5 " ,
30
+ "angular-in-memory-web-api" : " ~0.1.13 " ,
31
31
"bootstrap" : " ^3.3.7" ,
32
32
"core-js" : " ^2.4.1" ,
33
33
"protractor" : " ^4.0.9" ,
Original file line number Diff line number Diff line change 24
24
"@angular/router" : " ~3.1.0" ,
25
25
"@angular/upgrade" : " ~2.1.0" ,
26
26
27
- "angular-in-memory-web-api" : " ~0.1.5 " ,
27
+ "angular-in-memory-web-api" : " ~0.1.13 " ,
28
28
"bootstrap" : " ^3.3.7" ,
29
29
"core-js" : " ^2.4.1" ,
30
30
"reflect-metadata" : " ^0.1.8" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,13 @@ block includes
18
18
19
19
## "Template Syntax" explains two-way data binding syntax (2016-10-20)
20
20
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.
22
28
23
29
## "Router" _preload_ syntax and _:enter_/_:leave_ animations (2016-10-19)
24
30
The router can lazily _preload_ modules _after_ the app starts and
You can’t perform that action at this time.
0 commit comments