ap-angular-sortablejs
Version:
SortableJS for Angular 2+
13 lines • 380 B
JavaScript
import { Injectable } from "@angular/core";
var SortablejsService = (function () {
function SortablejsService() {
}
return SortablejsService;
}());
export { SortablejsService };
SortablejsService.decorators = [
{ type: Injectable },
];
/** @nocollapse */
SortablejsService.ctorParameters = function () { return []; };
//# sourceMappingURL=sortablejs.service.js.map