refactor: update to ionic v6

This commit is contained in:
Rainer Killinger
2022-03-21 11:23:07 +00:00
parent e68d1b73f9
commit edd2ccffe9
25 changed files with 401 additions and 285 deletions

View File

@@ -51,14 +51,18 @@
<stapps-single-events *ngSwitchCase="'single'"></stapps-single-events>
</div>
<ion-fab
*ngIf="fabVisible"
@fabAnimation
vertical="bottom"
horizontal="end"
slot="fixed"
>
<ion-fab-button (click)="showCreateEventModal()">
<ion-fab id="add-events-fab" vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button>
<ion-icon name="add"></ion-icon>
</ion-fab-button>
</ion-fab>
<ion-modal
trigger="add-events-fab"
swipeToClose="true"
[presentingElement]="routerOutlet.nativeEl"
>
<ng-template>
<modal-event-creator style="height: 100%"></modal-event-creator>
</ng-template>
</ion-modal>