Answer Posted / chaitanya
A service is a reusable singleton object which is used to organize and share code across your app. A service can be injected into controllers, filters, directives.
AngularJS offers several built-in services (like $http, $provide, $resource, $window, $parse) which always start with $ sign.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to achive in angular ?
What is injector tree?
What is $routeprovider in angularjs?
What is Dependency Injection in AngularJS?
Is angular seo friendly?
Is there a way to make angularjs load partials in the beginning and not at when needed?
How to use ng-show and ng-hide in angular js?
Explain directives? What are inbuilt directives available in angularjs?
What is json web token?
What is angular cli?
Can AngularJS have multiple ng-app directives in a single page?
What is the use of currency filter in angularjs?
What do you mean by controllers?
What is karma and jasmine?
What is a template in angular 2?