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
this.loginForm = new FormGroup({
'email': new FormControl('', { validators: [Validators.required] })
});
// get like this
const { email } = this.loginForm.value;
ssd
sd
sd
s
d
sd
s
d
sd
s
ds
d
s
ds
d
sds