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 »
bash
git clone https://github.com/fullcalendar/fullcalendar-examples.git
cd fullcalendar-examples/angular12
npm install
bash
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.
To get this example working within a monorepo, the following hack was added. It can be safely removed if you're not using a monorepo.
angular.json
, added "preserveSymlinks": true
in two placespackage.json
, added "preact": "^10.0.5"