Improve Attendees component for agenda

This commit is contained in:
Peter Maquiran
2021-03-29 13:12:35 +01:00
parent 2606235a09
commit 28dc0f3e22
6 changed files with 126 additions and 36 deletions
+5 -12
View File
@@ -380,22 +380,15 @@
>
</app-approve-event>
<app-attendees
class="d-flex flex-column height-100"
*ngIf="mobileComponent.showAttendees"
(openAttendeeModal)="openAttendeeModal()"
[eventAttendees]="contacts"
(openAddEvent)="openAddEvent($event)"
(GoBackEditOrAdd)="GoBackEditOrAdd()"
>
</app-attendees>
<app-attendee-modal
class="d-flex flex-column height-100"
*ngIf="mobileComponent.showAttendeeModal"
*ngIf="mobileComponent.showAttendees"
[eventAttendees]="contacts"
(openAttendeesComponent)="openAttendeesComponent($event)"
(openAddEvent)="openAddEvent()"
(GoBackEditOrAdd)="GoBackEditOrAdd()"
>
</app-attendee-modal>