Home > Net >  In Angular, how would you move a component in the dom?
In Angular, how would you move a component in the dom?

Time:12-11

Started to learn Angular, so this might have a simple answer :)

Without getting to code specific. I'm looking for help, getting in the right direction.

Working on a little shoppinglist application. The point is, when you found something at the grocery store, you click on the item and it move down in a "found items region of the page" enter image description here

You can do not only vertical drag&drop, but horizontal as well if you change the direction with the option:

direction:'horizontal'
  • Related