()
| 682 | } |
| 683 | |
| 684 | ngAfterContentChecked() { |
| 685 | // Only start re-rendering in `ngAfterContentChecked` after the first render. |
| 686 | if (this._canRender()) { |
| 687 | this._render(); |
| 688 | } |
| 689 | } |
| 690 | |
| 691 | ngOnDestroy() { |
| 692 | this._stickyStyler?.destroy(); |
nothing calls this directly
no test coverage detected