I'm trying to display an image that is secured with help of OAuth in Nativescript.
<Image src="url-to-secured-image"></Image>
So I need to add the jwt token to the header in some way in the request. I looked around and found angular-img-http-src. But this is not for Angular2. Isn't this supported by default in Angular2 in some way?