You could do it like this: <button (click)="scroll(target)"></button> <div #target>Your target</div>. and then in your component:
確定! 回上一頁