Skip to main content
cngx-src documentation

CNGX_CHIP_STRIP_ROVING_FACTORY

Tokenv0.1.0WCAG AA

InjectionToken<CngxChipStripRovingFactory>

Description#

DI token resolving the factory used to instantiate a CngxChipStripRovingController. Defaults to createChipStripRoving; override via providers: [{ provide: CNGX_CHIP_STRIP_ROVING_FACTORY, useValue: customFactory }] or per-component via viewProviders to install telemetry wrappers, a controlled-from-outside focus mode, or a custom keyboard policy without forking the reorderable component.

Symmetrical to CNGX_TREE_CONTROLLER_FACTORY / CNGX_SELECTION_CONTROLLER_FACTORY.

Type#

InjectionToken<CngxChipStripRovingFactory>

Provided in#

'root'