1 2 3 4 | this.http.post(`${ environment.oauthApi }/sign_in`, { email: email, password: password }, { headers: this.getAuthRequestOptions(), observe: 'response' // ここ }) |
劇ハマりしましたが、observe入れることで対応できました。
参考記事
なし