This is a migrated thread and some comments may be shown as answers.

HTML5 report viewer in angular application - peer dependencies issue

6 Answers 129 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Marcin asked on 11 Apr 2018, 09:59 AM

Hello,

 

I'm trying to implement the HTML5 report viewer into my angular application. However during packages installation I get the following warnings:

npm WARN @progress/telerik-angular-report-viewer@3.18.323 requires a peer of @angular/common@^4.0.0 but none is installed. You must install peer dependencies yourself.

npm WARN @progress/telerik-angular-report-viewer@3.18.323 requires a peer of @angular/core@^4.0.0 but none is installed. You must install peer dependencies yourself.

My verions on @angular/common and @angular/core is 5.2.5. Is there any compatibility issue? What are my options now (beside downgrading angular version)?

 

Best regards,

Marcin

6 Answers, 1 is accepted

Sort by
0
Accepted
Nasko
Telerik team
answered on 16 Apr 2018, 08:34 AM
Hello Marcin,

The Telerik Angular Report Viewer is officially compatible with Angular 4 at the moment. However, you can go to your node_modules folder and modify the @progress/telerik-angular-report-viewer/package.json file as desired:

"peerDependencies": {
    "@angular/common": "^4.0.0", // modify
    "@angular/core": "^4.0.0", // modify
    "jquery": "^3.2.1",
    "rxjs": "^5.0.1"
  },

We are going to release a version of the viewer officially compatible with Angular 5 in the next major release of the product.

Regards,
Nasko
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Marcin
Top achievements
Rank 1
answered on 16 Apr 2018, 08:43 AM
Thank you very much for your response. Can you tell me approximately when the new major version is going to be released?
0
Nasko
Telerik team
answered on 16 Apr 2018, 08:46 AM
Hi Marcin,

We are aiming for a mid-May release of Telerik Reporting R2 2018.

Regards,
Nasko
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Paul
Top achievements
Rank 1
answered on 11 Sep 2018, 05:10 PM

HI there

Can you tell me if the latest release will be or is already compatible with Angular v6 ?

Regards
Paul

0
Marcin
Top achievements
Rank 1
answered on 12 Sep 2018, 07:41 AM

Hi Paul,

All I can say at the moment is that the mentioned mid-May release of Telerik Reporting R2 2018 is compatibile with Angular 5.

That's the version that I used and I don't know how the compability between newer versions looks like.

0
Silviya
Telerik team
answered on 12 Sep 2018, 12:31 PM
Hi Paul and Marcin,

We support Angular 6 version applications - for more information about the project setup and example check Angular6 application working with local resources (without any CDNs) KB article.

Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Marcin
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Marcin
Top achievements
Rank 1
Paul
Top achievements
Rank 1
Silviya
Telerik team
Share this question
or