I'm using ng2-dragula to drag and drop elements. I need that my drag&drop be in one direction
for example I have a menu of items and I fill my div with this items so its not logical to drag from my div to menu.
I had already found this config to keep my items in menu
this.dragulaService.setOptions('first-bag', {
copy: true,
});