Hey folks,
let’s say I have an application using a split pane…
Within my app.html, the split pane (left) changes depending on the navigation item - showing settings menu, or showing something different.
Now - if I would like to do now a push (NavController) from app.comonent.ts - there is no provider… How can i achive to do a push instead of setting the rootPage to something different, e.g.
I have a settings menu - if I click on settings hardware - split pane should still be visible, just the content should be pushed to some other page.
Thanks,
Oliver