Berlangganan Angular tentang Perubahan Nilai

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