diff --git a/classes/classes_TSinjex.TSinjex.html b/classes/classes_TSinjex.TSinjex.html index 8575a0e..bf55674 100644 --- a/classes/classes_TSinjex.TSinjex.html +++ b/classes/classes_TSinjex.TSinjex.html @@ -9,7 +9,7 @@
Private
Readonly
_dependenciesThe dependencies map.
-Private
Static
_instanceThe singleton instance of the TSinjex class.
-Private
Readonly
_dependenciesThe dependencies map.
+Private
Static
_instanceThe singleton instance of the TSinjex class.
+Register a dependency.
The identifier of the dependency.
The dependency to register.
If true, the dependency is deprecated => a warning is logged when the dependency is resolved.
-Resolve a dependency
The identifier of the dependency
If true, throws an error if the dependency is not found
The resolved dependency or undefined if the dependency is not found
A DependencyResolutionError if the dependency is not found and necessary.
-Static
getGet the singleton TSInjex instance.
+Static
getStatic
registerStatic implementation of ITSinjex.register.
+Static
registerStatic implementation of ITSinjex.register.
Static
resolveStatic implementation of ITSinjex.resolve.
+Static
resolveStatic implementation of ITSinjex.resolve.
Private constructor to prevent direct instantiation.
-