Error: 'formGroup' is not a known property of 'form'

Forums AngularError: 'formGroup' is not a known property of 'form'
Staff asked 2 years ago

Answers (1)

Add Answer
Shaikh Irshad Marked As Accepted
Staff answered 2 years ago

This error occurs when you don’t have the reference for ReactiveFormsModule in the app.module.ts file

 

As the formGroup resides in that module so we have to import the ReactiveFormsModule in the app.module.ts files imports sections.

How this helps you.

Subscribe

Select Categories