Posts by Cantarzo • 1 point
1 post
-
0
votes2
answers47
viewsA: How to fill two formArraym one inside the other
Hello! One way to solve this is to create arrays separately. First, declare a FormArray within the class, outside the FormGroup original, for dependents. Then, you add all the elements in that array…