Join ExamsbookAnswer :
Explain about services in Angular.js ?5
Q: Explain about services in Angular.js ?
- Show Answer
- Workspace
Answer :
Explanation :
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.