Ionic routing without tabs?

Hello, is there any possibility to make ionic routing without tabs?
Because i cannot find good explanation maybe someone can show me example project that will rout without tabs ?
Or just give me advice how to make it :wink:
Thanks a lot for answers.

Have a look at Angulars ui-router.
Itยดs basically the same then the ionic way to manage states. You could also start a new project with a sidemenu, or the blank starter package with the Ionic CLI. Theres complete code for routing without tabs.

Could you give ma a command for starting that project?:slight_smile:

You can use the CLI to scaffold out a project or mess around with our codepens to get a better understanding of things

http://codepen.io/ionic/pen/tcIGK

1 questionn can i put left menu into div and load dynamically content to other div?