Side menu and tabs template

Any can give me a Side menu and tabs template?

I am looking for a this kind of template because I cannot get my app work following these 2 navigation. Check this Stackoverflow question (with 50 bounty). If someone could solve this issue I might not be needing the template.

In your app.component.ts file, set the rootPage value as

rootPage: ‘MenuPage’

and in your menu.ts file, set the rootPage value as

rootPage: ‘HomePage’ (or whatever Page you want to show in Tab).

This approach works fine for me

Not working man. :frowning: I think I am setting the new root in a wrong way. It’s been directing to http://localhost:8100/#/menu/about instead of something like http://localhost:8100/#/menu/about/about