ditox icon indicating copy to clipboard operation
ditox copied to clipboard

Dependency injection for modular web applications

Results 7 ditox issues
Sort by recently updated
recently updated
newest added

You have `bindMultivalue` utill implemented and it's cool. But is there any way to implement multi factories that can traverse parent container also? Use case is the following: A system...

enhancement

Hi I bound a factory with a "scoped" scope in the parent container. When I get a factory by token from the child container, then the factory is bound to...

bug

Hi, I added a new scope. I need a scope to create a factory that allows access in child containers, and it can also be overridden

A module with "scoped" scope must bind its dependant modules from "imports" with "scoped" scope by default, not "singleton". Current behaviour with "singleton" default scope leads to binding dependant modules...

bug

Related to #38 and #37 - I decided to try to use a new container type - "scope" instead of introducing new factory scope - "main". @chartyom Please check it....