angular6 想要监听页面某些事件 如 点击 window宽高 使用
@HostListener('click', ['$event.target'])onClick(btn) { console.log( btn);}
待续。