InterviewSolution
Saved Bookmarks
| 1. |
How to handle Events in Angular 4? |
|
Answer» 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. |
|