I have seen the new SideMenu + Tabs starter for Ionic 1.
Is there a version of that starter available for Ionic 2?
I have seen the new SideMenu + Tabs starter for Ionic 1.
Is there a version of that starter available for Ionic 2?
Try starting from “ionic start MyIonic2Project tutorial --v2 --ts”
tutorial template is only Tabs- There is no Side Menu.
tones411, Sidemenu and tabs starters are available for Ionic 2.
Sidemenu starter: https://github.com/driftyco/ionic2-starter-sidemenu. Didn’t manage to make it work however.
Tabs starter: https://github.com/driftyco/ionic2-starter-tabs. This one works like a charm.
@skydive, I am looking for a starter that contains both the side menu as well as the tabs.
I don’t think it currently exists.
I used this as base for my first app with these characteristics (sidemenu + tabs).
You need to see how it mounts the structure in app.js and app.html, and in the pages of the tab.
Side menu and tabs together in one project with typescript:
BR,
Any starter project using sidemenu and tabs that has been updated after beta 8/9 ? Thank you !
Once you open any of pages from toggle menu, tabs will disappear!
Is it possible to always have tab menu on, even when you open a page from toggle menu?
this project doesn’t have auto-reload
I have created a tabs and menu starter: https://github.com/Flink91/ionic2-tabs-and-menu
Another option is Ionic Super Starter which includes both the side menu and the tabs
http://blog.ionic.io/help-us-test-the-super-starter/
I wrote a tutorial on how to add FontAwesome in Ionic2 and I’m using the Super Starter Template. Works like a charm
Check this awesome starter with tabs and side menu: https://ionicthemes.com/product/ion2fullapp-full-ionic2-app-template
I liked your project but one thing these tabs and side menus are related and they are not separated. if side menus items become independent and tabs too,it is not working.
It would be really nice to see a starter that has the side menu and tabs in Ionic 3. Since you can do this with creator any plans to bring it to Ionic?
Hello!
Did you check Ion2FullApp? It’s updated to Ionic 3 and has side menu and tabs.
I went by this
Very nice