Skip to content

Commit 14de410

Browse files
committed
build: update to Angular v19
1 parent b414c68 commit 14de410

22 files changed

+3682
-2136
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ Support for OAuth 2 and OpenId Connect (OIDC) in Angular. Already prepared for t
2222

2323
Successfully tested with **Angular 4.3 to Angular 16** and its Router, PathLocationStrategy as well as HashLocationStrategy and CommonJS-Bundling via webpack.
2424

25-
At server side we've used **IdentityServer** (.NET / .NET Core), Redhat's **Keycloak** (Java), and **Auth0** (Auth0 is officially supported since version 10 of this lib). For Auth0, please have a look into the respective documentation page here.
25+
On the server-side we've used **IdentityServer** (.NET / .NET Core), Redhat's **Keycloak** (Java), and **Auth0** (Auth0 is officially supported since version 10 of this lib). For Auth0, please have a look into the respective documentation page here.
2626

2727
For using this library with **Azure Active Directory** (**Azure AD**), we recommend an additional look to this [blog post](https://dev.to/yuriburger/azure-active-directory-b2c-with-pkce-for-your-angular-app-1dcg) and the example linked at the end of this blog post.
2828

2929
Also, the Okta community created some guidelines on how to use this lib with Okta. See the links at the end of this page for more information.
3030

31+
**Angular 19**: Use 19.x versions of this library (**should also work with older Angular versions!**).
32+
3133
**Angular 18**: Use 18.x versions of this library (**should also work with older Angular versions!**).
3234

3335
**Angular 17**: Use 17.x versions of this library (**should also work with older Angular versions!**).

0 commit comments

Comments
 (0)