Tag: Angular Errors

Angular error NG8002: Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’.

When working with Angular Application, you may encounter the error code NG8002 which is an attribute unknown. An example of the error is NG8002: Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’. What is Wrong? One of the main reasons for this error is that the attribute or property could not be resolved during the compilation of the angular project. For…