Skip to content

Commit 36c59b6

Browse files
committed
Update readmes
1 parent 67dd70a commit 36c59b6

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,12 @@ In this lab you will create an Angular single-page application, configured with
88

99
- [Angular Microsoft Graph tutorial](https://docs.microsoft.com/graph/tutorials/angular)
1010

11-
## Demos
12-
13-
The [Demos](demos) directory in this repository contains copies of the project that correspond to completing individual sections of the tutorial. If you just want to demo a particular section of the tutorial, you can start with the version from the previous section.
14-
15-
- [01-create-app](demos/01-create-app): Completed [Create an Angular single-page app](https://docs.microsoft.com/graph/tutorials/angular?tutorial-step=1)
1611
- [02-add-aad-auth](demos/02-add-aad-auth): Completed [Add Azure AD authentication](https://docs.microsoft.com/graph/tutorials/angular?tutorial-step=3)
17-
- [03-add-msgraph](demos/03-add-msgraph): Completed [Get calendar data](https://docs.microsoft.com/graph/tutorials/angular?tutorial-step=4)
18-
1912
## Completed sample
2013

2114
If you just want the completed sample generated by following this lab, you can find it here.
2215

23-
- [Completed project](demos/03-add-msgraph)
16+
- [Completed project](demo)
2417

2518
## Watch the Module
2619

@@ -40,6 +33,7 @@ This module has been recorded and is available in the Office Development YouTube
4033

4134
| Version | Date | Comments |
4235
| ------- | ---------------- | ------------------------------------------------ |
36+
| 1.6 | March 16, 2020 | Updated sample to latest versions |
4337
| 1.5 | June 18, 2019 | Updated readme to refreshed screencast recording |
4438
| 1.4 | May 24, 2019 | 2019Q4 content refresh |
4539
| 1.3 | May 6, 2019 | Updated AAD app registration steps |

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To run the completed project in this folder, you need the following:
66

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 10.7.0. 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 12.16.1. The steps in this guide may work with other versions, but that has not been tested.)
88
- [Angular CLI](https://cli.angular.io/) installed on your development machine.
99
- Either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account.
1010

0 commit comments

Comments
 (0)