Skip to content

Commit 9fed287

Browse files
feat: keycloak-angular v16 (#571)
* Feat: Angular v.18 update. (#563) (#567) * feat: changes in angular v18, update keycloak v25 --------- Co-authored-by: Philippe Gibert <philippe.gibert@gmail.com>
1 parent 5016db8 commit 9fed287

8 files changed

Lines changed: 4450 additions & 16856 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Known Vulnerabilities][vulnerabilities-badge]][vulnerabilities]
77
[![npm version][npm-version-badge]][npm]
88
[![npm][npm-badge]][npm]
9-
[![Discord][discord-badge]][discord]
109
<!-- prettier-ignore-end -->
1110

1211
> Easy Keycloak setup for Angular applications.
@@ -52,8 +51,9 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al
5251

5352
| Angular | keycloak-js | keycloak-angular | Support |
5453
| :-----: | :---------: | :--------------: | :-----------------: |
55-
| 17.x | 18 - 24 | 15.x.x | New Features / Bugs |
56-
| 16.x | 18 - 24 | 14.x.x | Bugs |
54+
| 18.x | 18 - 24 | 16.x.x | New Features / Bugs |
55+
| 17.x | 18 - 24 | 15.x.x | Bugs |
56+
| 16.x | 18 - 24 | 14.x.x | - |
5757
| 15.x | 18 - 21 | 13.x.x | - |
5858
| 14.x | 18 - 19 | 12.x.x | - |
5959
| 14.x | 10 - 17 | 11.x.x | - |
@@ -258,8 +258,8 @@ keycloakService.keycloakEvents$.subscribe({
258258
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
259259

260260
<!-- prettier-ignore -->
261-
|[<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br />|[<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/jonkoops)<br />|
262-
| :---: | :---: |
261+
| [<img src="https://avatars3.githubusercontent.com/u/676270?v=4" width="89px;"/><br /><sub><b>Mauricio Vigolo</b></sub>](https://github.com/mauriciovigolo)<br /> | [<img src="https://avatars1.githubusercontent.com/u/695720?s=400&v=4" width="89px;"/><br /><sub><b>Jon Koops</b></sub>](https://github.com/https://github.com/jonkoops)<br /> |
262+
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
263263

264264
<!-- ALL-CONTRIBUTORS-LIST:END -->
265265

@@ -281,6 +281,4 @@ document.
281281
[npm-badge]: https://img.shields.io/npm/dm/keycloak-angular?logo=npm&logoColor=fff
282282
[npm]: https://www.npmjs.com/package/keycloak-angular
283283
[contributors-badge]: https://img.shields.io/badge/all_contributors-5-orange
284-
[discord-badge]: https://img.shields.io/discord/790617227853692958?color=7389d8&labelColor=6a7ec2&logo=discord&logoColor=fff
285-
[discord]: https://discord.gg/mmzEhYXXDG
286284
<!-- prettier-ignore-end -->

angular.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@
4949
"prefix": "app",
5050
"architect": {
5151
"build": {
52-
"builder": "@angular-devkit/build-angular:browser",
52+
"builder": "@angular-devkit/build-angular:application",
5353
"options": {
54-
"outputPath": "dist/example",
54+
"outputPath": {
55+
"base": "dist/example"
56+
},
5557
"index": "projects/example/src/index.html",
56-
"main": "projects/example/src/main.ts",
5758
"polyfills": ["zone.js"],
5859
"tsConfig": "projects/example/tsconfig.app.json",
5960
"assets": [
@@ -62,7 +63,8 @@
6263
],
6364
"allowedCommonJsDependencies": ["base64-js", "js-sha256"],
6465
"styles": ["projects/example/src/styles.css"],
65-
"scripts": []
66+
"scripts": [],
67+
"browser": "projects/example/src/main.ts"
6668
},
6769
"configurations": {
6870
"production": {
@@ -81,9 +83,7 @@
8183
"outputHashing": "all"
8284
},
8385
"development": {
84-
"buildOptimizer": false,
8586
"optimization": false,
86-
"vendorChunk": true,
8787
"extractLicenses": false,
8888
"sourceMap": true,
8989
"namedChunks": true

0 commit comments

Comments
 (0)