Improve agenda add-event-component by saving data on leave

This commit is contained in:
Peter Maquiran
2021-03-31 14:42:00 +01:00
parent dec8338009
commit a266908b55
6 changed files with 156 additions and 74 deletions
+1 -3
View File
@@ -15,7 +15,7 @@
<div>
<!-- Calendar is here -->
<div [ngSwitch]="segment">
<div class="calendar-container" *ngSwitchCase="'Combinada'" [style.height]="calendarHeight">
<div class="calendar-container" *ngSwitchCase="'Combinado'" [style.height]="calendarHeight">
<ion-row class="ion-justify-content-between calendar-tool-tip">
<ion-row class="ion-align-items-center">
@@ -386,10 +386,8 @@
(AproveEventEditEvent)="AproveEventEditEvent($event)"
[eventAttendees]="contacts"
>
</app-approve-event>
<app-attendee-modal
class="d-flex flex-column height-100"
*ngIf="mobileComponent.showAttendees"