mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add attendee component in gabinete digital
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
(cloneAllmobileComponent)="cloneAllmobileComponent()"
|
||||
[eventAttendees]="contacts"
|
||||
(clearContact)="clearContact()"
|
||||
(setContact)="setContact()"
|
||||
(setContact)="setContact($event)"
|
||||
|
||||
></app-new-event>
|
||||
<!-- Edit -->
|
||||
@@ -351,7 +351,7 @@
|
||||
(cloneAllmobileComponent)="cloneAllmobileComponent()"
|
||||
(clearContact)="clearContact()"
|
||||
(openAttendeesComponent)="openAttendeesComponent($event)"
|
||||
(setContact)="setContact()"
|
||||
(setContact)="setContact($event)"
|
||||
></app-edit-event>
|
||||
|
||||
<!-- View -->
|
||||
@@ -383,7 +383,7 @@
|
||||
|
||||
|
||||
<app-attendee-modal
|
||||
class="d-flex flex-column height-100"
|
||||
class="d-flex flex-column height-100"
|
||||
*ngIf="mobileComponent.showAttendees"
|
||||
[eventAttendees]="contacts"
|
||||
(closeComponent)="GoBackEditOrAdd()"
|
||||
|
||||
Reference in New Issue
Block a user