Parse Image from Microsoft Graph API
问题 After i looked up the www, stackoverflow and youtube, i couldn't find an concrete answer about, how to fetch an image correctly from: https://graph.microsoft.com/beta/me/photo/$value in TypeScript/JavaScript. The solution is really easier as i thought. You just need this an additional information in your GET Request: responseType: ResponseContentType.ArrayBuffer 回答1: The complete solution looks like this: import { DomSanitizer } from "@angular/platform-browser"; import { Http, Headers,