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.