Top "Dragula" questions

a JavaScript library for convenient drag and drop support

Angular 7: Uncaught ReferenceError: global is not defined when adding package

I am building an Angular 7 app, and when i add a package npm install dragula --save and import this into …

node.js angular typescript dragula ng2-dragula
Angular 2 Dragula Model updating incorrectly

Working with ng2-dragula. I'm looking to update the orderNumber for every item in a database using the new dropped …

angular dragula angular-dragula ng2-dragula
Angular 2: how to conditionally apply attribute directive?

I use drag&drop via ng2-dragula. The drag&drop functionality is applied this way: <div class=…

angular drag-and-drop dragula
How to drag/drop to multiple Angular2 component using ng2-dragula

I have a Angular2 component using ng2-dragula to drag/drop like this: @Component({ selector: 'my-comp', directives: [ Dragula ], viewProviders: [ DragulaService ], …

javascript drag-and-drop angular dragula
Dragula drop in multiple divs

I implemented drag 'n' drop on my application using Dragula, but I need to set it so I can drop …

javascript jquery html drag-and-drop dragula