Angular 2 Inheritance to enable disable Ionic Menu Swipe

前端 未结 2 796
不知归路
不知归路 2020-12-29 17:02

My problem:

My application contains a menu which is swipe enabled. On login screen if I swipe I can see the menu which is not right. I want to disab

2条回答
  •  心在旅途
    2020-12-29 17:20

    Short answer : no. Inheriting a class implies that you have to call super in your constructor. If you don't want to do that, then you need to find another way of doing this.

提交回复
热议问题