StickNitro / ngx-fullcalendar

An Angular wrapper for the https://fullcalendar.io module
MIT License
11 stars 14 forks source link

v4: change `events` property type to support JSON feed #8

Open StickNitro opened 5 years ago

StickNitro commented 5 years ago

The events property is currently typed to a Array<EventObject> which potentially restrict usage to only and array, this should support JSON feed, function and google calendar as per the FullCalendar docs

This is related to query raised in #7