Answers for "can't bind to 'ngmodel' since it isn't a known property of 'p-slider'. 1. if 'p-slider' is an angular component and it has 'ngmodel' input, then verify that it is part of this module."

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

Code answers related to "can't bind to 'ngmodel' since it isn't a known property of 'p-slider'. 1. if 'p-slider' is an angular component and it has 'ngmodel' input, then verify that it is part of this module."

Browse Popular Code Answers by Language