diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index f3dd485f54..b3a40f97f9 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -1112,8 +1112,6 @@ a#feature-modules 试试范例的`ContactModule`版。 - Try the live example. - 试试在线例子 a#lazy-load diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index 04bcb5a2d7..79a3d52e64 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -212,6 +212,8 @@ block dont-be-distracted-by-backend-subst :marked Our updated import statements are now: + 更新后的导入声明如下: + +makeExcerpt('app/hero.service.ts (updated imports)', 'imports') - var _h3id = `http-${_promise}` @@ -219,6 +221,8 @@ block dont-be-distracted-by-backend-subst Refresh the browser, and the hero data should be successfully loaded from the mock server. + 刷新浏览器后,英雄数据就会从Mock服务器被成功读取。 +

HTTP !{_Promise}

### Http承诺(Promise)