versions:
- Angular 14.2.12
- Ionic/angular 6.5.2
So we have a root tabbed page that has three tabs. The first tab is a list of items, when you click one it has a sub/child page that has another tabbed page. From the documentation within Ionic angular routes, I have the child tabbed page as a child in the routes as specified. I’m finding if I put the route on its own and go to the route it displays the child tabbed page within the parent tabbed page which is not the desired effect we are trying to achieve. Is there an example out there that has this under Ionic/Angular?
Home Tabbed Page
- List of items Page (Tab 1)
—Child Tabbed Page
----Page 1 (Tab 1)
----Page 2 (Tab 2)
----Page 3 (Tab 3) - Another page (Tab 2)
- Another page (Tab 3)