Cómo establecer el valor de control de formulario en Angular
this.form.controls['nameOfTheField'].setValue(theValue);
Careful Cow
this.form.controls['nameOfTheField'].setValue(theValue);
formGroup.controls['nameOfTheField'].value