I am using the ng-fullcalender wrapper for the fullcalendar widget in my angular 5 project. The fullcalendar without the fullcalendar-scheduler plugin works fine. But when I try to extend the calendar with the fullcalendar-scheduler plugin, several 'undefined' strings appear in the title of the widget.
I am importing the fullcalendar-scheduler plugin in the component where I want to use the plugin. I use the ng-fullcalendar component at different locations in my project. Strangely when I import the fullcalendar-scheduler plugin in just one component, the described behavoir appears to every fullcalenar element in the whole project. I've also tried to import the fullcalendar-scheduler plugin in the ".angular-cli.json" in the "scripts" part. But then the chrome console says: "Uncaught TypeError: Cannot read property 'Mixin' of undefined". It also displays "ERROR TypeError: spec.class is not a constructor" which is always shown when the fullcalendar-scheduler plugin is not loaded. I've already read the following post: jQuery fullCalendar displayed undefined on title. But none of their suggestions solves my problem because ng-fullcalendar component is importing the fullcalendar not me. They also propose to include the moment package but, as you can see in my example, this has also no effect.
I've set up my configuration with the described behaviour at stackblitz: https://stackblitz.com/edit/angular-vjydy4.