patchvalue formarray code example
Example 1: patch value in form array
this.items.at(index).patchValue(...);
for patching value in a formArray
Example 2: formarray patchvalue at index
patchDynamicFormBlockValue(){
this.alternateEmail.at(<index>).patchValue('[email protected]')
}