import { FormsModule } from '@angular/forms';[...]@NgModule({ imports: [ [...] FormsModule ], [...]})