Override any subset of the incremental-list labels
withIncrementalListAriaLabels
Functionui/collectionv0.1.0
projects/ui/collection/incremental-list-config.ts
Description#
Override any subset of the incremental-list labels. The override applies to both the visible built-in views and the live-region announcements.
provideIncrementalListConfig(
withIncrementalListAriaLabels({
empty: 'Noch nichts hier',
endReached: (total) => `Alle ${total} geladen`,
}),
);Signature#
withIncrementalListAriaLabels(payload: Partial)Parameters#
@parampayload
PartialReturns#
CngxIncrementalListConfigFeature