I need to navigate to a page but have it open in a specific tab. I now how to select the tab and am doing so with this:
this.app.getRootNav().getActiveChildNav().select(3);
but this shows the root component for that tab. I need to either change the root component after I change tabs or push the page after I switch tabs.