How to show and hide page in side menu IONIC2

I want to create side menu in ionic2 but I have no idea to show and hide value in side menu. I want to show some page in side menu before login and after login.

Before login               After login
---------                  ---------
Home                       Home
Login                      Myprofile
                           Logout

Hi

Have a look at https://github.com/driftyco/ionic-conference-app/blob/master/src/app/app.component.ts

1 Like