Explain what is services in AngularJS Technology Community › Category: AngularJS › Explain what is services in AngularJS 0 Vote Up Vote Down VietMX Staff asked 4 years ago 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.