The change event is only called after the focus of the input has changed. How can I make it so that the event fires on every keypress?
What you're looking for is
{{mymodel}}
Then do whatever you want with the data by accessing the bound this.mymodel in your .ts file.
this.mymodel