From 4ea8b17896289b7eebcd3e430604ca27f01a2437 Mon Sep 17 00:00:00 2001 From: Jack Twilley Date: Thu, 12 Apr 2018 14:18:56 -0700 Subject: [PATCH] docs: lock version of in-memory API (#23242) The in-memory API has been updated for v6 but the Angular CLI has not. Closes angular/in-memory-web-api#189 Fixes #22977 Fixes #23205 PR Close #23242 --- aio/content/tutorial/toh-pt6.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 36d7294e38..ab845893ad 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -43,10 +43,12 @@ If you're _coding along_ with this tutorial, stay here and add the *In-memory We -Install the *In-memory Web API* package from _npm_ +Install the *In-memory Web API* package from _npm_. + +**Note:** This package's version is locked to `v0.5` to maintain compatibility with the current release of `@angular/cli`. - npm install angular-in-memory-web-api --save + npm install angular-in-memory-web-api@0.5 --save Import the `InMemoryWebApiModule` and the `InMemoryDataService` class,