I am using a hostlistener in a directive to detect \"blur\"- and \"keyup\"-events. Now I need to detect changes in the input-element the directive sits on. I tried
The change event is applied to selects.
change
If you tried with the input event, and it still doesn't work, then your directive is the issue.
input
Did you imported / exported it ? Do you have any console errors ? Is another event fired from your directive ?