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'.
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?