Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’ in Angular
This tutorial will show how you can fix the error Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’ in Angular. The error message “Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’” typically occurs in Angular when you are trying to use the ngModel directive on an input …
Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’ in Angular Read More »