how to patch value to form array item 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