()
| 202 | } |
| 203 | |
| 204 | ngOnDestroy() { |
| 205 | this._collection.stopObserving(); |
| 206 | } |
| 207 | |
| 208 | scrollActiveItemIntoView(options: ScrollIntoViewOptions = {block: 'nearest'}) { |
| 209 | this._pattern.inputs.activeItem()?.element()?.scrollIntoView(options); |
nothing calls this directly
no test coverage detected