azam / fullcalendar-resource

Extends FullCalendar agenda day view with resource columns
http://azam.io
MIT License
11 stars 4 forks source link

[V4] Resource View #10

Open ganySA opened 5 years ago

ganySA commented 5 years ago

Hi

In version 4.0 when i try import the resource core in angular using:

import '@fullcalendar/resource-common';

All my imports in my angular component as follows:

import { Calendar } from '@fullcalendar/core';
import momentPlugin from '@fullcalendar/moment';
import {toMoment } from '@fullcalendar/moment';
import dayGridPlugin from '@fullcalendar/daygrid';
import timeGridPlugin from '@fullcalendar/timegrid';
import listGridPlugin from '@fullcalendar/list';
import '@fullcalendar/resource-common';
import resourceTimeGridPlugin from '@fullcalendar/resource-timegrid';
import resourceDayGridPlugin from '@fullcalendar/resource-daygrid';
import momentTimezonePlugin from '@fullcalendar/moment-timezone';

It seems to break the entire calendar - multiple typescript compilation errors etc.