Path-segregated routing

You may want to develop a self-contained module that you can then drop in to an existing application; you may even want to path-segregate it.

In such cases, you will want to use a different router instance, which has a huge number of ramifications:

These tasks can be accomplished by writing your own factories, but that means a lot of extra code, and the potential for the factories to go out-of-sync with the official factories for these services. What should you do?

We provide details on how to accomplish these scenarios elsewhere: