This commit is contained in:
Tiago Kayaya
2020-09-07 12:01:05 +01:00
parent 15aea46f76
commit 734a78d157
11 changed files with 73 additions and 8 deletions
+2
View File
@@ -27,6 +27,7 @@
</ion-toolbar>
</ion-header>
<ion-content>
<app-cal-modal></app-cal-modal>
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
@@ -54,6 +55,7 @@
</ion-button>
</ion-col>
</ion-row>
<app-calendar></app-calendar>
<calendar
[eventSource]="eventSource"