Entrada angular .Valuechanges.Subscribe Valor
this.reactiveForm.valueChanges.subscribe(x => {
console.log('form value changed')
console.log(x)
})
Philan ISithembiso