Ionic v4 Mixing Sidemenu and Tabs

Hello everyone!

I was wondering if someone has been able to mix both a sidemenu and tabs in an ionic v4 app yet. If you have any pointers or anything, that’d be greatly appreciated. Here’s a link to what I have so far as a sample app/code. https://github.com/dually8/IonicV4-SidemenuTabs

Thanks!

I was able to figure it out, finally. IDK if it’s the best way of doing things or not, but the lazy loading of the module/having two different routers didn’t seem to work. If anyone has any success with any other way of doing this (i.e. using lazy loading), I’d very much like to hear how you accomplished this. In the meantime, if you’re like me and just need a starting point, I hope the git repo in the initial post helps you out. <3