akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
838 stars 251 forks source link

More of a Question #209

Open robertsmith2 opened 7 years ago

robertsmith2 commented 7 years ago

Is there a way to have dynamically soratable components and somehow persist that sorted order in the class to be saved to a database? I is straight forward when looping over an array of values but not so much with the components. Any help would be amazing

<component-one></component-one>
<component-two></component-two>
<component-three></component-three>