I am trying to build an Angular(v17) application which lets the user to move around with drag and drop html elements, even between multiple browser tabs.
Similarly to what neo.mjs is capable of. (Here is a demo: https://www.youtube.com/watch?v=-L43hntj3jk)
I am currently using material cdDrag, and thinking of writing a custom angular sharedWebworker for this but it will be quite difficult if even possible.
Is there an easier way, or even a 3rd party package that which i could achive this? Or could i somehow implement neo.mjs into my angular application?
The project has to be angular (client request).
0