如何在 angular 中拖动和重新排序内容
How to drag and reorder content in angular
我有 5 个不同的内容。我想在同一行中拖动并重新排序。我如何在 angular 2、4、5 或 6 中执行此操作。如果有人知道,请帮助我执行此操作。
此库包含所有拖放功能 ng2-dragula,and this the demo
我在用这个包,很有用,主题不错(尤其是Material)
here the package
我能找到并最终解决我的任务的最好的包是 https://github.com/SortableJS/ngx-sortablejs
我有 5 个不同的内容。我想在同一行中拖动并重新排序。我如何在 angular 2、4、5 或 6 中执行此操作。如果有人知道,请帮助我执行此操作。
此库包含所有拖放功能 ng2-dragula,and this the demo
我在用这个包,很有用,主题不错(尤其是Material) here the package
我能找到并最终解决我的任务的最好的包是 https://github.com/SortableJS/ngx-sortablejs