void ngOnDestroy()

Source

void ngOnDestroy() {
  if (this._subscription != null) {
    this._dispose();
  }
}