build: remove skipLibCheck from AIO examples (#37128)

`skipLibCheck` had to be added to a few AIO examples, because of a breaking change in master. These changes update to a newer version of `angular-in-memory-web-api` that accounts for the breaking change.

PR Close #37128
This commit is contained in:
crisbeto
2020-05-15 08:19:46 +02:00
committed by Kara Erickson
parent 901db0e730
commit 05f1df3224
11 changed files with 14 additions and 20 deletions

View File

@ -21,7 +21,7 @@
"@angular/platform-browser-dynamic": "~9.1.4",
"@angular/router": "~9.1.4",
"angular": "1.7.9",
"angular-in-memory-web-api": "~0.9.0",
"angular-in-memory-web-api": "~0.11.0",
"angular-route": "1.7.9",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",