-
## Expected Behavior
The example in the Readme should work
## Current Behavior
I nearly exactly copied the example from the readme, but always got a error.
## Possible Solution
Update …
-
In native js has a type `symbol`. But You have to .ts.d specified the type `Symbol`? It's a typo?
-
We can't test an example with real proxies (#86) due to an [issue with the `--harmony-proxies` and gulp-mocha](http://stackoverflow.com/questions/35906938/how-to-enable-harmony-proxies-in-gulp-mocha).…
-
## Expected Behavior
We need to allow developers to use Tokens, Strings and Classes.
## Current Behavior
At the moment we only support strings. When we declare and injection we do:
```
@injectable(…
-
Lets say I have a factory that creates some instance of T. Now I would like to make T directly inject-able without having to inject the `IFactory` and then calling `IFactory()` to create my instance.
…
-
Hi,
Since https://github.com/inversify/InversifyJS/pull/158, I have a false positive when the base class doesn't use DI and the derieved class does.
## Expected Behavior
We should be able to exten…
-
There's no InversifyJS Stackoverflow tag yet.
Please add something to the documentation saying where users can ask questions: http://inversify.io/.
Either:
- use stackoverflow
- ask in https://gith…
-
Source `inversify.min.map` maps should be generated for `inversify.min.js`
-
Consider using node-introspect as suggested by @orzarchi at https://github.com/inversify/InversifyJS/issues/23#issuecomment-149048155
-
Hi,
I have spotted another issue related to `multiInject`. It seems that when I try to `@multiInject` an array of ninjas with only one binding (each of them needs to `@inject` a katana and a shuriken…