尝试从 angular 5.2 升级到 angular 6.0.0,我们遇到以下错误:
error TS2339: Property 'do' does not exist on type 'Observable<
任何想法为什么?
我们使用的代码是
return this.httpClient.post<x>(`${environment.apiUrl}auth/x/`,
this.abcd,
httpOptions)
.do(x1 => this.subject.next(x1))