Skip to main content
cngx-src documentation

provideReorderableSelectConfig

Functionforms/select/reorderable-multi-select

projects/forms/select/shared/reorderable-select-config.ts

Description#

App-wide defaults for reorder-aware select variants. provideReorderableSelectConfigAt and per-instance inputs win.

bootstrapApplication(App, {
  providers: [
    provideReorderableSelectConfig(
      withReorderKeyboardModifier('alt'),
      withReorderAriaLabel('Reorder with Alt + arrow keys'),
      withReorderStripFreeze(false),
    ),
  ],
});

Signature#

provideReorderableSelectConfig(...features: undefined)

Parameters#

@paramfeatures

Returns#

EnvironmentProviders