mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve
This commit is contained in:
@@ -337,6 +337,7 @@
|
||||
[selectedDate]="eventSelectedDate"
|
||||
(onAddEvent)="openAddEventDismiss($event)"
|
||||
(openAttendeesComponent)="openAttendeesComponent($event)"
|
||||
(cloneAllmobileComponent)="cloneAllmobileComponent()"
|
||||
[eventAttendees]="contacts"
|
||||
(clearContact)="clearContact()"
|
||||
(setContact)="setContact()"
|
||||
|
||||
@@ -33,7 +33,6 @@ export class EditEventComponent implements OnInit {
|
||||
|
||||
@Output() cloneAllmobileComponent = new EventEmitter<any>();
|
||||
@Output() openAttendeesComponent = new EventEmitter<any>();
|
||||
@Output() setContact = new EventEmitter<any>();
|
||||
|
||||
constructor(
|
||||
private modalController: ModalController,
|
||||
@@ -79,7 +78,7 @@ export class EditEventComponent implements OnInit {
|
||||
{
|
||||
|
||||
this.openAttendeesComponent.emit();
|
||||
|
||||
|
||||
this.clearContact.emit();
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ export class NewEventPage implements OnInit {
|
||||
@Output() openAttendeesComponent = new EventEmitter<any>();
|
||||
@Output() clearContact = new EventEmitter<any>();
|
||||
@Output() GoBackEditOrAdd = new EventEmitter<any>();
|
||||
@Output() cloneAllmobileComponent = new EventEmitter<any>();
|
||||
|
||||
minDate: string;
|
||||
|
||||
@@ -91,7 +92,7 @@ export class NewEventPage implements OnInit {
|
||||
}
|
||||
}
|
||||
close(){
|
||||
this.GoBackEditOrAdd.emit();
|
||||
this.cloneAllmobileComponent.emit();
|
||||
this.clearContact.emit();
|
||||
}
|
||||
save(){
|
||||
|
||||
Reference in New Issue
Block a user