Answers for "can't bind to 'ngmodel' since it isn't a known property of 'input'.ngsc(-998002)"

23

Can't bind to 'ngModel' since it isn't a known property of 'input'.

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

[...]

@NgModule({
  imports: [
    [...]
    FormsModule
  ],
  [...]
})
Posted by: Guest on April-29-2020
1

Can't bind to 'ngModel' since it isn't a known property of 'input'.

import { FormsModule } from '@angular/forms';
Posted by: Guest on August-13-2021

Code answers related to "can't bind to 'ngmodel' since it isn't a known property of 'input'.ngsc(-998002)"

Browse Popular Code Answers by Language