Skip to content

Commit

Permalink
chore: update example package.json to use in-mem-web-api 0.2.0
Browse files Browse the repository at this point in the history
 This update ensures examples get "cold" observables from `Http` when using in-mem-web-api
  • Loading branch information
wardbell committed Dec 13, 2016
1 parent 730682f commit 1249afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular/platform-browser-dynamic": "~2.3.0",
"@angular/router": "~3.3.0",

"angular-in-memory-web-api": "~0.1.17",
"angular-in-memory-web-api": "~0.2.0",
"systemjs": "0.19.40",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
Expand Down

0 comments on commit 1249afd

Please sign in to comment.