ObaidUrRehman / ng-drag-drop

Drag & Drop for Angular - based on HTML5 with no external dependencies. :tada:
MIT License
239 stars 123 forks source link

Plunker demo malfunctioning #130

Open Tiaryn opened 6 years ago

Tiaryn commented 6 years ago

The plunker demo is broken. Shown error by plunker:

Error {stack: null, originalErr: Error, constructor: Object} stack: null originalErr: Error \<constructor>: "Error" name: "Error" \<constructor>: "Error" name: "Error"

Plunker builds and shows demo.

ObaidUrRehman commented 6 years ago

Looks like something is wrong with Plunkr. Anyway, Plunkr is old school. I am going to move the demo to StackBlitz very soon.

Here is a temporary StackBlitz for you to try: https://stackblitz.com/edit/ng-dd-optimized

FirstVertex commented 5 years ago

I made this Stackblitz based on original Plunker demo:

https://stackblitz.com/edit/ng-drag-drop77

@ObaidUrRehman Can you please update doc to point to Stackblitz since Plunkr been dead for awhile now.