UNPKG

@maksim_m/ngx-sortablejs

Version:

This package is an Angular 2+ binding for [Sortable.js](https://github.com/RubaXa/Sortable). Supports standard arrays and Angular `FormArray`.

4 lines (3 loc) 144 B
import { InjectionToken } from '@angular/core'; import { Options } from 'sortablejs'; export declare const GLOBALS: InjectionToken<Options>;