run(initializationFn);
Use this method to register work which should be performed when the injector is done loading all modules.
Parameters
Param | Type | Details |
---|---|---|
initializationFn | Function | Execute this function after injector creation. Useful for application initialization. |
Please login to continue.