Event Binding

Learn about Angular event binding and how to use event binding in Ionic applications.

Angular event binding

Angular event binding allows our pages to detect and respond to user interactions, such as typing text into an input field, submitting a form, or selecting options from lists.

Without event binding, our apps would be limited in ...