angular6的響應式表單

1:在AppModule模塊裏面引入 ReactiveFormsModulecss 要使用響應式表單,就要從@angular/forms包中導入ReactiveFormsModule,並把它添加到你的NgModule的imports數組中。html import { ReactiveFormsModule } from '@angular/forms'; @NgModule({ import
相關文章
相關標籤/搜索