-
Feature Request
-
Resolution: Won't Do
-
Minor
-
future
-
None
Currently a deployment can only have a single RoutingModule which means that if an application has many routes they all have to be in a single class.
This task should consider adding support for multiple RouteModule classes, which would enable users to split routes into separate classes.
Here is a prototype for aerogear-controller and the accompanying demo.