mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
New Services, New Login, Better things
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user