Skip to content

Commit

Permalink
Feature: Angular v.17 update. (#527)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Shuy <daniel_shuy@hotmail.com>
  • Loading branch information
mauriciovigolo and daniel-shuy committed Nov 20, 2023
1 parent f91be3d commit 3f40105
Show file tree
Hide file tree
Showing 11 changed files with 8,916 additions and 6,221 deletions.
29 changes: 10 additions & 19 deletions .all-contributorsrc
Expand Up @@ -3,9 +3,7 @@
"projectOwner": "mauriciovigolo",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
Expand All @@ -14,56 +12,49 @@
"name": "Jon Koops",
"avatar_url": "https://avatars1.githubusercontent.com/u/695720?s=400&v=4",
"profile": "https://github.com/jonkoops",
"contributions": [
]
},
"contributions": []
},
{
"login": "frederikprijck",
"name": "Frederik Prijck",
"avatar_url": "https://avatars0.githubusercontent.com/u/2146903?v=4",
"profile": "https://github.com/frederikprijck",
"contributions": [
]
"contributions": []
},
{
"login": "jmparra",
"name": "jmparra",
"avatar_url": "https://avatars1.githubusercontent.com/u/980278?v=4",
"profile": "https://github.com/jmparra",
"contributions": [
]
"contributions": []
},
{
"login": "marcelnem",
"name": "Marcel Német",
"avatar_url": "https://avatars2.githubusercontent.com/u/6547340?v=4",
"profile": "https://github.com/marcelnem",
"contributions": [
]
"contributions": []
},
{
"login": "mauriciovigolo",
"name": "Mauricio Gemelli Vigolo",
"avatar_url": "https://avatars3.githubusercontent.com/u/676270?v=4",
"profile": "https://github.com/mauriciovigolo",
"contributions": [
]
"contributions": []
},
{
"login": "aelkz",
"name": "Raphael Alex Silva Abreu",
"avatar_url": "https://avatars3.githubusercontent.com/u/14264577?v=4",
"profile": "https://github.com/aelkz",
"contributions": [
]
"contributions": []
},
{
"login": "sharebear",
"name": "Jonathan Share",
"avatar_url": "https://avatars2.githubusercontent.com/u/161351?s=460&v=4",
"profile": "https://github.com/sharebear",
"contributions": [
]
}
"contributions": []
}
]
}
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -52,8 +52,9 @@ Note that `keycloak-js` is a peer dependency of Keycloak Angular. This change al

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

Expand Down
6 changes: 3 additions & 3 deletions angular.json
Expand Up @@ -95,18 +95,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "example:build:production"
"buildTarget": "example:build:production"
},
"development": {
"browserTarget": "example:build:development"
"buildTarget": "example:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "example:build"
"buildTarget": "example:build"
}
},
"test": {
Expand Down

0 comments on commit 3f40105

Please sign in to comment.