Optional config: anyProtected Readonly aliasesProtected Readonly bindProtected Optional Readonly configProtected containerProtected Readonly exportsProtected Readonly factoriesProtected Readonly factoriesProtected Readonly importedProtected 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 getImports modules into current the current module. All exported bindings (and/or its aliases) will be available in the current module.
Returns 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 setup
Returns bind manager (aka bind util)