You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to integrate google calendars in ng-fullcalendar but the compiler tells me this error:
ERROR in src / app / app.component.ts (23.9): error TS2322: Type '{editable: true; eventLimit: false; header: {left: string; center: string; right: string; }; go ... 'is not assignable to type' Options'.
Object literal may only specify known properties, and 'googleCalendarApiKey' does not exist in type 'Options'.
can someone help me?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to integrate google calendars in ng-fullcalendar but the compiler tells me this error:
ERROR in src / app / app.component.ts (23.9): error TS2322: Type '{editable: true; eventLimit: false; header: {left: string; center: string; right: string; }; go ... 'is not assignable to type' Options'.
Object literal may only specify known properties, and 'googleCalendarApiKey' does not exist in type 'Options'.
can someone help me?
The text was updated successfully, but these errors were encountered: