angular2-draggable icon indicating copy to clipboard operation
angular2-draggable copied to clipboard

Angular directive (for version >= 2.x ) that makes the DOM element draggable and resizable

Results 125 angular2-draggable issues
Sort by recently updated
recently updated
newest added

when i use like in this image ![image](https://github.com/xieziyu/angular2-draggable/assets/40989006/b953df2a-05e5-4dfa-bf2a-d49acb9e7ecf) the child elements will added a left style, it display like that in this image ![image](https://github.com/xieziyu/angular2-draggable/assets/40989006/a32c212a-f685-4e05-af24-a0e0c0308a5b) 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?...