formArray patchValue no índice
patchDynamicFormBlockValue(){
this.alternateEmail.at(<index>).patchValue('[email protected]')
}
Vast Vicuña
patchDynamicFormBlockValue(){
this.alternateEmail.at(<index>).patchValue('[email protected]')
}
((this.form.get('controls') as FormArray).at(index) as FormGroup).get('description').patchValue(item.description);