in my app.html
<ion-menu id="myMenu"[content]="content">
in home.ts
in the constructructor i defined
this.menuuCtrl.enable(false ,'myMenu');
its working
but i need to display based on userlogin
in my app.html
<ion-menu id="myMenu"[content]="content">
in home.ts
in the constructructor i defined
this.menuuCtrl.enable(false ,'myMenu');
its working
but i need to display based on userlogin