Skip to main content
cngx-src documentation

CngxPaginatorNext

ComponentOnPushNo encapsulationv0.1.0WCAG AA

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

Import#

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

Description#

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

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

Metadata#

Relationships

Index#

Properties

Instance Properties#

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