File tree 4 files changed +8013
-6590
lines changed
4 files changed +8013
-6590
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# Introduction
16
16
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.
18
18
19
19
Currently runs with:
20
20
21
- - Angular v16.1.3
22
- - Electron v25 .2.0
21
+ - Angular v17.0.8
22
+ - Electron v27 .2.0
23
23
24
24
With this sample, you can:
25
25
@@ -158,7 +158,8 @@ Please refer to [HOW_TO file](./HOW_TO.md)
158
158
- Angular 13 & Electron 18 : Branch [ angular13] ( https://github.com/maximegris/angular-electron/tree/angular13 )
159
159
- Angular 14 & Electron 21 : Branch [ angular14] ( https://github.com/maximegris/angular-electron/tree/angular14 )
160
160
- 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)
162
163
-
163
164
[ maintained-badge ] : https://img.shields.io/badge/maintained-yes-brightgreen
164
165
[ license-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
Original file line number Diff line number Diff line change 134
134
"extract-i18n" : {
135
135
"builder" : " @angular-devkit/build-angular:extract-i18n" ,
136
136
"options" : {
137
- "browserTarget " : " angular-electron:build"
137
+ "buildTarget " : " angular-electron:build"
138
138
}
139
139
},
140
140
"test" : {
You can’t perform that action at this time.
0 commit comments