constructor
@quik/services / ServicesStore / constructor
Function: constructor()
constructor<
Service>(service):Constructor<Service>
Defined in: services/src/store.ts:122
Resolve a service constructor ensuring it has been loaded.
Type Parameters
Service
Service extends QService
Parameters
service
string | Constructor<Service>
Returns
Constructor<Service>