My problem is that even though I import the modules " FormsModule, ReactiveFormsModule, CommonModule" to the app.module.ts file and I have verified that everything is well written, it still shows me the following errors:
Can't bind to 'ngModel' since it isn't a known property of 'input'
'Property binding ngIf not used by any directive on an embedded template. Make sure that the property name is spelled correctly an all directives are listed in the "@NgModule.declarations".ng
Property binding ngIfElse not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations".ng
Can't bind to 'ngIf' since it isn't a known property of 'p'.ng
Can't bind to 'ngIfElse' since it isn't a known property of 'p'.ng','Property binding ngForOf not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations".ng
Can't bind to 'ngForOf' since it isn't a known property of 'div'.ng
despite the fact that the application is working correctly, but it bothers me that they mark that type of errors, does anyone have any information about it, if it is a visual studio code problem or am I omitting something? thanks,