Skip to content

Commit

Permalink
Merge pull request #1421 from oaklandcorp-jkaiser/chore/angular-18
Browse files Browse the repository at this point in the history
chore: update to ng 18
  • Loading branch information
L-X-T authored Dec 2, 2024
2 parents 0335790 + 1db94d4 commit a30a2b2
Show file tree
Hide file tree
Showing 10 changed files with 8,645 additions and 8,835 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ For using this library with **Azure Active Directory** (**Azure AD**), we recomm

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.

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

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

**Angular 16**: Use 16.x versions of this library (**should also work with older Angular versions!**).
Expand Down
53 changes: 28 additions & 25 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/sample",
"outputPath": {
"base": "dist/sample",
"browser": ""
},
"index": "projects/sample/src/index.html",
"main": "projects/sample/src/main.ts",
"polyfills": "projects/sample/src/polyfills.ts",
"polyfills": [
"projects/sample/src/polyfills.ts"
],
"tsConfig": "projects/sample/tsconfig.app.json",
"assets": [
"projects/sample/src/favicon.ico",
Expand All @@ -58,12 +62,11 @@
"node_modules/bootstrap/dist/css/bootstrap.css"
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "projects/sample/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -83,9 +86,7 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
"extractLicenses": true
}
},
"defaultConfiguration": ""
Expand Down Expand Up @@ -135,12 +136,16 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/quickstart-demo",
"outputPath": {
"base": "dist/quickstart-demo",
"browser": ""
},
"index": "projects/quickstart-demo/src/index.html",
"main": "projects/quickstart-demo/src/main.ts",
"polyfills": "projects/quickstart-demo/src/polyfills.ts",
"polyfills": [
"projects/quickstart-demo/src/polyfills.ts"
],
"tsConfig": "projects/quickstart-demo/tsconfig.app.json",
"aot": false,
"assets": [
Expand All @@ -149,12 +154,11 @@
],
"styles": ["projects/quickstart-demo/src/styles.css"],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"browser": "projects/quickstart-demo/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -170,8 +174,6 @@
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down Expand Up @@ -248,11 +250,13 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/quickstart-standalone",
"outputPath": {
"base": "dist/quickstart-standalone",
"browser": ""
},
"index": "projects/quickstart-standalone/src/index.html",
"main": "projects/quickstart-standalone/src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -264,7 +268,8 @@
"styles": [
"projects/quickstart-standalone/src/styles.css"
],
"scripts": []
"scripts": [],
"browser": "projects/quickstart-standalone/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -283,9 +288,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
20 changes: 10 additions & 10 deletions docs/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@
</ol>
<ul class="dependencies-list">
<li>
<b>@angular/animations</b> : ^17.0.7</li>
<b>@angular/animations</b> : ^18.0.7</li>
<li>
<b>@angular/common</b> : ^17.0.7</li>
<b>@angular/common</b> : ^18.0.7</li>
<li>
<b>@angular/compiler</b> : ^17.0.7</li>
<b>@angular/compiler</b> : ^18.0.7</li>
<li>
<b>@angular/core</b> : ^17.0.7</li>
<b>@angular/core</b> : ^18.0.7</li>
<li>
<b>@angular/elements</b> : ^17.0.7</li>
<b>@angular/elements</b> : ^18.0.7</li>
<li>
<b>@angular/forms</b> : ^17.0.7</li>
<b>@angular/forms</b> : ^18.0.7</li>
<li>
<b>@angular/platform-browser</b> : ^17.0.7</li>
<b>@angular/platform-browser</b> : ^18.0.7</li>
<li>
<b>@angular/platform-browser-dynamic</b> : ^17.0.7</li>
<b>@angular/platform-browser-dynamic</b> : ^18.0.7</li>
<li>
<b>@angular/router</b> : ^17.0.7</li>
<b>@angular/router</b> : ^18.0.7</li>
<li>
<b>@popperjs/core</b> : ^2.9.2</li>
<li>
Expand All @@ -82,7 +82,7 @@
<li>
<b>fast-sha256</b> : ^1.3.0</li>
<li>
<b>jsrsasign</b> : ^10.3.0</li>
<b>jsrsasign</b> : ^11.0.0</li>
<li>
<b>rxjs</b> : ^6.5.3</li>
<li>
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h2>Tested Environment</h2>
<p>At server side we&#39;ve used <strong>IdentityServer</strong> (.NET / .NET Core), Redhat&#39;s <strong>Keycloak</strong> (Java), and <strong>Auth0</strong> (Auth0 is officially supported since version 10 of this lib). For Auth0, please have a look into the respective documentation page here.</p>
<p>For using this library with <strong>Azure Active Directory</strong> (<strong>Azure AD</strong>), we recommend an additional look to this <a href="https://dev.to/yuriburger/azure-active-directory-b2c-with-pkce-for-your-angular-app-1dcg">blog post</a> and the example linked at the end of this blog post.</p>
<p>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.</p>
<p><strong>Angular 18</strong>: Use 18.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
<p><strong>Angular 17</strong>: Use 17.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
<p><strong>Angular 16</strong>: Use 16.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
<p><strong>Angular 15</strong>: Use 15.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

Loading

0 comments on commit a30a2b2

Please sign in to comment.