【发布时间】:2018-05-06 00:27:42
【问题描述】:
尝试从 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))
【问题讨论】: