Improve Agenda save to local storage

This commit is contained in:
Peter Maquiran
2021-07-18 18:56:53 +01:00
parent c2e7ea799e
commit 9fed35f8df
9 changed files with 504 additions and 397 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
<calendar
class="calendar-component"
[eventSource]="eventSource"
[eventSource]="calendarService.eventSource"
[calendarMode]="calendar.mode"
[currentDate]="calendar.currentDate"
(onEventSelected)="onEventSelected($event)"