Range mode: window (default)
Keeps exactly visiblePages buttons on screen, centered on the current page. showFirstPage / showLastPage pin the first/last page with a "…" once it scrolls out of the window — click through to page 10+ to see it.
Page 10 of 20
<gog-paginator
[(page)]="page"
[totalPages]="totalPages()"
[visiblePages]="5"
[showFirstPage]="true"
[showLastPage]="true"
/>