how to patch form array in form in angular 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