📅  最后修改于: 2022-03-11 15:01:34.282000             🧑  作者: Mango
代码示例3
this.reactiveForm.get("firstname").valueChanges.subscribe(x => {
console.log('firstname value changed')
console.log(x)
})