Can someone help me with declaring an empty form group and then adding form controls afterwards? I have tried passing in a null value or not passing anything at all, but it doesn't seem to work.
this.demoForm = new FormGroup(null);//NOT WORKING
Is there any workaround for this issue? Thank you in advance.