config(configFn);
Use this method to register work which needs to be performed on module loading. For more about how to configure services, see Provider Recipe.
Parameters
| Param | Type | Details |
|---|---|---|
| configFn | Function | Execute this function on module load. Useful for service configuration. |
Please login to continue.