mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.73k stars 868 forks source link

Facing issues in migrating my app from angular 7 to 12 #1499

Closed Zen-Rahul closed 3 years ago

Zen-Rahul commented 3 years ago

I suppose to upgrade my app from angular version 7 to 12. In angular 7 the calendar is working fine but after merging my changes in angular 12 I am facing many issue related to angular calendar.

I have pasted my dependencies details below:

"@angular/animations": "^12.2.3", "@angular/cdk": "^12.2.3", "@angular/common": "^12.2.0", "@angular/compiler": "^12.2.0", "@angular/core": "^12.2.0", "@angular/forms": "^12.2.0", "@angular/localize": "^12.2.0", "@angular/material": "^12.2.3", "@angular/material-moment-adapter": "^12.2.0", "@angular/platform-browser": "^12.2.0", "@angular/platform-browser-dynamic": "^12.2.0", "@angular/router": "^12.2.0", "@types/underscore": "^1.11.2", "angular-calendar": "^0.28.27", "angular-font-awesome": "^3.1.2", "angularx-flatpickr": "^6.6.0", "bootstrap": "^5.0.2", "calendar-utils": "^0.2.3",

And the errors I am getting are 👍

  1. Property 'getDayViewHourGrid' does not exist on type 'CalendarUtils'.
  2. Property 'eventRows' does not exist on type 'WeekView'
  3. Property 'getDayViewHourGrid' does not exist on type 'CalendarUtils'.
  4. Module '"calendar-utils"' has no exported member 'WeekViewEvent'.

and many more such issues are there related to calendar utils

matts-bot[bot] commented 3 years ago

This issue has been closed automatically as it did not follow the issue template, please open a new issue that follows the bug report or feature request template.

If you would like to submit a support issue or get a faster reply, please consider sponsoring me.

Thank you! ✌️