This commit is contained in:
Peter Maquiran
2021-07-26 15:19:03 +01:00
parent 3f007be25e
commit 85f6df2f0e
16 changed files with 852 additions and 197 deletions
@@ -27,6 +27,7 @@ export class EventListPage implements OnInit {
segment:string;
@Input() profile:string;
@Input() showComponent:string;
@Output() cloneAllmobileComponent = new EventEmitter<any>();
@Output() approveEventDismiss = new EventEmitter<any>();
@@ -55,6 +56,10 @@ export class EventListPage implements OnInit {
});
}
ngOnChanges() {
this.LoadToApproveEvents();
}
segmentChanged(ev: any) {
this.LoadToApproveEvents();
}