sprotty icon indicating copy to clipboard operation
sprotty copied to clipboard

Manage feature module dependencies explicitly

Open JanKoehnlein opened this issue 6 years ago • 0 comments

Some feature modules depend on others, e.g. the moveModule depends on the routingModule.

We should make that explicit and simplify the composition of the DI container, e.g. by automatically sorting modules or automatically including dependent feature modules. Maybe we should even check for cycles.

We should also move graph into features while we're at it.

JanKoehnlein avatar Feb 08 '19 11:02 JanKoehnlein