How to handle Events in Angular 4?
When a user interacts with an Angular 4 application through keyboard movement, mouse click, or a hover, they generate an event. These events are handled in order to perform a specific action via Event Binding. Event Binding is basically one-way data binding which sends information within the view and component class.
Note: These are fundamental interview questions on angular 4 to give you an overview of the subject.
BY Best Interview Question ON 23 Jan 2020