Error in chart.component.d.ts?

2 Answers 294 Views
Charts
Evan
Top achievements
Rank 1
Evan asked on 07 Jun 2023, 10:27 PM
I just updated to 13.0.2 and get the following error in ng serve:

Error: node_modules/@progress/kendo-angular-charts/chart.component.d.ts:56:33 - error TS2307: Cannot find module '@angular/core/core' or its corresponding type declarations.

56 import { EmbeddedViewRef } from '@angular/core/core';
                                   ~~~~~~~~~~~~~~~~~~~~


These are from the last section of imports in chart.component.d.ts:

import { ZoomStartEvent } from './events/zoom-start-event';
import { SeriesComponent } from './chart/series.component';
import { EmbeddedViewRef } from '@angular/core/core';
import { DrilldownEvent } from './events/drilldown-event';
import * as i0 from "@angular/core";

2 Answers, 1 is accepted

Sort by
1
Accepted
Yanmario
Telerik team
answered on 08 Jun 2023, 09:51 AM

Hi Evan and Edi,

Thank you both for the provided feedback.

The import was fixed yesterday and available in the latest dev v13.0.3-develop.1

Please check the following article on how to obtain development builds of a package:

https://www.telerik.com/kendo-angular-ui/components/installation/development-builds/

We sincerely apologize for any inconvenience caused by the situation.

Regards,
Yanmario
Progress Telerik

As of R2 2023, the default icon type will be SVG instead of Font. See this blogpost for more information.
1
Edi Wang
Top achievements
Rank 1
Iron
answered on 08 Jun 2023, 02:04 AM

Same issue here. I created a new empty angular 16 project to confirm the issue.

Vedad
Top achievements
Rank 3
Bronze
Bronze
Iron
commented on 22 Jun 2023, 08:42 AM

Hi Yanmario, 

is it still valid that we should use Dev version? When can we expect fix to be available generally? I am working on the feature that might need to be released quite soon, and I would like to avoid working and deploying dev versions.

Thank you and regards,

Vedad

Dimiter Topalov
Telerik team
commented on 22 Jun 2023, 08:57 AM

Hello Vedad,

The fix is available in the latest official version - 13.0.3

Best regards.

Vedad
Top achievements
Rank 3
Bronze
Bronze
Iron
commented on 23 Jun 2023, 10:02 AM

Hi Dimiter, 

thank you. Updated and works. :)

 

Br

Tags
Charts
Asked by
Evan
Top achievements
Rank 1
Answers by
Yanmario
Telerik team
Edi Wang
Top achievements
Rank 1
Iron
Share this question
or