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

npm install [email protected] --save Below ERROR : ERROR in node_modules/angular2-draggable/lib/angular-resizable.directive.d.ts(81,21): error TS2315: Type 'ElementRef' is not generic. ---- I'm using angular version Angular CLI: 1.7.4 Node: 8.9.4 OS: win32 x64...

Currently, I'm using ng2-Dragula lib for this but I want to change it to your lib, in Dragula, we have something called Bags and we use that to rearrange a...

It would be great if there was a function for resizeable to set width and height of a component. Something similar to position in draggable that sets the x and...

enhancement

This is my first ever issue-report. Sorry if it is not appropriate for whatever reason. As far as I can tell, If any ancestor of the div you are trying...

bug

First of all, Really thanks for a good library and options provided. i want to know how we can implement the re-sizable feature on angular material dialog?

Let's say I have an array of list of fruits: ['Mango,'Apple','Orange'] When I drag them and console logs the array after dragging has stopped using (stopped) event, the original list...

It would be nice to have a "ngDroppable" directive which could be put on div elements, enabling them to be valid areas where a "ngDraggable" element can be dropped into....

Hi I'm using NgbModal in Angular4 application. for that modal popup drag and drop, we are using angular2-draggable. it is working fine for simple "div" and it is not working...

Could you please include the css used in the examples? It makes it easier to know if I need to do cursor:move on dragable elements or if that is done...