I’m working on the migration of an app with 20 screens.
We build a custom router at this time, and I have some difficulties to do the same thing with the Angular one (it’s possible, but not easy)
So, I would like to keep our legacy router as a first step, but I’m stuck with the TabBar that seem to require the new router.
Ideally, I would have like being able to use the a ion-nav inside each tab, but I don’t see how I can do that.
I realize I can use the TabBar for the GUI, and connect it to my own like below.
It’s probably not the best implementation, but It seem to work for now, until I had time to migrate completely to Angular Router.