-
# Using InversifyJS in NuxtJS | Damir's Corner
[https://www.damirscorner.com/blog/posts/20200724-UsingInversifyjsInNuxtjs.html](https://www.damirscorner.com/blog/posts/20200724-UsingInversifyjsInNu…
-
Hi! I'm loving this crate so far, so thank you for all your hard work. There's one thing which it seems to be missing to fit my use case, though:
It would be nice to be able to bind a type to an ex…
-
[This question is related with
](https://github.com/inversify/InversifyJS/issues/866)
The solution provided there doesn't work in this case, a solution is proposed but don't work
`import { d…
-
## Expected Behavior
When using InversifyJS with the singleton pattern and explicit dependency injection:
1. The performance should remain consistent regardless of the order of dependencie…
-
Shouldn't be using static classes for everything. https://github.com/inversify/InversifyJS
-
* **2.4.3**:
* **node v14.16.1**:
* **allow ignoring duplicate injectable decorators or try catch, when my self module use the InversifyJS decorator EventEmitter, code will be interrupted by the thr…
-
I'm just getting into InversifyJS and I'm struggling to get my head around the concept of Express controllers.
Usually I write my code in such a fashion that the routing chain is executed step by s…
-
Either the examples are misleading or I am misunderstanding.
As stated in:
https://github.com/inversify/InversifyJS/blob/e2cf550/wiki/symbols_as_id.md
> In very large applications using str…
-
When using InversifyJS with Jest, creating a container with mock dependencies results in the error:
TypeError: Cannot read property 'constructor' of null.
## Expected Behavior
A container shoul…
-
Hey, I might need to download a bundle containing a service when resolving it so I need a way to `.get` asynchronously and have async factories (like in InversifyJS for example).
Alternatively if p…