void ngOnDestroy()

Source

void ngOnDestroy() {
  if (_select != null) {
    (this._select._optionMap.containsKey(this.id) &&
        (this._select._optionMap.remove(this.id) != null || true));
    this._select.writeValue(this._select.value);
  }
}