Implement dependency injection in core
tshemsedinov opened this issue · 1 comments
tshemsedinov commented
We need to pass application to all core modules not with aggregation (as we implemented this in v1) but with dependency injection, so we can use either global or sandbox context.
tshemsedinov commented
In this Starter Kit we will use dependency loader as a quick solution for this certain issue: #85 but DI will be implemented in https://github.com/metarhia/StarterKit