diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index ab845893ad..a9b07e2bb5 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -51,7 +51,7 @@ Install the *In-memory Web API* package from _npm_. npm install angular-in-memory-web-api@0.5 --save -Import the `InMemoryWebApiModule` and the `InMemoryDataService` class, +Import the `HttpClientInMemoryWebApiModule` and the `InMemoryDataService` class, which you will create in a moment. -Add the `InMemoryWebApiModule` to the `@NgModule.imports` array— +Add the `HttpClientInMemoryWebApiModule` to the `@NgModule.imports` array— _after importing the `HttpClient`_, —while configuring it with the `InMemoryDataService`.