You can use addControl method of FormGroup class as per documentation
So you can do as below :
this.myForm.addControl('newcontrol',[]);
You can use addControl method of FormGroup class as per documentation
So you can do as below :
this.myForm.addControl('newcontrol',[]);