Tuesday, December 15, 2015

Difference between Service, Provider and Factory in AngularJs

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.

No comments:

Post a Comment