Skip to content

Commit

Permalink
Feat: Angular v.18 update. (#563) (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
giboow authored Jun 16, 2024
1 parent d477a1f commit 74f2df6
Show file tree
Hide file tree
Showing 6 changed files with 5,727 additions and 7,369 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@
---

- [About](#about)
- [Installation](#installation)
- [Setup](#setup)
- [Example project](#example-project)
- [AuthGuard](#authguard)
- [HttpClient Interceptor](#httpclient-interceptor)
- [Keycloak-js Events](#keycloak-js-events)
- [Contributors](#contributors)
- [License](#license)
- [Keycloak Angular](#keycloak-angular)
- [About](#about)
- [Installation](#installation)
- [Versions](#versions)
- [Choosing the right keycloak-js version](#choosing-the-right-keycloak-js-version)
- [Setup](#setup)
- [Example project](#example-project)
- [AuthGuard](#authguard)
- [HttpClient Interceptor](#httpclient-interceptor)
- [Keycloak-js Events](#keycloak-js-events)
- [Contributors](#contributors)
- [License](#license)

---

Expand Down Expand Up @@ -52,8 +55,9 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al

| Angular | keycloak-js | keycloak-angular | Support |
| :-----: | :---------: | :--------------: | :-----------------: |
| 17.x | 18 - 24 | 15.x.x | New Features / Bugs |
| 16.x | 18 - 24 | 14.x.x | Bugs |
| 18.x | 18 - 24 | 16.x.x | New Features / Bugs |
| 17.x | 18 - 24 | 15.x.x | Bugs |
| 16.x | 18 - 24 | 14.x.x | - |
| 15.x | 18 - 21 | 13.x.x | - |
| 14.x | 18 - 19 | 12.x.x | - |
| 14.x | 10 - 17 | 11.x.x | - |
Expand Down
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/example",
"outputPath": {
"base": "dist/example"
},
"index": "projects/example/src/index.html",
"main": "projects/example/src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "projects/example/tsconfig.app.json",
"assets": [
Expand All @@ -62,7 +63,8 @@
],
"allowedCommonJsDependencies": ["base64-js", "js-sha256"],
"styles": ["projects/example/src/styles.css"],
"scripts": []
"scripts": [],
"browser": "projects/example/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -81,9 +83,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 74f2df6

Please sign in to comment.