Premium

Angular Transfer List (Select + Move Between Two Lists)

By FrontendAtlas Editorial · Updated Jul 15, 2026

Challenge summary

Build a dual-list transfer UI in Angular. Preserve order, clear selection after transfer, disable buttons when nothing is selected, and keep the UI consistent.

What you'll practice

  • Render two lists: Top and Bottom.
  • Provide two transfer buttons between lists: "↓" moves selected Top items to Bottom; "↑" moves selected Bottom items to Top.
  • Disable "↓" when no Top items are selected; disable "↑" when no Bottom items are selected.
  • After transfer, moved items must be unselected in the destination list.
  • Preserve item order within each list (append moved items to the end of destination list).

What Premium unlocks

Premium unlocks the runnable workspace, behavioral checks, implementation walkthrough, and edge-case discussion.

Free related practice

Upgrade to FrontendAtlas Premium to unlock this challenge. Already upgraded? Sign in to continue.