SyntaxFix
Write A Post
Hire A Developer
Questions
import { FormsModule } from '@angular/forms'; //<<<< import it here
import { FormsModule } from '@angular/forms';
BrowserModule, FormsModule //<<<< and here
BrowserModule, FormsModule
So simply looks for app.module.ts or another module file and make sure you have FormsModule imported in...
app.module.ts
FormsModule