diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9826bb..4f295df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [17.0.0] Major Update
+
+- Upgraded to support Angular 17
+
## [16.0.0] Major Update
- Upgraded to support Angular 16
diff --git a/angular.json b/angular.json
index 36de90c..2a4c2b4 100644
--- a/angular.json
+++ b/angular.json
@@ -114,10 +114,10 @@
"options": {},
"configurations": {
"production": {
- "browserTarget": "demo:build:production"
+ "buildTarget": "demo:build:production"
},
"development": {
- "browserTarget": "demo:build:development"
+ "buildTarget": "demo:build:development"
}
},
"defaultConfiguration": "development"
@@ -125,7 +125,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
- "browserTarget": "demo:build"
+ "buildTarget": "demo:build"
}
},
"test": {
diff --git a/docs/3rdpartylicenses.txt b/docs/3rdpartylicenses.txt
index a96b164..0393413 100644
--- a/docs/3rdpartylicenses.txt
+++ b/docs/3rdpartylicenses.txt
@@ -5,7 +5,7 @@ MIT
MIT
The MIT License
-Copyright (c) 2023 Google LLC.
+Copyright (c) 2024 Google LLC.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -39,7 +39,7 @@ MIT
MIT
The MIT License
-Copyright (c) 2023 Google LLC.
+Copyright (c) 2024 Google LLC.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -287,7 +287,7 @@ zone.js
MIT
The MIT License
-Copyright (c) 2010-2023 Google LLC. https://angular.io/license
+Copyright (c) 2010-2024 Google LLC. https://angular.io/license
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/docs/index.html b/docs/index.html
index 496cfbf..7e9c598 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -6,8 +6,8 @@