Angular prevent external library to trigger change detection

前端 未结 0 1034
感动是毒
感动是毒 2021-02-09 16:03

I understand that when Angular finds this code in a component

    @HostListener(\'window:keyup\')
    handler(event) { ... }

it attaches handler

相关标签:
回答
  • 消灭零回复
提交回复
热议问题