From 557029074fa3abc0fbebfd44cb559d4c8a7d951d Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 10 Oct 2016 14:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E9=81=97=E6=BC=8F?= =?UTF-8?q?=E7=9A=84=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/forms.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index d33e370581..02e1e4051f 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -264,6 +264,8 @@ code-example(format=""). 1. The `moduleId: module.id` property sets the base for module-relative loading of the `templateUrl`. + 1. `moduleId: module.id`属性设置了以相对于模块的路径加载`templateUrl`时使用的基地址。 + 1. The `templateUrl` property points to a separate file for the template HTML called `hero-form.component.html`. 1. `templateUrl`属性指向一个独立的HTML模板文件,名叫`hero-form.component.html`。