Hello how do I make the first ion-segment-button selected on page load
here is my code
<ion-segment [(ngModel)]="notifications">
<ion-segment-button class="segebutton" id="btn1" value="all">
All
</ion-segment-button>
<ion-segment-button class="segebutton" id="btn2" value="mentions">
Mentions
</ion-segment-button>
</ion-segment>