-
-
In angular we could
```ts
private injector: Injector
```
so that we can get depenency dynamically at any time instead of when construted, this is specifically useful for inject multi instance lik…
-
Hey,
I've started writing a framework in the last couple of days for Deno and stumbled across Alosaur which has a lot of the core work migrated and done. It looks good and like the direction, it's …
-
This repo is evidently unmaintained. Please archive the repo so people know not to use it on projects.
-
Hi
Many thanks for putting this repo together, it is an excellent example.
What are your thoughts on using a Dependency Injection library like [tsyringe](https://github.com/microsoft/tsyringe)?…
-
## Sorting
- **I'm submitting a ...**
- [x] bug report
- [ ] feature request
- [x] support request
- I confirm that I
- [x] used the [search](https://github.com/lukeautry/tsoa/…
-
Hi. I followed you docs, but anyway keep getting this exception: `ReferenceError: 1 argument required, but only 0 present. Note: You must use DI-Compiler (https://github.com/wessberg/di-compiler) for …
nfjdu updated
4 months ago
-
we'd like to have a request scope, but we understand why tsyringe can't directly support this, however it could support adding our own custom scopes which could then be integrated into our own framewo…
-
**Describe the bug**
When using a child container, when resolving a class (with Lifecycle.ContainerScoped) its auto injected classes (also Lifecycle.ContainerScoped) are not taken from the child cont…
-
I'd like to implement something like the following:
A orchestration service whose constructor accepts dependency services (can be injected using `@inject` decorator) and a runtime value:
```
@inj…