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 does oauth 2.0 work?
Is mvc front end or backend?
How we can set http request header in angular 2 and angular 4?
What is the basic need to start with AngularJS?
What string interpolation is in angularjs?
What is typeofchecks in angular 8?
How to create a custom errorhandler?
Which module does is required for every angular 2 app?
Can we use jquery library in angularjs?
What is the scope in angularjs?
How do we include css file ins. The component except using styleurls property?
What is the difference between ajax and angularjs?
What is the difference between directives and services?
What is ivy renderer in angular 6?
How to setup angular 2 in visual studio 2017 mvc 5 / 6?