@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`.
11 lines (10 loc) • 580 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { Options } from 'sortablejs';
import * as i0 from "@angular/core";
import * as i1 from "./sortablejs.directive";
export declare class SortablejsModule {
static forRoot(globalOptions: Options): ModuleWithProviders<SortablejsModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<SortablejsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SortablejsModule, [typeof i1.SortablejsDirective], never, [typeof i1.SortablejsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SortablejsModule>;
}