@mixuala wrote:
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/navHow 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
Posts: 1
Participants: 1