标签: angular
我试图滚动到TS文件中的特定元素,但没有任何内容。
代码
@ViewChild('viewBox') viewBox: ElementRef; zoomIn() { this.viewBox.nativeElement.scrollTo(this.viewBox.nativeElement.offsetHeight / 2, 0) }