()
| 218 | const viewportResize = this._viewportRuler.change(150).pipe(takeUntil(this._destroyed)); |
| 219 | |
| 220 | const realign = () => { |
| 221 | this.updatePagination(); |
| 222 | this._alignInkBarToSelectedTab(); |
| 223 | }; |
| 224 | |
| 225 | this._keyManager = new FocusKeyManager<MatPaginatedTabHeaderItem>(this._items) |
| 226 | .withHorizontalOrientation(this._getLayoutDirection()) |
no test coverage detected