UNPKG

angular-sortablejs-containeroverride

Version:

This is a fork of https://github.com/SortableJS/angular-sortablejs that allows to set which parent container for sortable elements. This fixes issues with material components, such as mat-chip-list, that wrap their elements.

8 lines 302 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./src/sortablejs.directive")); __export(require("./src/sortablejs.module")); //# sourceMappingURL=index.js.map