Angular 18 Reactive form ERROR : There is no FormControl instance attached to form control element with name: ‘q1124’
I have an angular component that will create and render a form dynamically using ReactiveFormsModule.
When I press submit it will post the data and I will get new questions for the component to render and replace the old ones.
Angular Error: NG8002: Can’t bind to ‘formGroup’ since it isn’t a known property of ‘form’. [plugin angular-compiler] // Import declaration is made
I have declared ReactiveFormsModule in my app.module.ts like so: