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
Is no directive with exportas set to ngform?
What are the main components of routing in angualr 2?
Is typescript a programming language?
How to upgrade angular 2 project to angular 4? Explain
What is xmb placeholders?
Explain order by filter angularjs?
What is the use of canactivate in angular?
Explain the difference between promise and observable in angular?
How to get user input from the $event object?
What is the linking function and what are the types of linking function?
What are the advantages & limitation of aot compilation?
What do you mean by zone in angular 6?
Name the building blocks of Angular?
How to validate an url in angularjs?
How to enable caching in angular 1.x?