<ion-item class=“Task”>
<ion-label stacked>Task</ion-label>
<ion-select multiple=“false” >
<ion-option *ngFor=“let account of accountDetails$2|async” >{{account.name}}</ion-option>
</ion-select>
</ion-item>
i am able to get the value of me1 peter, me1 tom.
how do i access the value of ‘Cluster movement’?
Any help would be appreciated. Thanks