Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中,我有两个不同的组件 .SideNav 和 Test。这些组件包含要拖动的元素。我需要将元素从 SideNav 组件拖放到 Test 组件,反之亦然。在材料文档中,他们仅针对一个组件演示了DragDropModule 。