I use the module in my Angular 5 application:
My use case is that the user gives in a search term and I load search results from backend concerning to the user input. I can not find an event which fires when user gives in characters. Does anyone know which event I can use or how I can do this
I think that the keyup event is what you are looking for.
You can read more about it here.