Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between Factory, Service and Provider?



What is the difference between Factory, Service and Provider?..

Answer / chaitanya

Factory - A factory is a simple function which allows you to add some logic before creating the object. It returns the created object.

Service - A service is a constructor function which creates the object using new keyword. You can add properties and functions to a service object by using this keyword. Unlike factory, it doesn’t return anything.

Provider - A provider is used to create a configurable service object. It returns value by using $get() function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

On what steps for the compilation process of html happens?

0 Answers  


What is spa in angularjs?

0 Answers  


What are the purpose of @ngmodule?

0 Answers  


What is a module and what does it contain?

0 Answers  


How many times ngoninit is called?

0 Answers  


How to share information between controllers in AngularJS?

1 Answers  


What is called in angular?

0 Answers  


Is react backend or frontend?

0 Answers  


Which is the best backend technology for angular?

0 Answers  


Explain routeprovider in angularjs?

0 Answers  


How do you use singleton pattern?

0 Answers  


How AngularJS expressions are different from the JavaScript expressions?

1 Answers   Xoriant,


Categories