Example of code of an angular project with electron, using a custom menu bar, with the same options as the default menu bar ( Drag, maximize, minimize, etc ). This project was generated with Angular CLI version 15.2.4.
- Clone the project into your computer.
- Run
npm install
to install all the necesaries dependencies. - Run
npm run start
to build the angular project, and start the electron application.