<FormArray>this.itemForm.controls['purchaseOrderList'][i].patchValue({ purchase_order:res.id }) code example
Example: reactive form programmatically set value
this.formRef.patchValue({
field: value1,
field2: value2,
/* ... */
});
this.formRef.patchValue({
field: value1,
field2: value2,
/* ... */
});