AJS - Services
AngularJS में बहुत सारी In-Built Services होती है और Custom Services भी बनाई जाती है |
AngularJS Service ये Function या Object होता है | Service; Browser द्वारा Server के communication को handle करता है |
AngularJS Service ये एकमेव ऐसा Object है जो Web Application की कार्यक्षमता को प्रदान करता है |
निचे कुछ Built-In Services दी गयी है |
$anchorScroll | $animate | $animateCss |
$cacheFactory | $templateCache | $compile |
$controller | $document | $exceptionHandler |
$filter | $httpParamSerializer | $$httpParamSerializerJQLike |
$http | $xhrFactory | $httpBackend |
$interPolate | $interval | $jsonpCallbacks |
$locale | $location | $log |
$parse | $q | $rootElement |
$rootScope | $sce | $sceDelegate |
$templateRequest | $timeout | $window |