container-ioc
Advanced tools
Comparing version
{ | ||
"name": "container-ioc", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Dependency Injection and IoC container", | ||
@@ -5,0 +5,0 @@ "author": "Alexander Kozlov", |
@@ -65,3 +65,3 @@  | ||
##### With InjectionToken | ||
```Typescript | ||
```typescript | ||
interface IService {} | ||
@@ -76,3 +76,2 @@ | ||
container.resolve(TService); | ||
``` | ||
@@ -79,0 +78,0 @@ |
23084
0141
-0.7%