{"id":22748344,"url":"https://github.com/astegmaier/graph-playground","last_synced_at":"2026-05-19T07:35:47.965Z","repository":{"id":114751048,"uuid":"142613152","full_name":"astegmaier/graph-playground","owner":"astegmaier","description":"An example of how to authenticate and use the Microsoft Graph API in the context of an Angular application.","archived":false,"fork":false,"pushed_at":"2018-08-08T17:20:58.000Z","size":526,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T05:44:38.519Z","etag":null,"topics":["angular","azure-active-directory","azure-active-directory-graph-api","microsoft-graph-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astegmaier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-27T18:51:18.000Z","updated_at":"2018-08-09T04:47:04.000Z","dependencies_parsed_at":"2023-03-13T13:05:34.596Z","dependency_job_id":null,"html_url":"https://github.com/astegmaier/graph-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/astegmaier/graph-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astegmaier%2Fgraph-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astegmaier%2Fgraph-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astegmaier%2Fgraph-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astegmaier%2Fgraph-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astegmaier","download_url":"https://codeload.github.com/astegmaier/graph-playground/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astegmaier%2Fgraph-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274455637,"owners_count":25288557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","azure-active-directory","azure-active-directory-graph-api","microsoft-graph-api"],"created_at":"2024-12-11T03:31:36.584Z","updated_at":"2026-05-19T07:35:42.919Z","avatar_url":"https://github.com/astegmaier.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft Graph Playground\n\nYou can use this app to experiment with the [Microsoft Graph API](https://developer.microsoft.com/graph) in the context of a modern web app. It is hosted at https://graphplayground.z22.web.core.windows.net/. \n\n## Architecture\n\nThe app is based on the [Angular CLI](https://cli.angular.io/), with the [Angular Material Table Component](https://material.angular.io/components/table/overview) and some structure stolen from the [Angular + ASP.NET Core Template](https://docs.microsoft.com/en-us/aspnet/core/client-side/spa/angular). It uses [MSAL](https://github.com/AzureAD/microsoft-authentication-library-for-js) to authenticate against both consumer and business accounts.\n\nThere are two ways that it can make calls to the graph:\n\n1. Through the [Graph SDK](https://github.com/microsoftgraph/msgraph-sdk-javascript) (see `services/graph-sdk.service.ts` in the source code):\n2. Through the [angular http client](https://angular.io/guide/http) (see `services/graph.service.ts` in the source code):\n\nIt also uses the [microsoft-graph-types](https://www.npmjs.com/package/@microsoft/microsoft-graph-types) library to provide strong typing for the objects returned from the graph.\n\n## Installation Instructions\n\nPrerequisites: [NPM](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/en/), the [Angular CLI](https://cli.angular.io/), and a [git client](https://desktop.github.com/).\n\n1. Clone this repo:\n    ```\n    git clone https://github.com/astegmaier/graph-playground.git\n    ```\n2. Restore the npm packages:\n    ```\n    yarn install\n    ``` \n    or \n    ```\n    npm install\n    ```\n\n3. Now, you can build and host the app with the Angular CLI development server at http://localhost:4200 by running:\n    ```\n    ng serve\n    ```\n\nThis will allow you to tweak the app locally and experiment. If you would like to deploy your creation publicly to share with others, you can follow [these steps](deployment_steps.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastegmaier%2Fgraph-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastegmaier%2Fgraph-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastegmaier%2Fgraph-playground/lists"}