Skip to content

Commit 7d2c896

Browse files
authored
Update quickstart-v2-angular.md
1 parent 0999ec6 commit 7d2c896

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/active-directory/develop/quickstart-v2-angular.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
108108
> > [!TIP]
109109
> > To find the values of **Application (client) ID**, **Directory (tenant) ID**, and **Supported account types**, go to the app's **Overview** page in the Azure portal.
110110
111-
For more information about available configurable options, see [Initialize client applications](msal-js-initializing-client-applications.md).
111+
For more information about available configurable options, see [Initialize client applications](msal-js-initializing-client-applications.md).
112+
113+
You can find the source code for the MSAL.js library in the [AzureAD/microsoft-authentication-library-for-js](https://github.com/AzureAD/microsoft-authentication-library-for-js) repository on GitHub.
112114
113115
>[!div class="sxs-lookup" renderon="portal"]
114116
>#### Step 3: Run the project
@@ -138,12 +140,8 @@ After the browser loads the application, select **Login**. The first time you st
138140
139141
## Next steps
140142
141-
To learn how to sign in a user and acquire tokens, see the Angular tutorial:
143+
Next, learn how to sign in a user and acquire tokens in the Angular tutorial:
142144
143145
> [!div class="nextstepaction"]
144146
> [Angular tutorial](https://docs.microsoft.com/azure/active-directory/develop/tutorial-v2-angular)
145147
146-
For documentation, FAQ, issues, and more, browse through the MSAL repo:
147-
148-
> [!div class="nextstepaction"]
149-
> [MSAL.js GitHub repo](https://github.com/AzureAD/microsoft-authentication-library-for-js)

0 commit comments

Comments
 (0)