()
| 160 | } |
| 161 | |
| 162 | ngOnDestroy() { |
| 163 | this._focusMonitor.stopMonitoring(this._elementRef); |
| 164 | this._sort.deregister(this); |
| 165 | this._renderChanges?.unsubscribe(); |
| 166 | |
| 167 | if (this._sortButton) { |
| 168 | this._ariaDescriber?.removeDescription(this._sortButton, this._sortActionDescription); |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | /** Triggers the sort on this sort header and removes the indicator hint. */ |
| 173 | _toggleOnInteraction() { |
nothing calls this directly
no test coverage detected