0 votes
in Angular by
How to handle Events in Angular 5?

1 Answer

0 votes
by

Any activity (button click, mouse click, mouse hover, mouse move, etc) of a user on a frontend/web screen is termed as an event. Such events are passed from the view (.HTML) page to a typescript component (.ts). 

Related questions

0 votes
asked Feb 24 in Angular by SakshiSharma
0 votes
asked Nov 24, 2019 in Angular by rajeshsharma
...