The answers in this topic are older than 7 years. Is it state of the art that I need unsubscribe FormControl subscription from ReactiveFormsModule?
formControl = new FormControl("default", {nonNullable: true});
ngOnInit(){
this.formControl.valueChanges.subscribe(value => {
...
});
}