Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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
3+1 =