NetanelBasal
8/21/2017 - 10:21 AM

tooltip-angular8.ts

@HostListener('mouseout')
mouseout() {
  this.destroy();
}

destroy() {
  this.componentRef && this.componentRef.destroy();
  this.componentRef = null;
}

ngOnDestroy() {
  this.destroy();
}