SyntaxFix
Write A Post
Hire A Developer
Questions
You need to import the FormsModule
Open app.module.ts
and add line
import { FormsModule } from '@angular/forms';
and
@NgModule({ imports: [ FormsModule ], })