GitHub

Current errors:

TypeError: def.resolveHostDirectives is not a function or its return value is not iterable
NG0203: inject() must be called from an injection context

FullCalendar Angular 20 Example Project

This is a fully-buildable example project for FullCalendar and Angular. It was initially created with the ng new command of the Angular CLI. For a complete walkthrough, read the FullCalendar Angular Docs »

Installation

git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/angular19
npm install

Build commands

npm run build # build to a directory
npm run start # continously build, as a server

After running the npm run start command, you will be given a localhost URL that can be visited in a browser.

TODO: fix StackBlitz Problems

Unlike the Angular 17 project, this project dies in StackBlitz. Figure out why.

Read the original on github.com ↗