I'm getting the below data which is a jpeg image in response body. Below is a screen shot of the response.
When i do type of res._body, it is a string. How can i convert it base64 string so I can render the image in browser, or is there an easier/another way to solve this. This is a part of angular app I'm building.