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

is it possible to drage out browser windows.

I'm trying to get a basic bounds setup to work with Angular v7.1.0 but cant seem to keep the draggable within bounds. ``` Frame ```

还有请问rzStop绑定事件返回的参数中,position{top: ?,left: ?}指的是相对第一次位置的偏移位置吗?不太理解。

Handle Drag is not working when parents' node use *ngIf please help to fix this issue

I just made a very simple project following your guide using the version 1.4.2. What I've noticed is that I can't always drag the div. The code is simple: `Drag...

When inBounds is false, it is possible for users to drag items completely off the screen such that they cannot be dragged back on. A more desirable behavior would be...

I can't get it to work in lazy loaded modules. https://stackblitz.com/edit/ngdraggable-lazy-load

Have the latest version of 2.1.5, when resizing an element in IE, the rzResizing event doesn't display the position > left correctly. I am returned with a NaN. Please help...

First of all, thanks for implementing resize, I hated using the old angular-resize package which clashed with yours. I'm having a bug both with resize and drag, that relates to...

When adding ngDraggable to a resizable div with a containment, after moving the div the resize bounds are off (goes outside the containment).