In Angular, event binding is used to handle the events raised by the user actions like button clicks, mouse movement, keystrokes, etc.
To bind to an event, you use the Angular event binding syntax. In an HTML element, you define the event name (click, hover, drag, drop, etc.) inside the parenthesis, and on the right is the function that you want to call once the vent is triggered.
-----------------------------
📍 Source code: https://github.com/etrupja/angular-movies-app
-----------------------------
📣 Blog: https://dotnethow.net
📣 Udemy: https://www.udemy.com/user/ervis-trupja/
📣 Pluralsight: https://www.pluralsight.com/authors/ervis-trupja
📣 LinkedIn: https://www.linkedin.com/learning/instructors/ervis-trupja
-----------------------------
#angular #webdeveloper #dotnethow