You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemm_moe/Mohem/src/app/hmg-common/ui/circle-calendar/circle-calendar.component.html

24 lines
846 B
HTML

<calendar #slider
[monthviewEventDetailTemplate]="template"
[calendarMode]="calendar.mode"
[currentDate]="currentDateParent"
[lockSwipes]="true"
[dateFormatter]="calendar.dateFormatter"
(onTimeSelected)="onDayClicked($event)">
</calendar>
<div class="description-box">
<ion-row>
<ion-col size="4">
<div class="icon absence"></div><ion-label class="label-text">Absence</ion-label>
</ion-col>
<ion-col size="4">
<div class="icon holiday"></div><ion-label class="label-text">Holiday</ion-label>
</ion-col>
<ion-col size="4"> <div class="icon bt"></div><ion-label class="label-text">Business Trip</ion-label></ion-col>
</ion-row>
</div>
<ng-template #template let-showEventDetail="showEventDetail" let-selectedDate="selectedDate" let-noEventsLabel="noEventsLabel">
</ng-template>