Closed bostondevin closed 2 years ago
@bostondevin No, it is not possible. The second option in addControl
method should be an instance of FormGroup
, FormControl
or FormArray
classes.
Thanks! I figured it out with just changing the config around of the FormBuilder
Is there a way to do this when the form mounts so I can add form fields to the form dynamically?