Skip to content

Commit

Permalink
Angular18 (#856)
Browse files Browse the repository at this point in the history
* angular 18 boots up

* all versions up to date
  • Loading branch information
whyboris authored May 31, 2024
1 parent 84d2b4b commit 4473b55
Show file tree
Hide file tree
Showing 4 changed files with 6,188 additions and 5,322 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Main dependencies in use:

| Library | Version | Date | Comment |
| ---------------- | ------- | --------- | ------- |
| Angular | v17 | Dec 2023 | |
| Angular-CLI | v17 | Dec 2023 | |
| Electron | v27 | Dec 2023 | (internally uses Node `v18.17.1` and Chromium 118) |
| Electron Builder | v24 | Dec 2023 | |
| Angular | v18 | Jun 2024 | |
| Angular-CLI | v18 | Jun 2024 | |
| Electron | v30 | Jun 2024 | (internally uses Node `v20.11.1` and Chromium 124) |
| Electron Builder | v24 | Jun 2024 | |

- **Node**: It may be best to use the same version as _Electron_ uses internally (`v18.17.1`)
- **Node**: It may be best to use the same version as _Electron_ uses internally (`v20.11.1`)

- **Angular CLI**: not required but may be useful: [Angular CLI](https://cli.angular.io).

Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "video-hub-app:build"
"buildTarget": "video-hub-app:build"
},
"configurations": {
"dev": {
"browserTarget": "angular-electron:build:dev"
"buildTarget": "angular-electron:build:dev"
},
"production": {
"browserTarget": "angular-electron:build:production"
"buildTarget": "angular-electron:build:production"
}
}
},
Expand Down
Loading

0 comments on commit 4473b55

Please sign in to comment.