deepthan opened this issue 4 years ago · 0 comments
Can't bind to 'ngModel' since it isn't a known property of 'input'.
import { FormsModule } from '@angular/forms'; @NgModule({ imports: [ FormsModule ], })