File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
# Introduction
13
13
14
- Bootstrap and package your project with Angular 8 and Electron (Typescript + SASS + Hot Reload) for creating Desktop applications.
14
+ Bootstrap and package your project with Angular 9 and Electron 8 (Typescript + SASS + Hot Reload) for creating Desktop applications.
15
15
16
16
Currently runs with:
17
17
18
- - Angular v9.0.0
19
- - Electron v8.0.0
20
- - Electron Builder v21.2.0
18
+ - Angular v9.0.2
19
+ - Electron v8.0.1
20
+ - Electron Builder v22.3.2
21
21
22
22
With this sample, you can :
23
23
@@ -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 8 .x CLI needs Node 10.9 or later to works correctly.
30
+ /!\ Angular 9 .x CLI needs Node 10.13 or later to works correctly.
31
31
32
32
## Getting Started
33
33
You can’t perform that action at this time.
0 commit comments