You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Some feature modules depend on others, e.g. the
moveModule
depends on theroutingModule
.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
intofeatures
while we're at it.The text was updated successfully, but these errors were encountered: