DEV Community

Discussion on: Using PatchValue on FormArrays in Angular 7

Collapse
 
da13harris profile image
Dale Harris

As of Angular 8, there is now a FormArray.clear() method that removes all of the controls from a FormArray. This should simplify the saveForm() method a bit.

Collapse
 
wianlloyd profile image
Wian Lloyd

🤠🙏🍞