-
HI , i update angular project, somewher my project use this libray . i found error not support angular 12 and 13 version. any Idia.
-
I have a question once an element was dropped and I'm listening on drop event within ngxDroppable for displaying a confirm popup if container's of dragged element was changed.
This popup has 2 button…
-
### Description
Only a single draggable `div` as follows:
{{i + 1}}° {{item.label}}
If an item is moved to the last position, when another item is addeded via code `this.s…
-
Hello, I am using this plugin to create a draggable page. I think this plugin is very useful.
When dragging an element in a mobile browser (e.g. Android Chrome), there is a phenomenon that the elem…
-
**Describe the bug**
Using dndDraggable on an element adds draggable="true" to it which disables text selection from all of its child elements, even though draggable="true" is redundant when a handle…
-
Hello,
After installing in Angular 15, this error occurs:
Error: node_modules/ngx-drag-drop/lib/dnd-draggable.directive.d.ts:48:92 - error TS2344: Type '{ dndDraggable: { alias: "dndDraggable"; req…
-
Are there any plans to keep up with the development of Angular?
`Package "ngx-sortablejs" has an incompatible peer dependency to "@angular/common" (requires "^11.0.0" (extended), would install "13.…
-
https://github.com/valor-software/ng2-dragula has issues with angular ^16.0.0:
```
ReferenceError: global is not defined
```
that would require an extra `polyfills.ts`, which is very uncool. a…
-
Hi,
I am not aware that how source-map-js is used in saas package but during Angular project compilation I am getting syntax error with source-map-js 1.2.1 which is installed as saas dependecy.
…
-
**I want my items that I drag and drop to berestricted in the ngx-dnd-container.**
When I drag my items outside of the container I get the following error:
```
core.js:4799 ERROR DOMException: Fail…