Solution:
import { FormsModule } from '@angular/forms'; [...] @NgModule({ imports: [ [...] FormsModule ], [...] })
Reference: Can't bind to 'ngModel' since it isn't a known property of 'input'.
No comments:
Post a Comment