Skip to content

Commit

Permalink
Fix dead link in Angular docs (#6479)
Browse files Browse the repository at this point in the history
- Fixes #6477
  • Loading branch information
hectormmg authored Sep 18, 2023
1 parent a9af309 commit 3d8e438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-angular/docs/events.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Events in MSAL Angular

Before you start here, make sure you understand how to [initialize the application object](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/v2-docs/initialization.md).
Before you start here, make sure you understand how to [initialize the application object](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/initialization.md).

`@azure/msal-angular` uses the event system exposed by `@azure/msal-browser`, which emits events related to auth and MSAL, and can be used for updating UI, showing error messages, and so on.

Expand Down

0 comments on commit 3d8e438

Please sign in to comment.