Sz2013
Sz2013

Reputation: 366

Installing FullCalendar in Angular

I am quite confused about installation of Fullcalendar In Angular 8. I have followed the fullcalendar site and installed the package under @fullcalendar (using npm install --save @fullcalendar/angular etc) However as I was looking for a particular requirement came across some examples that installs the fullcalendar under 'fullcalendar' folder whereas previous one was '@fullcalendar' . SO anyone you has used FullCalendar in Angular project, can you please share your experience and which approach was successful. As I followed the first approach and tried to have a modal on dateclick(), it doesn't recognizes modal and gives error. SO in order to make it successful, please share the approach that you have been happy with.

Moreover if it is the later approach how do i install 'list' ,'daygrid' etc ? Thanks

Upvotes: 0

Views: 942

Answers (1)

Jap Evans
Jap Evans

Reputation: 1127

This has specific instructions https://fullcalendar.io/docs/angular for angular along with plugins.

Also, I am using PrimeNg full calendar which internally uses Fullcalendar plugin. Refer https://www.primefaces.org/primeng/showcase/#/fullcalendar

Upvotes: 1

Related Questions