core icon indicating copy to clipboard operation
core copied to clipboard

I have converted my angular application from 15 to 16, getting library (angular-progress-http) which declares ProgressHttpModule is not compatible

Open vinohd694 opened this issue 1 year ago • 0 comments

I have converted my application to angular 16 from angular 15, getting error when given command npm start related to import { ProgressHttpModule } from 'angular-progress-http'; package. I do not see any red lines(error) in the vscode related to package but in terminal it shows error. I have tried npm install again by deleting node_module and package-lock.json but didnt work. Any solution would be appreciated.

I do have latest version of anular-progress-http included(1.0.0). And I dont have any errors or red lines in other files or dependent one, but i get this error only in terminal when given npm start.

vinohd694 avatar Jun 18 '23 12:06 vinohd694