coul you correct this sample for angular12

2 Answers 71 Views
DropDownButton
ixen
Top achievements
Rank 1
Iron
Iron
Iron
ixen asked on 14 Sep 2021, 07:31 PM

Hi,

 

Could you correct this

https://stackblitz.com/edit/angular-zmsedq?file=app/app.component.ts

Regards

2 Answers, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 17 Sep 2021, 08:21 AM

Hi Ixen,

There is an issue loading Kendo UI for Angular packages in Stackblitz projects due to errors, related to the NGCC processing. Until those are resolved, the suggested approach is to create a new Angular 12 project locally, install all required packages, and copy-paste the app.component.ts and app.module.ts files (as well as any other files, required for the demo like products.ts).

Regards,
Dimiter Topalov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Dimiter Topalov
Telerik team
answered on 17 Sep 2021, 09:44 AM

Hi,

After delving into the matter further, the problem seems to be caused by using RxJS 7, which is still not supported in Kendo UI for Angular packages, using a supported RxJS version resolves the issue:

https://stackblitz.com/edit/angular-ivy-1sa5na?file=src%2Fapp%2Fapp.component.ts

 

Regards,
Dimiter Topalov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
DropDownButton
Asked by
ixen
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Dimiter Topalov
Telerik team
Share this question
or