-
**Describe the bug**
While doing some unit test to evaluate the library I found that a simple class registration throws TypeInfo not Known only when it has construction parameters. It works when no c…
-
Typescript 5.0 recently released. It changes decorators quite a bit.
Will this library work without the experimental decorators flag? I think that should be written in the Readme somewhere.
-
**Describe the bug / design arrangement**
I am reopening this topic : https://github.com/microsoft/tsyringe/issues/14
**Expected behavior**
that factory service can be singleton as well if needed…
-
The tsyringe error `"Cannot inject the dependency"` handler is great while you're trying to iron out issues with the DI, but a consumer doesn't care/shouldn't know anything about tsyringe, nor should …
-
**Problem**
I'm using tsyringe in Node.js >= 12 with the ESM module loader enabled. I would like to use named exports of tsyringe but I'm not able to do so:
```
import { container } from 'tsyri…
-
**Describe the bug**
When trying to resolve a token with one or more dependencies, the error `TypeInfo not known for "Bar"` is thrown.
**To Reproduce**
[Reproduced on StackBlitz](https://st…
-
**Is your feature request related to a problem? Please describe.**
I'm about 2 days in to using tsyringe so I might be totally lost, but I can't see how to support optional constructor parameters o…
-
Based on this: https://github.com/microsoft/tsyringe
-
Thanks for your great plugin - saves us a lot of time and effort getting things up and running.
Lots of projects use [typescript metadata](https://www.typescriptlang.org/docs/handbook/decorators.ht…
-
## Describe the bug
When I use injectable services (via `@injectable` decorator) in lib and try to link that lib to my app, I got an error.
But when I use same lib directly in app (via npm install, …