I have variable with base64 encoded string and I would like to decode it and after that, displayed it in a HTML template. I am using Angular 2 with typescript.
So I am looking for some base64 encode/decode library for Angular2/Typescript and some options to create an image from decoded string.
Thanks
encode/decodein base64 javascript'sbtoa()/atob()methods would be enough, to generate a QR codeangularhad this third party component but support forangular2still seems under consideration