Function: useScrollToTop()
useScrollToTop(
smooth?):void
Defined in: src/infrastructure/viewport/viewport.service.ts:171
Scrolls to the top of the page.
Parameters
smooth?
boolean = true
Whether to use smooth scrolling (default: true).
Returns
void