Angular full calendar is not displaying
Arathy-sivan opened this issue · 1 comments
Arathy-sivan commented
I am facing a problem, the full calendar is not displaying..
my html is,
<p-fullcalendar [events]="events"
[options] ="calendarOptions"
[defaultView]="dayGridMonth"
[plugins]="calendarPlugins"
I didn't get anything in the screen, can you please help me to solve this problem??
acerix commented
If this is a question, please refer to the support page and use Stack Overflow for help. If this is a bug, please supply a runnable, stripped-down demonstration.