New Services, New Login, Better things

This commit is contained in:
Paulo Pinto
2020-08-21 16:18:37 +01:00
parent 86b3c8f039
commit ffadf6601c
15 changed files with 177 additions and 238 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ export class AgendaPage implements OnInit {
console.log(test);
const defaultEndDate = new Date();
await this.eventService.allEvents().subscribe(
await this.eventService.getAllEvents("2020-01-01","2020-12-31").subscribe(
response => {
this.eventsList = response;