-
## Version **1.0.0** of [robotlegs](https://github.com/GoodgameStudios/RobotlegsJS) just got published.
Branch
Build failing 🚨
Dependency
…
-
## Expected Behavior
While I was browsing the source code I noticed a lot of typos and spelling mistakes. Those typos should be corrected as it makes the code easier to read.
## Current Beha…
-
## Expected Behavior
Since we merged @postConstruct method decorator, it should be documented.
## Current Behavior
I cannot find documentation of @postConstruct method decorator and h…
-
I just read a brilliant article about dependency injection : https://blog.kloud.com.au/2017/03/22/dependency-injection-in-vuejs-app-with-typescript/.
Let's build an option to enable this (TypeScrip…
-
since controllers are instantiated, it would be cool to have some sort of a dependency injection (constructor injection?) to provide certain things via DI.
an example could be an instance of an elast…
-
Say I have a `Character` class with ability to have a `Weapon` and that the weapon methods for some reason need to have access to the `character` the weapon (hild) is on (ie. the parent).
How would…
-
# Description/Steps to reproduce
When a dynamic value is bound to the container, there may be different scopes to use the same instance as follows:
1. Singleton: the bound service is complet…
-
tslint changed how it enforces the no-shadowed-variable
## Expected Behavior
Should pass the travis-ci tests
## Current Behavior
Failing Travis tests
## Possible Solution
Refact…
-
Is there a way to override the bound types? For example:
```
Container.bind(AuthGuard).to(MockGuard);
...
Container.bind(AuthGuard).to(AnotherMockGuard);
```
Currently I am not able to bind …
-
I would like to "donate" [AntidoteJS](https://github.com/TypeForce/AntidoteJS) to this project. It was a quick prototype of an IoC container that works with React components without the need to define…
ghost updated
7 years ago