Skip to content

Commit 5f33caf

Browse files
updated docs
1 parent c159f9b commit 5f33caf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ container.register({ token: TService, useClass: ConcreteService });
9090
container.resolve(TService);
9191
```
9292

93-
### Examples:
94-
* [using factory](https://github.com/thohoh/container-ioc/blob/master/examples/use-factory.ts)
95-
* [using factory with injections](https://github.com/thohoh/container-ioc/blob/master/examples/use-factory-with-injections.ts)
96-
* [using value](https://github.com/thohoh/container-ioc/blob/master/examples/use-value.ts)
97-
* [persistence control](https://github.com/thohoh/container-ioc/blob/master/examples/persistence-control.ts)
98-
* [more examples](https://github.com/thohoh/container-ioc/blob/master/examples/)
99-
10093
### Persistence control.
10194
> By default, resolved instances are singletons. You can change that by setting provider's attribute **LifeTime** to **LifeTime.PerRequest**.
10295
```typescript

0 commit comments

Comments
 (0)