Yes, that’s it. In the app.module.ts file, I just added:
import { FormsModule } from '@angular/forms'; [...] @NgModule({ imports: [ [...] FormsModule ], [...] })
Yes, that’s it. In the app.module.ts file, I just added:
import { FormsModule } from '@angular/forms'; [...] @NgModule({ imports: [ [...] FormsModule ], [...] })