()
| 658 | } |
| 659 | |
| 660 | ngOnInit() { |
| 661 | this._setupStickyStyler(); |
| 662 | |
| 663 | this._viewportRuler |
| 664 | .change() |
| 665 | .pipe(takeUntil(this._onDestroy)) |
| 666 | .subscribe(() => { |
| 667 | this._forceRecalculateCellWidths = true; |
| 668 | }); |
| 669 | } |
| 670 | |
| 671 | ngAfterContentInit() { |
| 672 | this._viewRepeater = |
nothing calls this directly
no test coverage detected