Test project for reproducing @fullcalendar/angular issue with Angular 13.
Clone the repository.
Install all dependencies:
npm installTo build the application, do:
npm run buildTo build and launch an HTTP server running the application, do:
npm startIf the build succeeds, the system browser will open http://localhost:8080/ where you can see the application running.