每次打开时,Ionic @HostListener都会重复

时间:2019-02-27 19:42:01

标签: angular ionic-framework

Im使用离子4.4.0。

主机监听器应该打开并关闭我的页面,但是有时,我关闭页面并再次打开它,然后得到两个主机监听器实例。

请帮助。 这是我调用hostListener的方式:

 @HostListener('document:keydown', ['$event'])
      handleKeyboardEvent(event: KeyboardEvent) {
    //your code here
 }

0 个答案:

没有答案