尝试使用Angular材质拖放时出现错误

时间:2020-03-05 14:01:20

标签: javascript angular angular-material drag-and-drop

在尝试拖放时遇到的错误是“低”:

zone-evergreen.js:172未捕获的TypeError:无法读取属性 '_startReceiving'未定义

zone-evergreen.js:651未处理的承诺拒绝:无法读取 未定义的属性'_stopReceiving';区域:任务: 然后承诺;值:TypeError:无法读取属性“ _stopReceiving” 的未定义

ts文件:

drop(event: CdkDragDrop<string[]>, source, iTabId) {
    moveItemInArray(event.container.data, event.previousIndex, event.currentIndex);
}

任何帮助将不胜感激。

0 个答案:

没有答案