From e732a172d83938224d3c2edd49abe45a88bec8b3 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Sat, 11 May 2019 12:40:09 +0800 Subject: [PATCH] docs: HttpClient should be HttpClientModule --- aio/content/tutorial/toh-pt6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 39113a0a26..390c579920 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -113,7 +113,7 @@ Add the `HttpClientInMemoryWebApiModule` to the `@NgModule.imports` array— _after importing the `HttpClientModule`_, —while configuring it with the `InMemoryDataService`. -把 `HttpClientInMemoryWebApiModule` 添加到 `@NgModule.imports` 数组中(放在 `HttpClient` 之后), +把 `HttpClientInMemoryWebApiModule` 添加到 `@NgModule.imports` 数组中(放在 `HttpClientModule` 之后), 然后使用 `InMemoryDataService` 来配置它。