When using ion-segment, certain elements are not appearing ( images loaded locally in this case ).
I would like to detect that a segment has been changed to and then call a function.
I have tried: (change)="onSegmentChange(cur_segment)"
and (click)="images_segment_click"
Both in the<ion-segment>
and the <ion-segment-button>