The sortable component represents a list of items, with ability to sort them or move to another container via drag&drop. Input collection isn't mutated by the component, so events ngModelChange, onChange are using new collections.

The easiest way to add the sortable component to your app (will be added to the root module)

ng add ngx-bootstrap  --component sortable