Skip to main content
cngx-src documentation

CngxPaginatorLast

ComponentOnPushNo encapsulationv0.1.0WCAG AA

projects/ui/paginator/segments/paginator-nav.component.ts

Import#

import { CngxPaginatorLast } from '@cngx/ui/paginator'

Description#

Last-page segment. Disabled on the last page; calls host.last().

https://cngxjs.github.io/cngx/examples/#/ui/paginator/paginator-parts/last/chevron

Metadata#

Relationships

Index#

Properties

Instance Properties#

core#unknown
ProtectedReadonly
createPaginatorNavCore({
  atBound: (host) => host.isLast(),
  action: (host) => host.last(),
  ariaKey: 'last',
})
glyph#unknown
ProtectedReadonly
CNGX_PAGINATOR_GLYPHS.last