Google News
logo
AngularJS - Interview Questions
What are AngularJS Services ?
In AngularJS you can make your own service, or use one of the many built-in services. AngularJS services are JavaScript functions for specific tasks, which can be reused throughout the application.

AngularJS has about 30 built-in services.

$location service
$http Service
$timeout Service
$interval Service
and more..
Advertisement