container-ioc
Advanced tools
{ | ||
"name": "container-ioc", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "IoC container for browser and nodejs environments", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -34,3 +34,5 @@ ## IoC Container in Typescript | ||
container.register(providers); | ||
// Resolve instances | ||
@@ -37,0 +39,0 @@ let instance1: RandomClass1 = container.resolve(RandomClass1); |
Sorry, the diff of this file is not supported yet
60940
0.54%41
5.13%