menu enable or disable functionality in ionic5

public menu: MenuController,          
this.menu.enable(true);
this.menu.enable(false);

Comments

Popular posts from this blog

push multiple data in array(select and disselect items in array)

how to active side menu in ionic3

how to add accordian to ionic project