解決Angular報錯 Can't bind to 'ngModel' since it isn't a known property of 'input'

在input中使用[ngModel]報錯:Can't bind to 'ngModel' since it isn't a known property of 'input' 解決辦法:在module.ts中添加import和providers import { NgModule } from '@angular/core'; import { FormsModule } from '@angul
相關文章
相關標籤/搜索