I have a form array inside a formbuilder and i am dynamically changing forms, i.e. on click load data from application 1 etc.
The issue i am having is that all the
Angular 8
simply use clear() method on formArrays :
clear()
(this.invoiceForm.controls['other_Partners'] as FormArray).clear();