我在我的 angular 11 应用程序中使用 fullcalender 5。当我将新事件重新分配给日历选项时,视图中的更改不会受到影响。并且以下所有解决问题的方法都失败了:
1-我将 deepChangeDetection 道具设置为“true”。
I am using fullcalender 5 in my angular 11 application. When Im reassign new events to calendar options, changes are not affected in view. and all of following methods for solving the problem are failed:
1-我将 deepChangeDetection 道具设置为“true”。
<full-calendar deepChangeDetection="true" #fullcalendar [options]="calendarOptions">
2- 使用 callendar api 渲染,reftech 功能。
api.render(); api.refetchEvents();
3-删除所有事件并重新创建它们