答案 0 :(得分:2)
您可以将 drag n drop 库与angular4一起使用,它可以提供您所需的内容。
import {DndModule} from 'ng2-dnd';
答案 1 :(得分:2)
ngx-dnd一个是好的https://github.com/swimlane/ngx-dnd
这是一个演示https://swimlane.github.io/ngx-dnd/
npm i @swimlane/ngx-dnd --save
然后将NgxDnDModule
添加到您的应用程序模块