Route notification fixed

This commit is contained in:
Eudes Inácio
2021-06-18 11:08:55 +01:00
parent 0a9544f26a
commit 24954f184e
6 changed files with 47 additions and 178 deletions
+1
View File
@@ -1176,6 +1176,7 @@ export class AgendaPage implements OnInit {
// open component
async viewEventDetail(eventId:any) {
console.log('View event '+eventId)
this.router.navigate(['/home/agenda', eventId, 'agenda']);
/* console.log(this.profile);
@@ -74,7 +74,7 @@ export class ViewEventPage implements OnInit {
}
ngOnInit() {
/* console.log(this.eventId); */
console.log('Notifi teste '+this.eventId);
this.loadEvent();
this.getAttachments();