FullCalander, Angular 17 type errors

16 Views Asked by At

I'm a bit stuck. I'm attempting to use FullCalander 6.1.11 with Angular 17. I'm using node 18.18.2.

I'm receiving several type errors on ng serve compiles. The imports in bold are not found. If I add '/' to /core/, this quiets this compile error. Why would this happen?

import { DatePointApi, ViewApi, EventApi, EventChangeArg, Duration, EventDropArg, PluginDef } from '@fullcalendar/core';

0

There are 0 best solutions below