File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,6 @@ container.register({ token: TService, useClass: ConcreteService });
9090container .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
You can’t perform that action at this time.
0 commit comments