Answers for "error in can't bind to 'ngmodel' since it isn't a known property of 'input'. ("put type="text" class="form-control" placeholder="first name""

1

can't bind to 'ngmodeloptions' since it isn't a known property of 'input'

import { FormsModule } from '@angular/forms';

@NgModule({ imports: [ FormsModule ], })
Posted by: Guest on November-24-2020

Code answers related to "error in can't bind to 'ngmodel' since it isn't a known property of 'input'. ("put type="text" class="form-control" placeholder="first name""

Browse Popular Code Answers by Language