This commit is contained in:
tiago.kayaya
2021-03-26 12:14:33 +01:00
parent 7b3770ce3d
commit 540c830666
5 changed files with 105 additions and 58 deletions
@@ -31,7 +31,7 @@
<div class="content-details">
<ion-label>
<p>{{customDate}}</p>
<p>das {{loadedEvent.StartDate | date: 'HH:mm'}} às {{loadedEvent.EndDate | date: 'HH:mm'}}</p>
<p>das {{loadedEvent.StartDate}} às {{loadedEvent.EndDate}}</p>
<p *ngIf="!loadedEvent.IsRecurring">(Não se repete)</p>
<p *ngIf="loadedEvent.IsRecurring">Repete</p>
</ion-label>