-
## Version **2.3.0** of [@types/sinon](https://www.npmjs.com/package/@types/sinon) just got published.
Branch
Build failing 🚨
Dependency
…
-
## Version **3.2.0** of [gulp-typescript](https://github.com/ivogabe/gulp-typescript) just got published.
Branch
Build failing 🚨
Dependency
…
-
Typescript now use string enums in 2.4.
What do you think about using them to index the concrete types?
```
export const Types = {
RestClient: "RestClient",
XHRInstance: "XHRInstance"…
-
I am not sure whether this is a bug or if I do not understand the use case correctly. I tried to use classes for dependency injection as documented here: https://github.com/inversify/InversifyJS/blob/…
-
getConstrucotorMetadata
https://github.com/inversify/InversifyJS/blob/master/src/planning/metadata_reader.ts#L6
gagle updated
7 years ago
-
Using bindings from a component in an app.
- [ ] Acceptance test / example how to export bindings and import them into an `Application`
-
Hi,
I am currently trying to inject loggers in different classes. I am using log4js. My problem is the following:
I would like to categorize each injected logger the name of the target class (th…
-
I would love to use this in my project. But it seems to blow up when im trying to install it
- I am using webpack
- I have TypeScript 2.3
- I am using react
- My @Types folder is inside a top …
-
## Version **5.8.0** of [tslint](https://github.com/palantir/tslint) was just published.
Branch
Build failing 🚨
Dependency
tslint…
-
In https://github.com/inversify/InversifyJS#installation
You say we need to add lib "dom", while inversifyJS should work with node.js. Is that lib really needed? If yes, why is it?