Skip to content

Commit

Permalink
Merge pull request #444 from almothafar/master
Browse files Browse the repository at this point in the history
Angular 17 Upgrade
  • Loading branch information
almothafar authored Sep 16, 2024
2 parents ae924fb + c4977df commit 467fe03
Show file tree
Hide file tree
Showing 13 changed files with 5,761 additions and 8,055 deletions.
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

0 comments on commit 467fe03

Please sign in to comment.