Update: forms.md

修改错误翻译
This commit is contained in:
Gil吉吉 2018-10-19 16:44:01 +08:00 committed by 雪狼
parent 739090cb69
commit 6e4fd6e4b2
1 changed files with 2 additions and 2 deletions

View File

@ -281,11 +281,11 @@ template with a `<app-hero-form>` tag.
* The `templateUrl` property points to a separate file for the template HTML. * The `templateUrl` property points to a separate file for the template HTML.
`moduleId: module.id` 属性设置了基地址,用于从相对模块路径加载 `templateUrl`。 `templateUrl` 属性指向一个独立的 HTML 模板文件
* You defined dummy data for `model` and `powers`, as befits a demo. * You defined dummy data for `model` and `powers`, as befits a demo.
`templateUrl` 属性指向一个独立的 HTML 模板文件 你定义了一些用来演示的,关于 `model``powers` 的模拟数据
Down the road, you can inject a data service to get and save real data Down the road, you can inject a data service to get and save real data
or perhaps expose these properties as inputs and outputs or perhaps expose these properties as inputs and outputs