Nav is a standalone component for loading arbitrary components and pushing to new components on to the stack. Unlike RouterOutlet, Nav is not tied to a particular router. Meaning that if we load a Nav component, and push other components to the stack, they will not affect the apps overall router. https://ionicframework.com/docs/api/nav
How do you use this component together with angular routing? For example, how would you add html markup to push a page/module from ion-menu. I can’t find any examples with markup
I’m looking for this to. My use case is use the normal angular routing between my standard pages/components and use ion-nav to implement an in page wizard where I want to keep the state all in one component.