type in module ng
Interface for configuring angular modules.
Methods provider(name, providerType);
See $provide.provider(). Parameters Param Type Details name string service name providerType Function Construction function for creating new instance of the service. factory(name, providerFunction);
See $provide.factory(). Parameters Param Type Details name string service name providerFunction Function Function for creating new instance of the service. servi