I need to start the view with elements in both list and not only in the list of available elements.
<ng2-dual-list-box [data]="items" (onAvailableItemSelected)="onAvailableItemSelected($event)" (onSelectedItemsSelected)="onSelectedItemsSelected($event)" (onItemsMoved)="onItemsMoved($event)"></ng2-dual-list-box>
I need to start the view with elements in both list and not only in the list of available elements.
<ng2-dual-list-box [data]="items" (onAvailableItemSelected)="onAvailableItemSelected($event)" (onSelectedItemsSelected)="onSelectedItemsSelected($event)" (onItemsMoved)="onItemsMoved($event)"></ng2-dual-list-box>