如何修复在节点模块进度栏中导入Browserxhr的错误

时间:2019-09-07 08:55:20

标签: visual-studio

我尝试更改browserxhr的导入,但是仍然出现错误,表明browserxhr没有导出的成员

import { BrowserXhr } from '@angular/common/http';
import { NgProgress } from './progress.service';
export declare class NgProgressBrowserXhr extends BrowserXhr 
{ 
private ngProgress; private currentRequest;
constructor(ngProgress: NgProgress);
build(): any;
private done();
}

0 个答案:

没有答案