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