ng2draggable icon indicating copy to clipboard operation
ng2draggable copied to clipboard

draggable directive for angular 2

Results 14 ng2draggable issues
Sort by recently updated
recently updated
newest added

I'm using angular cli 1.6.7 with angular 5.2 ERROR in ./node_modules/ng2draggable/draggable.directive.ts Module build failed: Error: ./node_modules/ng2draggable/draggable.directive.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig...

Hi, I can drag element anywhere in the whole page , is it possible to restrict it to a div width/height ? Regards, S.Ancelot

Hello, Thanks for this project. I have a question - I was not able to find the draggable.directive.ts file in the src/app/ ng2draggable When downloading the zip to my computer,...

Adding the error message here ``` ERROR in ./node_modules/ng2draggable/draggable.directive.ts Module build failed: Error: [...]/node_modules\ng2draggable\draggable.directive.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the...

Hi - 'ng2draggable' folder is empty and does not have the directive source file. Thanks...

ERROR in Error encountered resolving symbol values statically. Could not resolve ./ng2draggable/draggable.directive relative to D:/ng2draggable-master/src/app/app.module.ts., resolving symbol AppModule in D:/ng2draggable-master/src/app/app.module.ts, resolving symbol AppModule in D:/ng2draggable-master/src/app/app.module.ts

I get this error when I add the directive. ReferenceError: TouchEvent is not defined ![image](https://user-images.githubusercontent.com/1193640/35924463-e8f64566-0c01-11e8-93a4-b8408be2367e.png)

Following is my code, i created a new project, and it works, but in my project what i am doing it, it has error: Can't bind to 'ng2-draggable' since it...

![image](https://cloud.githubusercontent.com/assets/1580076/24567288/a85f26ba-1622-11e7-9a62-b10b530968a2.png) I am getting the above error after doing npm install of your lib. I have followed the instructions properly. Not sure if this has anything to do with me...

In my Angular 4 project, the error in the title appears. I have tried importing it into several different modules with the same result. Currently it is imported in my...