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

Angular18 #856

Merged
merged 2 commits into from
May 31, 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
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
Loading