Skip to content

Commit

Permalink
feat: Add support to Angular 16 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovigolo committed May 8, 2023
1 parent fb9fe9f commit f068a7e
Show file tree
Hide file tree
Showing 4 changed files with 3,298 additions and 2,160 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -52,11 +52,10 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al

| Angular | keycloak-js | keycloak-angular | Support |
| :-----: | :---------: | :--------------: | :-----------------: |
| 15.x | 18 - 21 | 13.x.x | New Features / Bugs |
| 14.x | 18 - 19 | 12.x.x | Bugs |
| 16.x | 18 - 21 | 14.x.x | New Features / Bugs |
| 15.x | 18 - 21 | 13.x.x | Bugs |
| 14.x | 18 - 19 | 12.x.x | - |
| 14.x | 10 - 17 | 11.x.x | - |
| 13.x | 18 | 10.x.x | - |
| 13.x | 10 - 17 | 9.x.x | - |

Only the latest version of Angular in the table above is actively supported. This is due to the fact that compilation of Angular libraries might be [incompatible between major versions](https://angular.io/guide/creating-libraries#ensuring-library-version-compatibility).

Expand Down

0 comments on commit f068a7e

Please sign in to comment.