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