fullcalendar / fullcalendar-angular

The official Angular component for FullCalendar
https://fullcalendar.io/docs/angular
MIT License
1.08k stars 177 forks source link

Update to angular 12 #383

Closed MoAsmar closed 3 years ago

MoAsmar commented 3 years ago

Feature Requests

Migrate to latest angular version

acerix commented 3 years ago

As mentioned in the other ticket, Angular 12 is already supported, it's just the docs that need to be updated.

MoAsmar commented 3 years ago

As mentioned in the other ticket, Angular 12 is already supported, it's just the docs that need to be updated.

I can see "~11.0.2" in package.json

danj1980 commented 3 years ago

As mentioned in the other ticket, Angular 12 is already supported, it's just the docs that need to be updated.

I can see "~11.0.2" in package.json

Just thought I'd let you know, although package.json reads ~11.0.2, when I use "@fullcalendar/angular": "^5.9.0" with "@angular/core": "12.2.3"

There don't appear to be any warnings or issues.