Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

base64 to image angular

this.imagePath = this._sanitizer.bypassSecurityTrustResourceUrl('data:image/jpg;base64,' 
                 + toReturnImage.base64string);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #image #angular
ADD COMMENT
Topic
Name
4+2 =