I want to add a subpage to my tab navigation. Don’t know what I’m missing, I would appreciate any help.
-
I have created a new page
-
Added the page in
tabs.router.module
likechildren: [ ..., { path: 'new_path', outlet: 'existing_outlet', component: NewPage } ]
-
Added the new page module in
tabs.module.ts
but the new route, respectively /tabs/(existing_outlet:new_path)
, is still unresolved and I’m always forwarded to the root
Any idea?
P.S.: I have followed this example Ionic 4: Navigation inside a tab
P.S.: same as this too https://stackoverflow.com/questions/52577779/ionic-4-angular-6-nested-child-routes-in-tabs