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