()
| 170 | } |
| 171 | |
| 172 | ngOnDestroy() { |
| 173 | this._collection.stopObserving(); |
| 174 | } |
| 175 | |
| 176 | /** Scrolls the active cell into view. */ |
| 177 | scrollActiveCellIntoView(options: ScrollIntoViewOptions = {block: 'nearest'}) { |
nothing calls this directly
no test coverage detected