container-ioc
Advanced tools
Comparing version
{ | ||
"name": "container-ioc", | ||
"version": "1.6.8", | ||
"version": "1.6.9", | ||
"description": "Dependency Injection and IoC container", | ||
@@ -5,0 +5,0 @@ "author": "Alexander Kozlov", |
@@ -58,3 +58,3 @@  | ||
@Injectable(['IService']) | ||
class Service implements IService { | ||
class Service { | ||
constructor(service) { | ||
@@ -61,0 +61,0 @@ this.service = service; |
23828
-0.08%