adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use primeng in angular 4?

949


How to enable html5 mode in angular 1.x?

929


How an object or function can get a hold of its dependencies?

855


Give the example of angularjs strings?

877


Which version you are using js?

946


What is the latest angular?

810


How to create angularjs filter which outputs html?

862


How to get and log an error in angular 4?

880


Angularjs dependency injection of value inside of the module.config?

896


How can primeng be used with angular2?

948


What is the latest version of angular?

980


What is a dynamic route in angularjs and how do you implement it?

866


How to implement a datagrid table with angular 2 and primeng?

894