Skip to content

Commit

Permalink
Update Angular Samples README.md (#7143)
Browse files Browse the repository at this point in the history
Fix typo in Angular Samples README.md

Co-authored-by: Thomas Norling <[email protected]>
  • Loading branch information
joshhhz and tnorling authored Jun 13, 2024
1 parent 1b0fc20 commit 152785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/msal-angular-v3-samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- This sample does not use the `MsalRedirectComponent`, but subscribes to `handleRedirectObservable` in the App Component. See our doc on [redirects](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/docs/redirects.md) for more information.
- `PathLocationStrategy`: This sample uses the `PathLocationStrategy` for routing. See [Angular docs](https://angular.io/guide/router#locationstrategy-and-browser-url-styles) for more details.

- [Angular 18 Standalone Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular17-standalone-sample)
- [Angular 18 Standalone Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular18-standalone-sample)
- **NOTE:** This sample uses the RC version of Angular 18, and will be updated once Angular 18 is released.
- This sample demonstrates how to use Msal Angular with Angular's standalone components.
- This sample uses the new Angular 18 application builder, but **does not** demonstrate use of server-side and prerendering capabilities. See [Angular's docs](https://angular.io/guide/esbuild) for more details.
Expand Down

0 comments on commit 152785d

Please sign in to comment.