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
...