-
Injects a constructor (don't need to create an instance). It will be something like:
```
bind("X").toConstructor(someConstructor)
```
-
*I put this question on Stackoverflow, but there's no InversifyJS tag there yet: [http://stackoverflow.com/questions/35149514/why-does-inversifyjs-not-compile-this-attribute](http://stackoverflow.com/…
-
There is an error in the build logs:
https://travis-ci.org/inversify/InversifyJS/builds/103853460
```
[14:19:34] Starting 'build-test'...
test/inject_annotation.test.ts(1,1): error TS6053: File '/ho…
-
-
This includes implementation of the `Resolver` class. More details available in the [Roadmap](https://github.com/inversify/InversifyJS/wiki/Roadmap) and [Architecture overview](https://github.com/inve…
-
Hey @Jameskmonger,
As discussed we should be running automated scripts prepublish to ensure breaking builds cannot be published.
For now just run `gulp test` and we will add more checks as necessary…
-
This includes implementation of the `Planner` class and `Plan` class. More details available in the [Roadmap](https://github.com/inversify/InversifyJS/wiki/Roadmap) and [Architecture overview](https:/…
-
I've probably made a mistake setting this up but the following doesn't work
## Expected Behavior
console.log();
`Ninja { _katana: Katana, _shuriken: Shuriken }`
## Current Behavior
console.log();
`N…
-
I have [added some inconclusive unit tests](https://github.com/inversify/InversifyJS/blob/master/test/inversify.test.ts#L63-L76) to the `inversify.test.ts` file.
- [x] Should be able to resolve and in…
-
More details in the [roadmap](https://github.com/inversify/InversifyJS/wiki/Roadmap).