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 make an ajax call using angular js?
How many versions of angular are there?
List at down the ways in which you can communicate between applications modules using core angular functionality.
What are isolated unit tests?
What is java angular?
What is the difference between ng-show/ng-hide and ng-if directives?
Which is the core module in angularjs?
What is $log Service?
Ln component and service which logic that we have to write?
How can xss be done in an angular application?
What does ng bind do?
Can you explain the concept of scope hierarchy? How many scopes can an application have?
Explain ng-hide directive angularjs?
Explain the need for di in angularjs?
Why do we use angular material?