2020-08-05 15:39:16 +01:00
|
|
|
<ion-header>
|
|
|
|
|
<ion-toolbar>
|
2020-08-11 04:11:42 +01:00
|
|
|
<ion-title>Agenda</ion-title>
|
2020-08-05 15:39:16 +01:00
|
|
|
</ion-toolbar>
|
|
|
|
|
</ion-header>
|
|
|
|
|
|
|
|
|
|
<ion-content>
|
2020-08-11 04:11:42 +01:00
|
|
|
<ion-toolbar *ngIf="!ios">
|
|
|
|
|
<ion-segment [(ngModel)]="segment">
|
|
|
|
|
<ion-segment-button value="combinada">
|
|
|
|
|
Combinada
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
<ion-segment-button value="oficial">
|
|
|
|
|
Oficial
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
<ion-segment-button value="pessoal">
|
|
|
|
|
Pessoal
|
|
|
|
|
</ion-segment-button>
|
|
|
|
|
</ion-segment>
|
|
|
|
|
</ion-toolbar>
|
|
|
|
|
|
2020-08-05 15:39:16 +01:00
|
|
|
|
2020-08-11 04:11:42 +01:00
|
|
|
<ion-fab vertical="bottom" horizontal="end" slot="fixed">
|
|
|
|
|
<ion-fab-button>
|
|
|
|
|
<ion-icon name="create"></ion-icon>
|
|
|
|
|
</ion-fab-button>
|
|
|
|
|
</ion-fab>
|
2020-08-05 15:39:16 +01:00
|
|
|
</ion-content>
|