UNPKG

ng-reorder

Version:

Sort elements within a list by using drag-n-drop interface without any restrictions by direction

9 lines (8 loc) 292 B
import { ElementRef } from '@angular/core'; export declare class DragRejectorDirective { private _parent; private _host; constructor(_parent: any, _host: ElementRef); /** @returns true if the rejector is equal to an element */ is(element: HTMLElement): boolean; }