I am using the below code and i am not getting id when i am clicking.
<button ion-item (click)="goToDrivePage()" *ngFor="let eventNames of eventType.events">
{{eventNames.id}}
</button>
any body help me to get id in the function?