this.reactiveForm.get("firstname").valueChanges.subscribe(x => { console.log('firstname value changed') console.log(x) })