You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
To run the completed project in this folder, you need the following:
6
6
7
-
-[Node.js](https://nodejs.org) installed on your development machine. If you do not have Node.js, visit the previous link for download options. (**Note:** This tutorial was written with Node version 12.16.1. The steps in this guide may work with other versions, but that has not been tested.)
7
+
-[Node.js](https://nodejs.org) installed on your development machine. If you do not have Node.js, visit the previous link for download options. (**Note:** This tutorial was written with Node version 14.15.0. The steps in this guide may work with other versions, but that has not been tested.)
8
8
-[Angular CLI](https://cli.angular.io/) installed on your development machine.
9
9
- Either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account.
10
10
@@ -25,18 +25,14 @@ If you don't have a Microsoft account, there are a couple of options to get a fr
25
25
26
26
- Set **Name** to `Angular Graph Tutorial`.
27
27
- Set **Supported account types** to **Accounts in any organizational directory and personal Microsoft accounts**.
28
-
- Under **Redirect URI**, set the first drop-down to `Web` and set the value to `http://localhost:4200`.
28
+
- Under **Redirect URI**, set the first drop-down to `Single-page application (SPA)` and set the value to `http://localhost:4200`.
29
29
30
30

31
31
32
32
1. Choose **Register**. On the **Angular Graph Tutorial** page, copy the value of the **Application (client) ID** and save it, you will need it in the next step.
33
33
34
34

35
35
36
-
1. Select **Authentication** under **Manage**. Locate the **Implicit grant** section and enable **Access tokens** and **ID tokens**. Choose **Save**.
37
-
38
-

39
-
40
36
## Configure the sample
41
37
42
38
1. Rename the `oauth.ts.example` file to `oauth.ts`.
0 commit comments