Angular 10 – Can’t bind to ‘formGroup’ since it isn’t a known property of ‘form’

Angular 10 – Can’t bind to ‘formGroup’ since it isn’t a known property of ‘form’

In this article, we will know the error about Angular 10 – Can’t bind to ‘formGroup’ since it isn’t a known property of ‘form’. when we create the form in angular, at that time face this type of error.

Now, we will know how to solve this type of error. you need to import FormsModule and ReactiveFormsModule in the module.

so, you can see full example of how to import the FormsModule and ReactiveFormsModule in the app.module.ts.

src/app/app.module.ts

Please follow and like us: