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
Explain ng-init directive angularjs?
Explain system.config.ts file used in angular?
When to use ngoninit and constructor in angular 2?
What variables are used with ng-repeat?
What is angular?
What is angular 5? Whats new in it?
How to create and use custom pipes? How to create a globally available custom pipe?
Which is the core module of AngularJS?
What is a dynamic route in angularjs and how do you implement it?
What is the difference between ng-if, ng-show/ng-hide?
How we can use styleurls and styles in angular 2?
What is subscript method in angular?
What is providedin root?
Whats is a filter?
How does lazy load work?