factory(name, $getFn); Register a service factory, which will be called to return the service instance. This is short
decorator(name, decorator); Register a service decorator with the $injector. A service decorator intercepts the creation
invoke(fn, [self], [locals]); Invoke the method and supply the method arguments from the $injector.
Page 2 of 2