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

wrong offset if you resize and it gets outside of the boundary if you go to the top right its not same anymore

Geting x=Nan & y=Nan How do I write this so that if undefined don't use: `[position]='{x: xitem.x, y:xitem.y}'`

"dependencies": { "@angular/animations": "^5.1.1", "@angular/cdk": "^5.0.1", "@angular/common": "^5.0.0", "@angular/compiler": "^5.0.0", "@angular/core": "^5.0.0", "@angular/flex-layout": "2.0.0-beta.10-4905443", "@angular/forms": "^5.0.0", "@angular/http": "^5.0.0", "@angular/material": "^5.2.4", "@angular/platform-browser": "^5.0.0",[](url)

Typescript Error: Type 'ElementRef' is not generic. node_modules/angular2-draggable/lib/angular-resizable.directive.d.ts: constructor(el: ElementRef < HTMLElement > , renderer: Renderer2);

Hello Would it be possible to port the lockAxis attribute that appear since 2.2 version in the 1.4.x version (because I use Angular 5) ? Thanks in advance

The Draghandler don´t work. I can move the by clicking on the whole window. Here is my code: ``` {{ title }} ``` No errors in browser-console or at ng...

Hi, When I create a draggable component with the `ComponentFactoryResolver` in a `ViewContainerRef`, I have a problem with the events of the ngDraggable directive. The console tells me `this.bounds.getBoundingClientRect is...

Using angular-2 draggable, when drag the content from one position to another position then original state of draggable should be stable. Example:- suppose "drag me " content is at position...