[Solved] create menu with ionic 2 and angular 2


You will need to scaffold a new project with ionic2 cli using

$ionic start myApp sidemenu

which will give you the basic hamburger menu after which it is all on how you style it.

1

solved create menu with ionic 2 and angular 2