Answers for "Can't bind to 'ngModelOptions' since it isn't a known property of 'ng-select'"

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 "Can't bind to 'ngModelOptions' since it isn't a known property of 'ng-select'"

Browse Popular Code Answers by Language