0 votes
in Angular by
What are events in Angular?

1 Answer

0 votes
by
Events in Angular are specific directives that help in customizing the behavior of various DOM events. Few of the events supported by Angular are listed below:

ng-click

ng-copy

ng-cut

ng-dblclick

ng-keydown

ng-keypress

ng-keyup

ng-mousedown

ng-mouseenter

ng-mouseleave

ng-mousemove

ng-mouseover

ng-mouseup

ng-blur

Related questions

0 votes
asked Feb 23 in Angular by rahuljain1
0 votes
asked Sep 24, 2023 in Angular by AdilsonLima
...