Factory used to produce this service.
Indicates if this service must be global and same instance must be used across all containers.
Unique service id.
Represents wheather or not this particular container should be resolved on start
Allows to setup multiple instances the different classes under a single service id string or token.
Indicates if instance of this class must be created on each its request. Global option is ignored when this option is used.
Generated using TypeDoc
Service options passed to the @Service() decorator. Allows to specify service id and/or factory used to create this service.