Improve calendar page

This commit is contained in:
Peter Maquiran
2021-03-18 20:02:44 +01:00
parent 1ab022018c
commit 2798d162f4
6 changed files with 315 additions and 207 deletions
@@ -55,6 +55,12 @@ export class ViewEventPage implements OnInit {
this.getAttachments();
}
ngOnChanges(changes: any): void {
this.loadEvent();
this.getAttachments();
}
close(){
console.log(this.isEventEdited);