igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
13 lines (10 loc) • 461 B
text/typescript
import { IgxDragDirective, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDropDirective } from './drag-drop.directive';
export * from './drag-drop.strategy';
export * from './drag-drop.directive';
/* NOTE: Drag and drop directives collection for ease-of-use import in standalone components scenario */
export const IGX_DRAG_DROP_DIRECTIVES = [
IgxDragDirective,
IgxDropDirective,
IgxDragHandleDirective,
IgxDragIgnoreDirective
] as const;