como definir o valor de controle de formulário em angular
this.form.controls['nameOfTheField'].setValue(theValue);
Careful Cow
this.form.controls['nameOfTheField'].setValue(theValue);
formGroup.controls['nameOfTheField'].value