I have a piece of code like this:
this.form.controls.email.valueChanges.subscribe(input => { // do something with input })
it works ni