I am working on a project where I have a variable containing a base64 encoded string that I need to decode and display in an HTML template. Currently, I am utilizing Angular 2 with TypeScript for this task.
Can anyone recommend a good library for encoding/decoding base64 in Angular 2/TypeScript? Additionally, I am also interested in options for creating an image from the decoded string.
Any suggestions would be greatly appreciated. Thanks!