I'm working in ionic2 , here i'm having a login page and on it will redirect to a side menu with swipe tabs page**HomePage output home.html**. I've used **this.nav.push('HomePage')**to redirect from login page to home page. But I'm not getting the menu icon, it disappears and back icon is showing up.
Can anyone help me out?