Angular 7 responseType がセットできない


レスポンスタイプをセットする

レスポンス全体を読ませる場合は、この様に書きます。

this.http.get(apiURL, { observe: 'response' });