I need to remove sidemenu only on my login page. Otherwise remain. How it can be done? I\'m using command ionic ionic start myApp sidemenu to create the project
What you can do is define the login page without a sidemenu. Check your login page HTML template. Make sure you do not have the and elements in it. These are used on pages that need to have a sidemenu.
Your login page should look like this:
To have sidemenu on other pages, just put the sidemenu content in a parent state which in your code is the app state.
Your menu.html file: