Defining Services in AngularJS View Article Information Posted Date: 1. January 2017 Author: Anil Sharma Categories: Angular JS Keywords: Defining Services in AngularJS, Services in AngularJS, $scope and $filter, service, factory, and provider, service method, controller method Services are singleton objects that provide any functionality that you want to use throughout an application. There are some useful built-in services that come with AngularJS for common tasks such as making HTTP requests. Some key AngularJS are delivered as services, including the $scope and $filter objects that I used in the earlier example. [Continue Reading]