setup
@quik/services / Module / setup
Function: setup()
setup(
options):Promise<void>
Defined in: services/src/module.ts:16
Setup function called by the bootstrapper when the module is loaded.
Parameters
options
IQModuleSetup
The bootstrap options.
Returns
Promise<void>