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 |
What is router state in angular 2?
What is ngClass directive in AngularJS?
Explain ng-show directive?
Explain ng-disabled directive angularjs?
What are the symbols used in one way and two ways data binding?
What is xmb?
Explain host decorator in angular 2?
Angular 4 grid with crud operations what is angular router?
What is spa in angularjs?
What is art compilation?
What is template reference variable in angular 4?
What is angular framework?