Explain event in angularjs, list some events you have worked in angularjs?



Explain event in angularjs, list some events you have worked in angularjs?..

Answer / Surajit Koley

An Event in AngularJS is an action that occurs at a specific time during the life cycle of an Angular application or component. Some common events are:
1. $scope.$apply(): This event is used to start the digest loop and update the view.
2. $scope.$watch(): This event allows you to watch for changes in a scope property and perform some action when that change occurs.
3. ngSubmit: This event is triggered when an HTML form is submitted.
4. ngClick: This event is triggered when an HTML element is clicked.
5. ngChange: This event is triggered when the value of an input field changes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

How to install cookies in angular?

1 Answers  


What is angular 4?

1 Answers  


What is difference between config() and run() method in AngularJS?

1 Answers   Citi Bank, SLK Software,


What is stackblitz?

1 Answers  


What should be the maximum number of concurrent “watches” ?

1 Answers  


What is transclusion in angular?

1 Answers  


What are the features of angular?

1 Answers  


Distinguish between angularjs expression & javascript expression?

1 Answers  


What is route guards?

1 Answers  


How can you hide an html element just by a button click in angular?

1 Answers  


Explain ng-app directive?

1 Answers  


What is change detection strategy in angular?

1 Answers  


Categories