This commit is contained in:
Zhicheng Wang 2017-05-02 09:40:56 +08:00
parent 67e22bd3b0
commit 7c4bbbd10c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ include ../_util-fns
so in order to access any reactive forms directives, you have to import
`ReactiveFormsModule` from the `@angular/forms` library.
响应式表单属于另外一个叫做`ReactiveFormsModule`的`NgModule`,所以,为了使用响应式表单类的指令,我们得`@angular/forms`库中引入`ReactiveFormsModule`模块。
响应式表单属于另外一个叫做`ReactiveFormsModule`的`NgModule`,所以,为了使用响应式表单类的指令,我们得`@angular/forms`库中引入`ReactiveFormsModule`模块。
Bootstrap the `AppModule` in `main.ts`.