-
https://github.com/inversify/InversifyJS/blob/65596eaa2915787d14f852992539a957acc23af0/src/planning/planner.ts#L116
```typescript
switch (bindings.length) {
// ...
case B…
-
Would you mind providing an example using Request scope?
Documentation is not very clear:
> The inRequestScope creates a singleton that will last for the entire life cycle of one call to the co…
-
Thank you very much for providing this tool, it is very useful for me.But I have some doubts about this tool.
I want to use Inversify for engineering development and want to design AOP development …
-
I'm working on some custom client modules. One has a side navigation for an administration dashboard using [Ant Design Layout Sider](https://ant.design/components/layout/#components-layout-demo-side).…
-
I thought I had proposed something like this a year ago, but I probably never want as far as to file an issue. I propose adding an IoC-framework to Oni to enable dependency injection. [Dependency inje…
ghost updated
5 years ago
-
## Context
See for some context: https://github.com/inversify/InversifyJS/pull/1374
Because the `dom` library is included in the root `tsconfig.json`, there are typings in server-side only node wh…
-
-
I'm having difficulty understanding how to instantiate injectables with concrete arguments in the constructor.
Any example to illustrate my problem clearly - I'm trying to inject a class with concr…
-
If code is uglified the constructor.name (see `model.decorator.ts`) value will not be what we expect it to be (a predefined value matching the Class name). This means the user must provide the table n…
-
We can document examples to implement a middleware that uses the `HttpContext` to validate if an user has access to certan feature:
```ts
@controller(
"/foo",
authorize({ feature: FEATU…