tycomo / ngx-ssrs-reportviewer

Simple Angular report viewer component for SQL Server Reporting Services
MIT License
52 stars 22 forks source link

Update Angular Dependencies (Angular V11) #35

Closed danisss9 closed 2 years ago

danisss9 commented 3 years ago

When running this on Angular V11 app it gives a Depedency warning:

image

You could update the package.json to support both angular versions. It seems to run fine in Angular 11.

    "@angular/animations": "~10.0.6 || ~11.0.0",
    "@angular/common": "~10.0.6 || ~11.0.0",
    "@angular/compiler": "~10.0.6 || ~11.0.0",
    "@angular/core": "~10.0.6 || ~11.0.0",
    "@angular/forms": "~10.0.6 || ~11.0.0",
    "@angular/platform-browser": "~10.0.6 || ~11.0.0",
    "@angular/platform-browser-dynamic": "~10.0.6 || ~11.0.0",
    "@angular/router": "~10.0.6 || ~11.0.0",
SergioFM98 commented 3 years ago

hey you made it work on angular11?

danisss9 commented 3 years ago

@SergioFM98 It seems to work so far in Angular 11 and 12 if you "npm install --force"