Problem
We have a reusable library of Angular components, most are GUI based, but not all
We want to create a way so all the available components are shown on the left aside in a list, and be able to drag them to an area that will represent our new component which contains those components. The new component is created as a container of the others.
To get started we ignore the styling in the new component.
Any ideas on how to do this?
Top comments (4)
I would suggest Angular elements
angular microfronted is called. Each component can have its own version of angular or writen in another framework...
Thanks Saul, I'll take a look.
Are you trying to make a drag and drop site/component creator that generates the code?
Yes. I already have the component library. 80% of code would be in components