I'm working with reactive forms and I want to know when its api sets a class on an Input (ng-untouched ng-pristine ng-invalid).
I have tried with angular HostListener ('change', 'keydown', 'input', etc) decorator, but it doesn't handle all the class changes (when I reset the form, for example)