console.log(this.formGroup.get('loanAmount').value);
}
Input value does not update on loanAmount control when the event is fired.
console.log(this.formGroup.get('loanAmount').value);
}
Input value does not update on loanAmount control when the event is fired.