A Simple and Lightweight Pagination component for Angular Applications
Options
id: Use unique id when multiple paginations are being used on the same page
maxSize: (Default: 5) Limit number for pagination size
rotate: (Default: true) Whether to keep the current page in the middle of the visible ones
boundaryLinkNumbers: (Default: false) Whether to always display the first and last page numbers. If max-size is smaller than the number of pages, then the first and last page numbers are still shown with ellipses in-between as necessary. NOTE: max-size refers to the center of the range. This option may add up to 2 more numbers on each side of the displayed range for the end value and what would be an ellipsis but is replaced by a number because it is sequential
forceEllipses: (Default: false) Also displays ellipses when rotate is true and maxSize is smaller than the number of pages