angular2-draggable
angular2-draggable copied to clipboard
Angular directive (for version >= 2.x ) that makes the DOM element draggable and resizable
when i use like in this image  the child elements will added a left style, it display like that in this image  when i delete left style ,it...
Hey, First of all thanks for the amazing feature :) much appreciated. I'm working on an application that includes input elements that accept both in Right-to-left type languages (such as...
Hi @xieziyu I neen a new event rzBeforeStart. The event should occur at the very begining of resize process. I try to customize Angular Material dialog to make it resizable....
Hi @xieziyu I need the use of **smart guides and multiple drags** with your awesome library in our one project. This will be a great help for my work. For...
As stated in the title, let's say that we have a div that will conditionally render and that div has [rzAspectRatio]="true". Once the condition is met and the div is...
rzMaxHeight does not stop resize on the max height when both rzMaxHeight and rzMaxWidth exist. The problem is simple to replicate: Lets say we have 1000x1000 container and rzMaxHeight and...
Hello, i am developing an application with multiple draggable objects that are in within of a div element with #myBounds that look like this : ``` ``` the children have...
Values passed as strings will cause extremely erratic dragging on first drag `` Same values passed as int/float will cause normal behavior `` This is tricky to debug when using...
The library is working fine till Angular 9. Once I updated to Angular 10 and above , the resizeable/draggable element moves away/disappears from the position it normally should be whenever...
Is there any way to get the absolute position of the mouse as I drag the item around. I only have offset positions, so I can't ascertain my absolute position?...