Angular 2 - Submodule routing and nested <router-outlet>
I'm looking for a solution with Angular 2 for the scenario explained below: In this scenario, the top-nav contains links to load submodules and sub-nav has links to update the submodule's contents. The URLs should map as: /home => loads the home page in main component router outlet /submodule => loads the submodule in the main component router outlet and by default should show the submodule's home page and sub navbar /submodule/feature => loads the feature inside the submodule's router outlet The app module (and app component) contains a top navbar to navigate to different submodules and the