We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42db95 commit 2c90c43Copy full SHA for 2c90c43
.gitignore
@@ -63,4 +63,6 @@ typings/
63
# VS Code settings
64
.vscode/
65
66
-oauth.ts
+oauth.ts
67
+
68
+AngularQuickStart.zip
qs.json
@@ -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