File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Bootstrap and package your project with Angular 9 and Electron 8 (Typescript + S
15
15
16
16
Currently runs with:
17
17
18
- - Angular v9.1.11
19
- - Electron v9.0.4
18
+ - Angular v10.0.2
19
+ - Electron v9.0.5
20
20
- Electron Builder v22.7.0
21
21
22
22
With this sample, you can :
@@ -27,7 +27,7 @@ With this sample, you can :
27
27
28
28
/!\ Hot reload only pertains to the renderer process. The main electron process is not able to be hot reloaded, only restarted.
29
29
30
- /!\ Angular 9 .x CLI needs Node 10.13 or later to work correctly.
30
+ /!\ Angular 10 .x CLI needs Node 10.13 or later to work correctly.
31
31
32
32
## Getting Started
33
33
@@ -91,7 +91,8 @@ Maybe you want to execute the application in the browser with hot reload ? Just
91
91
- Angular 6 & Electron 3 : Branch [ angular6] ( https://github.com/maximegris/angular-electron/tree/angular6 )
92
92
- Angular 7 & Electron 3 : Branch [ angular7] ( https://github.com/maximegris/angular-electron/tree/angular7 )
93
93
- Angular 8 & Electron 7 : Branch [ angular8] ( https://github.com/maximegris/angular-electron/tree/angular8 )
94
- - Angular 9 & Electron 9 : (master)
94
+ - Angular 9 & Electron 7 : Branch [ angular9] ( https://github.com/maximegris/angular-electron/tree/angular9 )
95
+ - Angular 10 & Electron 9 : (master)
95
96
96
97
[ build-badge ] : https://travis-ci.org/maximegris/angular-electron.svg?branch=master&style=style=flat-square
97
98
[ build ] : https://travis-ci.org/maximegris/angular-electron
You can’t perform that action at this time.
0 commit comments