Uncomment all method that use k2 service

This commit is contained in:
Peter Maquiran
2021-04-21 14:27:55 +01:00
parent 7d882d3a11
commit ef1c260f77
9 changed files with 98 additions and 63 deletions
@@ -41,12 +41,12 @@ export class EventListPage implements OnInit {
}
// this.LoadToApproveEvents();
this.LoadToApproveEvents();
this.router.events.forEach((event) => {
if(event instanceof NavigationEnd && event.url == this.router.url) {
// this.LoadToApproveEvents();
this.LoadToApproveEvents();
}
});