这个问题:
作者像这样导入ReponseContentType
:
import { HttpClient, ResponseContentType } from '@angular/common/http';
我们可以使用支持相同用例的Angular 8+中的替代方法吗?
在此文档中,最接近的替代词是HttpClient
:
https://angular.io/guide/deprecations#http
但是我没有在HttpClient
上看到常量(例如HttpClient.ResponseTypeBlob)。
IIUC,它不可用。我提出了功能要求: