AngularJS Question:
Download Questions PDF

Do you know what is services in Angular.js?

Answer:

In angular.js services are the singleton objects or functions that are used for carrying out specific tasks. It holds some business logic and these function can be called as controllers, directive, filters and so on.

Download AngularJS Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is scope in Angular.js?What is Context in AngularJS?