AngularJS Developer Question:
Download Questions PDF

Tell me what is services in AngularJS?

Answer:

In AngularJS 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 Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how do you share data between controllers?Tell me where should we implement the DOM manipulation in AngularJS?