'nested drag&drop library for Angular 13+

Please suggest a library which gives me Drag&Drop feature for my app written in Angular 13. Requirements:

  • actively supported (I upgrade Angular ASAP)
  • need to offer nested components functionality, ie. I should be able to drop something into already dropped component (container) - creating hierarchy of components
  • support for typescirpt is nice-to-have

So far I've been using ngx-dnd> They've upgraded dependencies to support Angular 13 but it was quite recently (2022-01-19) and there is not much changes in a last year.

The drag-and-drop directives in angular/cdk are great but I need nested DnD containers.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source