Hello ı have an issue it s not actually a problem but icouldnt find any solution clear
I want to do that when i checked checkbox unhide the button related element .Not all button at rows how can i do that Thanks in Advance
<ion-item no-lines *ngFor="let item of grup,let i = index" >
<ion-checkbox [checked]=sonstate (ionChange)="grubagonder(i,$event)"></ion-checkbox>
<ion-label>{{iten?.grupname}}</ion-label>
<button ion-button [hidden]=controll item-right clear danger (click)='del(i)'>
<ion-icon color="danger" name="trash"></ion-icon>
</button>