how to set value in formarray in angular 8 code example
Example: patch value in form array
this.items.at(index).patchValue(...);
for patching value in a formArray
this.items.at(index).patchValue(...);
for patching value in a formArray