угловой вход. ValueChanges.subscribe
this.reactiveForm.valueChanges.subscribe(x => {
console.log('form value changed')
console.log(x)
})
Philan ISithembiso
this.reactiveForm.valueChanges.subscribe(x => {
console.log('form value changed')
console.log(x)
})