docs(change-log): notes in-mem-web-api breaking change (#2644)
This commit is contained in:
parent
82933bad47
commit
14c01fb651
|
@ -27,7 +27,7 @@
|
|||
"@angular/router": "~3.1.0",
|
||||
"@angular/upgrade": "~2.1.0",
|
||||
|
||||
"angular-in-memory-web-api": "~0.1.5",
|
||||
"angular-in-memory-web-api": "~0.1.13",
|
||||
"bootstrap": "^3.3.7",
|
||||
"core-js": "^2.4.1",
|
||||
"protractor": "^4.0.9",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@angular/router": "~3.1.0",
|
||||
"@angular/upgrade": "~2.1.0",
|
||||
|
||||
"angular-in-memory-web-api": "~0.1.5",
|
||||
"angular-in-memory-web-api": "~0.1.13",
|
||||
"bootstrap": "^3.3.7",
|
||||
"core-js": "^2.4.1",
|
||||
"reflect-metadata": "^0.1.8",
|
||||
|
|
|
@ -18,7 +18,13 @@ block includes
|
|||
|
||||
## "Template Syntax" explains two-way data binding syntax (2016-10-20)
|
||||
Demonstrates how to two-way data bind to a custom Angular component and
|
||||
re-explains `[(ngModel)]` in terms of the basic `[()]` syntax.
|
||||
re-explains `[(ngModel)]` in terms of the basic `[()]` syntax.
|
||||
|
||||
## BREAKING CHANGE: `in-memory-web-api` (v.0.1.11) delivered as esm umd (2016-10-19)
|
||||
This change supports ES6 developers and aligns better with typical Angular libraries.
|
||||
It does not affect the module's API but it does affect how you load and import it.
|
||||
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>
|
||||
in the `in-memory-web-api` repo.
|
||||
|
||||
## "Router" _preload_ syntax and _:enter_/_:leave_ animations (2016-10-19)
|
||||
The router can lazily _preload_ modules _after_ the app starts and
|
||||
|
|
Loading…
Reference in New Issue