Member - { Blog Details }


blog address: http://findnerd.com/list/view/Difference-between-Service-Provider-and-Factory-in-angularJs/4463/
keywords: Service in AngularJs, Provider in AngularJs, Factory in angularJs
member since: Aug 18, 2015 | Viewed: 165
Difference between Service, Provider and Factory in AngularJs
Category: Technology
In this blog we will discuss about the differences b/w services ,provider and factory in angular jS- a)Service- This will return the actual function with an instance of the function. b)Factory- This will return the actual value returned by the function. c)Provider-This will return the value returned by the $get function of the function. For more visit the link mentioned.
{ More Related Blogs }