Skip to content

Commit

Permalink
Complete subject on ngOnDestroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián David Benjuya committed Mar 9, 2021
1 parent cd4bb5f commit c345f12
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -209,6 +209,7 @@ export class LineTruncationDirective
}

ngOnDestroy() {
this._disabled$.complete();
this.disconnectMutationObserver();
this.disconnectWindowLisener();
}
Expand Down

0 comments on commit c345f12

Please sign in to comment.