-
More details in the [roadmap](https://github.com/inversify/InversifyJS/wiki/Roadmap).
-
Is there anyway to use the container to inject commonjs modules in to your classes as well? Based on the .d.ts, whatever you pass in as the implementation type must have a constructor. Essentially, I …
-
Note: i don't see this feature yet on the master. feel free to mark as dup or delete.
Sometime Type creation require some step (via some setup builder etc). Need an easy way to register it using a fa…
-
**Name: InversifyJS**
**Git Repo: https://github.com/inversify/InversifyJS.git**
**npm: https://www.npmjs.com/package/inversify**
**License: MIT**
**Website: http://inversify.io**
#
Notes from c…
-
How does inversify manage cyclic dependencies?
Could not find anything in the documentation yet.
-
If I have simple class which is not implementing any interface.
```
export class Something{
constructor(*/../*) { }
public static CustomMethodFromNotReallySomething(*/params/*) { }
…
-
Am I the only one who tried to launch this DI? Why in all examples import **inject**, while in js code there is only **Inject**?
```
import {Kernel, Inject} from 'inversify';
const kernel = new Kern…
-
Hi guys,
I'm going to share with you my plans for `2.0`...
I was thinking about finishing the `2.0` branch and doing a massive pull request but I changed my mind...
I'm going to use the `2.0` bran…
-
At the moment, we are using Karma to test the project after it has been passed through browserify. This means that we test some of the code added by browserify, which we shouldn't be testing (such as …
-
## Expected Behavior
- Install inversify using `npm install inversify --save`
- Import appropriate classes into my code `import { IBinding, Kernel } from "inversify";`
- Use IoC
- `tsc`
- Profit
## C…