romain-cambonie / taxi-client

MIT License
1 stars 0 forks source link

Move planning providers from root to planning feature #26

Open marc-gavanier opened 1 year ago

marc-gavanier commented 1 year ago

Since there is nothing injected for planning providers that requires a root level configuration, there is no need to expose providers to root and inject them in application routing module. Planning providers should be declared in planning feature instead and injected in planning feature module.