-
In the documentation you mentioned that interfaces cannot be used: https://github.com/thiagobustamante/typescript-ioc#a-note-about-classes-and-interfaces
I have not looked at the implementation det…
-
## Version **4.4.0** of [inversify](https://github.com/inversify/InversifyJS) was just published.
Branch
Build failing 🚨
Dependency
…
-
If there is a circular dependency on symbols and `@inject` is called with `undefined`, error is thrown too late — during dependency resolution from container (`container.get`).
## Expected Behavior…
-
*Problem*: components blindly access `this.gameStarter` without any regard for concrete dependencies.
*Problem*: some components have a ridiculous number of dependencies.
[InversifyJS](https://git…
-
* **Version**: 9.1.0 or higher
* **Platform**: [Travis CI build](https://travis-ci.org/inversify/InversifyJS/jobs/316498440#L8-L21)
```
Build system information
Build language: node_js
Build gr…
-
The [official vscode python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) recently experimented [some issues](https://github.com/Microsoft/vscode-python/issues/432) …
-
I understand that `reflelect-metadata` needs to be loaded once per application. However I'd like to bring this up once again and hope we could somehow find a work around for this.
Recently our [VS …
-
Looks like there's something in this extension that causes the [Microsoft Python Extension](https://github.com/Microsoft/vscode-python) to crash.
See here for confirmation and further info:
https:…
-
Hi!
Thanks for this wonderful library.
I would like to integrate mocha-testdata (https://github.com/pandell/mocha-testdata/) when using mocha-typescript. I would basically want something like th…
-
trying to inject a component as a property . works in a file. just not the other( the injected property is undefined. )
I used the example on the readme of inversifyJS. and kept adding my module fi…