angular2-draggable
angular2-draggable copied to clipboard
Angular directive (for version >= 2.x ) that makes the DOM element draggable and resizable
When applying ngDraggable to a , a transform: translate(0px, 0px) is added to the , which messes with the display of the border when using Chrome 69+. This displays as...
Downloaded the latest version of the library (2.1.3) and found that my application does not build anymore. I get the following error. `ERROR in No NgModule metadata found for 'AppModule'.`...
how can i handle click event with ngDraggble ?
Let’s say we have the list of items: * Item1 * Item2 * Item3 The list is rendered from the array `[1,2,3]` using `*ngFor` directive. Each item is draggable and...
position: {x: number, y: number}, 如果要设置position的x、y为百分比的话,number类型就不再合适了,在JavaScript中一般用string来表示百分比值
It would be great if you could add some more configuration options to the resizable directive: - min/max element height in px - resizing step in px ... when I...
this directive is awesome. i wanna know that how to set the position value dynamically. thanks
hello  i have a problem with the position if i add dynamically a new draggable element, the position of the old elements change(in my exemple the element 1 "pompe...
Hi Team, I am using V1.1.0 for angular2. While using with ngDraggable with model, then it is disabling model component like textbox, dropdown. Means, i am able to see textbox...
### **Drag not working under this scenario:** Drag Me Here span is not child of div.Drag is working only when the handler is child.