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 is service? Why use?
How would you optimize the application for better performance in angular 2?
Is $http service is restful web service in angular js?
Explain ng-init directive angularjs?
What do you mean by data binding?
Difference between obtrusive and unobtrusive javascript?
Explain about angularjs value?
How angularjs is used to handle the security hurdles?
What is the use of codelyzer in angular 2 application.?
What is async pipe in angular?
What makes angular.js better?
How many types of ngmodule?
Why do we use angular instead of react js?
Tell me which browsers does Angular work with?
Does AngularJS have dependency on jQuery?