SyntaxFix
Write A Post
Hire A Developer
Questions
In app.module.ts add this:
app.module.ts
import { FormsModule, ReactiveFormsModule } from '@angular/forms'; @NgModule({ declarations: [AppComponent], imports: [FormsModule], })