Search code examples
angulartypescriptfullcalendarangular-cliangular5

Scheduling Tasks in Angular 5


How to insert an event calendar in Angular 5 ?

After much research I found FullCalendar, but I got many problems in the implementation of my Angular project 5.

Does anyone know of something similar to FullCalendar that works in Angular CLI?

I would like to create a component that schedules tasks on certain dates, since since FullCalendar would be a great solution, I would like something similar.


Solution

  • It looks like the best-supported one for Angular 5+ is the angular-calendar. I haven't used it personally, but it is updated pretty-regularly (last release, as of this point in time, was 4 days ago). Good luck!