UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

11 lines (8 loc) 411 B
import { IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxRowSelectorDirective } from './row-selectors'; export * from './row-selectors'; /* NOTE: Grid selection directives collection for ease-of-use import in standalone components scenario */ export const IGX_GRID_SELECTION_DIRECTIVES = [ IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective ] as const;