ngOnDestroy()

in src/app/main/main.component.ts [236:238]


  ngOnDestroy() {
    this.cmDebouncerSub.unsubscribe();
  }