I am using a full calendar npm package using angular. I am getting the following error.
Type FullCalendarModule does not have 'ɵmod' property.
I am using a full calendar npm package using angular. I am getting the following error.
Type FullCalendarModule does not have 'ɵmod' property.
The following steps fixed the problem for me:
"scripts": { "postinstall": "ngcc" }