Skip to content

Commit 2ec1cec

Browse files
misc/ Upgrade to Angular 17 & Electron 27
1 parent 0c38c03 commit 2ec1cec

File tree

4 files changed

+8013
-6590
lines changed

4 files changed

+8013
-6590
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
# Introduction
1616

17-
Bootstrap and package your project with Angular 16 and Electron 25 (Typescript + SASS + Hot Reload) for creating Desktop applications.
17+
Bootstrap and package your project with Angular 17 and Electron 27 (Typescript + SASS + Hot Reload) for creating Desktop applications.
1818

1919
Currently runs with:
2020

21-
- Angular v16.1.3
22-
- Electron v25.2.0
21+
- Angular v17.0.8
22+
- Electron v27.2.0
2323

2424
With this sample, you can:
2525

@@ -158,7 +158,8 @@ Please refer to [HOW_TO file](./HOW_TO.md)
158158
- Angular 13 & Electron 18 : Branch [angular13](https://github.com/maximegris/angular-electron/tree/angular13)
159159
- Angular 14 & Electron 21 : Branch [angular14](https://github.com/maximegris/angular-electron/tree/angular14)
160160
- Angular 15 & Electron 24 : Branch [angular15](https://github.com/maximegris/angular-electron/tree/angular15)
161-
- Angular 16 & Electron 25 : (main)
161+
- Angular 16 & Electron 25 : Branch [angular16](https://github.com/maximegris/angular-electron/tree/angular16)
162+
- Angular 17 & Electron 27 : (main)
162163
-
163164
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
164165
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

angular.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"extract-i18n": {
135135
"builder": "@angular-devkit/build-angular:extract-i18n",
136136
"options": {
137-
"browserTarget": "angular-electron:build"
137+
"buildTarget": "angular-electron:build"
138138
}
139139
},
140140
"test": {

0 commit comments

Comments
 (0)