May be import the FormsModule in app.module.ts can solve this problem.
import { FormsModule } from '@angular/forms';
...
imports: [
..,
FormsModule
],
Save and ng serve the project.
May be import the FormsModule in app.module.ts can solve this problem.
import { FormsModule } from '@angular/forms';
...
imports: [
..,
FormsModule
],
Save and ng serve the project.