Igx-calendar not working in Angular 14 version. #12110
swapnilahirwar28
started this conversation in
General
Replies: 3 comments
-
@swapnilahirwar28 , we can't see your code. Could you please try to paste it or attach it again? |
Beta Was this translation helpful? Give feedback.
0 replies
-
<article class="calendar-wrapper">
<igx-calendar
(selected)="onSelection($event)"
selection="multi"></igx-calendar>
</article> This is the code |
Beta Was this translation helpful? Give feedback.
0 replies
-
@swapnilahirwar28 , please check this sample https://stackblitz.com/edit/angular-kkbukj?file=src/app/calendar-sample-5/calendar-sample-5.component.ts - it seems to work fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
For questions, please use the
Discussions
tab of the repository!This is my code in previous angular and it's working fine :-
But why is it not working in angular 14 version??
Beta Was this translation helpful? Give feedback.
All reactions