How to set the selected value of the ng2-select
问题 I am working on angular2 application, I have use the ng2-select for the multiselect dropdown. Its working fine while creating new entry. But when trying to implement same while editing I am not able to set the default selected values pulled form database . <ng-select [initData]="aminities" (data)="refreshValue($event)" [multiple]="true" [items]="items" [disabled]="disabled"></ng-select> export class EditProjectComponent { project: ProjectModel; routeParam: RouteParams; aminities: any; private