angular reactive form valuechanges with pipe. IS THIS A BUG ???
问题 Seems like pipe doesn't work with reactive form control valueChanges. i've prepared this https://stackblitz.com/edit/angular-vdeqrz so that you can reproduce the problem. type something in the text field. then type "boom" (without the quotes). after the error catch, the control does not work any more. you can verify typing something new on it after that. it does not detect any other input. if you refresh the page, then it works again. am i missing something here ? 回答1: This is not a bug.