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 123 angular2-draggable issues
Sort by recently updated
recently updated
newest added

scale issue has fixed in draggable directive, but not in resizable directive. I have created a demo to reproduce this issue: https://stackblitz.com/edit/angular2-draggable-po9bkg steps : 1, click 'zoom out' button to...

Hi all, first of all, thanks a lot for this cool plugin! I have the following setup and the icon used to resize is not moving correctly. I defined a...

Hi, nice work. Is there an easy way to drag clone? Like here http://jsfiddle.net/DP4UR/6/ And/or call a method like resetPosition() to pickup the element at current to Mouse/Touch position? All...

I am getting an HTML file from the backend that I am displaying in angular with inner Html in a div tag. In that ngDraggable in HTML file is not...

The IResizeEvent interface is not exported within the public_api and it's thus not possible to use the interface in any of the event handlers. I've tried adding the export to...

# Steps to reproduce when I use the drag function, there are some animation divs in the content, the drag processes become very slow. ``` .drag-content { width: 100px; height:...

![Screenshot (7)](https://user-images.githubusercontent.com/40430671/70344063-79a56c00-1861-11ea-88e9-3bd5b254dd9c.png) ![Screenshot (8)](https://user-images.githubusercontent.com/40430671/70344064-7a3e0280-1861-11ea-9695-fa470b7efa37.png) ![Screenshot (9)](https://user-images.githubusercontent.com/40430671/70344065-7a3e0280-1861-11ea-986f-a9783abf8776.png)

![image](https://user-images.githubusercontent.com/31230864/69898308-a6a1dc80-1392-11ea-815e-d685e4e4314d.png) started 和 stopped无法阻止冒泡事件,导致现在子组件started/stopped会触发父组件的click

A rotatable feature could be interesting. I have created gist for a rotatable directive, you can find it here: https://gist.github.com/korn3l/66b8d182306249603c24bd07e52371e2 It needs some polishing and maybe some features (i.e. rotate...