Open gauravshri12 opened 6 years ago
Using this below superb component. In this i need to show some default items in Destination LustBox.
https://czeckd.github.io/angular-dual-listbox/demo/
Add the default items to the destination array.
Not working: let selectedList:Array = [ { key: 26, station: 'Hermosa', state: 'CO' }, { key: 27, station: 'Rockwood', state: 'CO' }, { key: 28, station: 'Tacoma', state: 'CO' } ] this.confirmedStations = selectedList;
Using this below superb component. In this i need to show some default items in Destination LustBox.
https://czeckd.github.io/angular-dual-listbox/demo/