This commit is contained in:
tiago.kayaya
2021-04-26 16:44:49 +01:00
parent 759e555392
commit 703de3a14d
10 changed files with 97 additions and 30 deletions
@@ -8,11 +8,11 @@
</div>
</div>
<ion-toolbar>
<ion-segment [(ngModel)]="segment">
<ion-segment [(ngModel)]="segment" (ionChange)="segmentChanged($event)">
<ion-segment-button value="expediente">
Expediente
</ion-segment-button>
<ion-segment-button value="pendentes" (click)="notImplemented()">
<ion-segment-button value="pendentes">
Pendentes
</ion-segment-button>
</ion-segment>