Optional config: ICliModuleConfigProtected Readonly aliasesProtected Readonly bindProtected Optional Readonly configProtected containerProtected Readonly exportsProtected Readonly factoriesProtected Readonly factoriesProtected Readonly importedProtected importerProtected Readonly importsProtected initializedStatic Readonly __svt_Returns async entity factory by given key. It will try to find factory from the current module, then from imported modules and finally from global exports. It will also try to resolve sync binding if async binding is not found.
Protected getReturns resolved entity by given async binding or binding ref. It will try to find binding from the current module, then from imported modules and finally from global exports. It will also try to resolve sync binding if async binding is not found.
Optional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextOptional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextOptional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextReturns resolved entity by given sync binding or binding ref. It will try to find binding from the current module, then from imported modules and finally from global exports.
Optional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextOptional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextOptional options: null | Partial<IInjectOptions>Optional ctx: TProvideContextProtected setupStatic configured
Returns bind manager (aka bind util)