翻译完了toh-pt6的新增内容
This commit is contained in:
parent
34f3940544
commit
e7a7d89a20
|
@ -135,7 +135,9 @@ h1 提供 HTTP 服务
|
||||||
导入`InMemoryWebApiModule`并将其加入到模块的`imports`数组。
|
导入`InMemoryWebApiModule`并将其加入到模块的`imports`数组。
|
||||||
`InMemoryWebApiModule`将`Http`客户端默认的后端服务 —
|
`InMemoryWebApiModule`将`Http`客户端默认的后端服务 —
|
||||||
这是一个辅助服务,负责与远程服务器对话 —
|
这是一个辅助服务,负责与远程服务器对话 —
|
||||||
替换成了*内存 Web API*服务:+makeExample('toh-6/ts/src/app/app.module.ts', 'in-mem-web-api', '')
|
替换成了*内存 Web API*服务:
|
||||||
|
|
||||||
|
+makeExample('toh-6/ts/src/app/app.module.ts', 'in-mem-web-api', '')
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
The `forRoot()` configuration method takes an `InMemoryDataService` class
|
The `forRoot()` configuration method takes an `InMemoryDataService` class
|
||||||
|
@ -977,7 +979,7 @@ figure.image-display
|
||||||
:marked
|
:marked
|
||||||
## Next step
|
## Next step
|
||||||
|
|
||||||
### 下一步
|
## 下一步
|
||||||
|
|
||||||
Return to the [learning path](../guide/learning-angular.html#architecture), where
|
Return to the [learning path](../guide/learning-angular.html#architecture), where
|
||||||
you can read more about the concepts and practices found in this tutorial.
|
you can read more about the concepts and practices found in this tutorial.
|
||||||
|
|
|
@ -122,7 +122,7 @@ img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-sub-section {
|
.l-sub-section, .alert {
|
||||||
p {
|
p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue