Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 17 Upgrade #444

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [17.0.0] Major Update

- Upgraded to support Angular 17

## [16.0.0] Major Update

- Upgraded to support Angular 16
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,18 @@
"options": {},
"configurations": {
"production": {
"browserTarget": "demo:build:production"
"buildTarget": "demo:build:production"
},
"development": {
"browserTarget": "demo:build:development"
"buildTarget": "demo:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo:build"
"buildTarget": "demo:build"
}
},
"test": {
Expand Down
6 changes: 3 additions & 3 deletions docs/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.901520b0bc658fc0.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.e8841466fd1dacf6.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/polyfills.67c02135087f8394.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills.6e60621d187352ce.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/styles.61cf7eda6c4eaf2a.css

This file was deleted.

1 change: 1 addition & 0 deletions docs/styles.a6281feb279fd1cf.css

Large diffs are not rendered by default.

Loading