Skip to main content
cngx-src documentation

CngxPaginatorPrev

ComponentOnPushNo encapsulationv0.1.0WCAG AA

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

Import#

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

Description#

Previous-page segment. Disabled on the first page; calls host.previous().

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

Metadata#

Relationships

Index#

Properties

Instance Properties#

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