()
| 212 | } |
| 213 | |
| 214 | ngOnDestroy() { |
| 215 | clearTimeout(this._fallbackTimer); |
| 216 | this._eventCleanups?.forEach(cleanup => cleanup()); |
| 217 | this._dirChangeSubscription.unsubscribe(); |
| 218 | } |
| 219 | |
| 220 | /** Sets up the transition events. */ |
| 221 | private _bindTransitionEvents() { |