Implement reactive drag and drop with Angular Signals (Angular 18+). This example uses an Angular writable signal as the sortable model, demonstrating automatic reactivity. Drag to reorder and watch the signal-backed array update instantly.
Current signal value:
[
"Angular",
"React",
"Vue",
"Svelte"
]