Angular FormArray Drag and Drop with Reactive Forms

View code

Integrate drag and drop functionality with Angular Reactive Forms. Complex forms with FormArray controls are fully supported with automatic synchronization.

Try editing the text values and reordering the form inputs by dragging them.

The actual value of the array

	 [
  "Ankara",
  "Moscow",
  "Munich",
  "Paris",
  "Washington"
]