What is Service in AngularJS?
Answer / 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 |
How can you use factory method in angularjs?
What is the need of angular 2?
What is the second argument in watch?
What is a pure pipe?
Indexof(), if the given value is not in the string / array it will return what?
Explain AngularJS Application Life-Cycle?
What the different between a directive and component?
Does google use angular?
How to display images based on the status(a, b, and c) in angular js?
What is one way data binding in angularjs?
What is an isolated scope?
What is async pipe?