标签: angular drag-and-drop angular-material drag cdk
我想为div实现拖动功能。 div位于覆盖面板(如警报消息)中,我需要将其拖动到屏幕的其余部分。 (例如,我需要拖动警报消息div。)
答案 0 :(得分:1)
其中一种方法是使用Angular Material DragDropModule。
DragDropModule
查看官方文档stackblitz示例: https://run.stackblitz.com/api/angular/v1?file=app%2Fcdk-drag-drop-connected-sorting-example.ts