angular 10 Angular FormArray setValue() and patchValue() by index code example
Example: formarray patchvalue at index
patchDynamicFormBlockValue(){
this.alternateEmail.at(<index>).patchValue('[email protected]')
}
patchDynamicFormBlockValue(){
this.alternateEmail.at(<index>).patchValue('[email protected]')
}