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
What are module loaders in angular?
Is angular seo friendly?
Explain digest cycle, watchers and dirty checking?
What is interceptors in angularjs?
What is share module?
Name the key features of angular js?
What is angular 6 and why it is used?
What are angular 4?
Why to use “$http” in AngularJS?
How to load external css style into angular 2?
What is the tslint.json file used for?
What are the basic steps to unit test an angularjs filter?
What is a module in writing?
What is dependency injection in angular 2?
What is the provider method in angularjs?