chore: update example package.json to use in-mem-web-api 0.2.0 (#2961)

This update ensures examples get "cold" observables from `Http` when using in-mem-web-api
This commit is contained in:
Ward Bell 2016-12-12 21:42:18 -08:00 committed by GitHub
parent 979a2cd690
commit 1f97bcbd81
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"@angular/platform-server": "~2.3.0", "@angular/platform-server": "~2.3.0",
"@angular/router": "~3.3.0", "@angular/router": "~3.3.0",
"@angular/upgrade": "~2.3.0", "@angular/upgrade": "~2.3.0",
"angular-in-memory-web-api": "~0.1.17", "angular-in-memory-web-api": "~0.2.0",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"reflect-metadata": "^0.1.8", "reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-rc.4", "rxjs": "5.0.0-rc.4",