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.
Previous Question | Next Question |
Do you know what is scope in Angular.js? | What is Context in AngularJS? |