Skip to content

Commit

Permalink
Merge pull request #790 from FrancescoBorzi/angular-17
Browse files Browse the repository at this point in the history
misc/ Upgrade to Angular 17 & Electron 27
  • Loading branch information
maximegris committed Dec 28, 2023
2 parents 0c38c03 + 822853f commit 00ebf81
Show file tree
Hide file tree
Showing 5 changed files with 8,015 additions and 6,590 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/environments/*
e2e/playwright.config.ts
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

# Introduction

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

Currently runs with:

- Angular v16.1.3
- Electron v25.2.0
- Angular v17.0.8
- Electron v27.2.0

With this sample, you can:

Expand Down Expand Up @@ -158,7 +158,8 @@ Please refer to [HOW_TO file](./HOW_TO.md)
- Angular 13 & Electron 18 : Branch [angular13](https://github.com/maximegris/angular-electron/tree/angular13)
- Angular 14 & Electron 21 : Branch [angular14](https://github.com/maximegris/angular-electron/tree/angular14)
- Angular 15 & Electron 24 : Branch [angular15](https://github.com/maximegris/angular-electron/tree/angular15)
- Angular 16 & Electron 25 : (main)
- Angular 16 & Electron 25 : Branch [angular16](https://github.com/maximegris/angular-electron/tree/angular16)
- Angular 17 & Electron 27 : (main)
-
[maintained-badge]: https://img.shields.io/badge/maintained-yes-brightgreen
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-electron:build"
"buildTarget": "angular-electron:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 00ebf81

Please sign in to comment.