Event-Binding in Angular

Event binding in Angular is a way to listen to user actions (like clicks, key presses, mouse movements, etc.) and run some component logic when those events happen. In short, event binding connects the user’s actions (events) in the template to logic (methods/properties) in the component. In this article, we will discuss the following three … Continue reading Event-Binding in Angular