How to add events on full calendar in angular

后端 未结 0 1029
闹比i
闹比i 2020-12-07 00:37

I need to add an event to a fullCalendar programmatically. I have this code:

export interface Events {
  title: string;
  date: string;
}

public calendarEven         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题