Angular - Reactive Forms
Find the issue in this reactive form setup:
this.form = new FormGroup({
password: new FormControl('')
});
this.form.value.password = '12345';