我已经按照https://update.angular.io/#7.2:8.0l3的指示从我的项目中删除了rxjs-compat。从现在开始,我在ng服务过程中遇到了这个错误:
../node_modules/rxjs/Rx.d.ts:1:15 - error TS2307: Cannot find module 'rxjs-compat'.
export * from 'rxjs-compat';我也有
Property 'catch' does not exist on type 'Observable<HttpEvent<any>>'.
.catch((err: HttpErrorResponse) => {我应该怎么做才能解决这个问题?我的package.json里有"primeng":"9.1.2","rxjs":"6.6.0“
https://stackoverflow.com/questions/62696838
复制相似问题