Skip to main content
cngx-src documentation

CngxMatPaginatorAnnounceContext

Interface

projects/ui/mat-paginator/mat-paginator-bridge.directive.ts

Referenced by#

Import#

import { CngxMatPaginatorAnnounceContext } from '@cngx/ui/mat-paginator'

Description#

Context handed to CngxMatPaginator.announceLabel to build the screen-reader announcement after each page / page-size change.

Index#

Instance Properties#

Readonly

1-based index of the last item on the page, capped at total.

Readonly

1-based current page.

start#number
Readonly

1-based index of the first item on the page.

total#number
Readonly

Total item count before pagination.

totalPages#number
Readonly

Total page count (minimum 1).