As a new developer, I am in search of a component similar to:
But specifically for Angular 6, with all the same functionality (drag-and-drop capability, nested items, JSON structure, etc.).
I have come across some components that either lack dragging functionality or do not support nesting.
I tried using https://www.npmjs.com/package/angular-tree-component, but it relies on mobx and requires extensive code changes to adapt the JSON file format as needed.
The API provides me with a JSON response that simply needs to be displayed, with real-time updates triggering a tree reload.
(Please excuse any language errors)
Thank you