Entrada angular .ValueChanges. Subscribe Valor

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