0 votes
in AngularJS Packaging and Testing by
What is a Factory method in AngularJS?

1 Answer

0 votes
by

Factory method is similar to the services. It is used to create new object and add functions as properties of this object and at the end we return this object.

...