Did you ever get multiple router-outlets working? I’m trying to do the same thing and it generally just starts complaining that the route couldn’t be matched (I’m using app-routing to specify the outlet, and also trying the code-first router.navigate method)
I use the angular outlet-router as a workaround but I loose the history for the back button. When can we expect a fix on this ?
Anybody has a tips to avoid this ?
Thanks
While waiting for auxiliary routes to work properly in Ionic, as a workaround for anyone getting here - I am using ModalController and/or PopoverController to show my arbitrary modal components wrapped into own modal service.