()
| 136 | } |
| 137 | |
| 138 | ngOnDestroy(): void { |
| 139 | this._isDestroyed = true; |
| 140 | this.destroyed.next(); |
| 141 | this.destroyed.complete(); |
| 142 | this.inlineHandle?.remove(); |
| 143 | this.overlayRef?.dispose(); |
| 144 | } |
| 145 | |
| 146 | protected abstract getInlineHandleCssClassName(): string; |
| 147 |