misc/ upgrade to Angular 11

This commit is contained in:
Maxime GRIS
2020-11-14 21:10:45 +01:00
parent e0fb53998c
commit d265dfa80b
13 changed files with 86 additions and 97 deletions

View File

@@ -15,9 +15,9 @@ Bootstrap and package your project with Angular 10 and Electron 9 (Typescript +
Currently runs with:
- Angular v10.0.14
- Electron v9.3.0
- Electron Builder v22.8.0
- Angular v11.0.0
- Electron v10.1.5
- Electron Builder v22.9.1
With this sample, you can :
@@ -27,7 +27,7 @@ With this sample, you can :
/!\ Hot reload only pertains to the renderer process. The main electron process is not able to be hot reloaded, only restarted.
/!\ Angular 10.x CLI needs Node 10.13 or later to work correctly.
/!\ Angular 11.x CLI needs Node 10.13 or later to work correctly.
## Getting Started
@@ -106,7 +106,8 @@ Note: To make it work behind a proxy, you can add this proxy exception in your t
- Angular 7 & Electron 3 : Branch [angular7](https://github.com/maximegris/angular-electron/tree/angular7)
- Angular 8 & Electron 7 : Branch [angular8](https://github.com/maximegris/angular-electron/tree/angular8)
- Angular 9 & Electron 7 : Branch [angular9](https://github.com/maximegris/angular-electron/tree/angular9)
- Angular 10 & Electron 9 : (master)
- Angular 10 & Electron 9 : Branch [angular10](https://github.com/maximegris/angular-electron/tree/angular9)
- Angular 11 & Electron 10 : (master)
[build-badge]: https://travis-ci.org/maximegris/angular-electron.svg?branch=master&style=style=flat-square
[build]: https://travis-ci.org/maximegris/angular-electron