I'm currently working on an Angular application that includes a custom list component. This component takes in a list of items, and the component using it also utilizes a custom-list-item component with order buttons.
My main concern is how to handle order change events within the custom-list-component. What would be the most effective approach for this?
If you'd like to see the complete solution, it can be found here.
I welcome any suggestions or feedback on whether my current design for the generic list is appropriate.