Skip to content

Commit 2c90c43

Browse files
committed
Added quickstart config
1 parent f42db95 commit 2c90c43

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ typings/
6363
# VS Code settings
6464
.vscode/
6565

66-
oauth.ts
66+
oauth.ts
67+
68+
AngularQuickStart.zip

qs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"sourceDirectory": "./demos/03-add-msgraph",
3+
"exampleConfigFile": "./graph-tutorial/src/oauth.ts.example",
4+
"configFile": "oauth.ts",
5+
"archiveFile": "AngularQuickStart.zip",
6+
"zipReadMe": "./README.md"
7+
}

0 commit comments

Comments
 (0)