Destroys the preview element and its ViewRef.
()
| 716 | |
| 717 | /** Destroys the preview element and its ViewRef. */ |
| 718 | private _destroyPreview() { |
| 719 | this._preview?.destroy(); |
| 720 | this._preview = null; |
| 721 | } |
| 722 | |
| 723 | /** Destroys the placeholder element and its ViewRef. */ |
| 724 | private _destroyPlaceholder() { |
no test coverage detected