ionic-calendar
ionic-calendar copied to clipboard
How to add title on every events in currentEvents array of ionic3-calendar-en
This was the array described in documentation. this.currentEvents = [ { year: 2019, month: 11, date: 25, }, { year: 2019, month: 11, date: 27 } ];
I want to add title in this currentEvents array. So that the calendar shows the green dots with that title of the events.
How to add titles on particular dates?