I'm using HttpClient whit GET method and the responseType is setted to 'arraybuffer', and I need to get Headers Response because some values needed for me are in the Header.
Asked
Active
Viewed 924 times
2
-
I think this post might address your problem: https://stackoverflow.com/questions/48184107/read-response-headers-from-api-response-angular-5-typescript?rq=1 – Harry Whitehouse Sep 24 '18 at 04:37
-
thank you, I need to set observe option to 'response'. – Mr. Gamarra Sep 24 '18 at 04:43