angular-electron
angular-electron copied to clipboard
Ultra-fast bootstrapping with Angular and Electron :speedboat:
https://angular.io/guide/esbuild#for-existing-applications https://stackoverflow.com/questions/77508160/custom-webpack-config-in-angular-esbuild
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Hello. I'd like to use [this](https://www.npmjs.com/package/custom-electron-titlebar) package together with your boilerplate, but it requires me to run some preload scripts. I tried setting up a path to a preload file...
First of all, many many many thanks for this amazing template. It has helped me a lot to get started. In this bug report, I wanted to notify you of...
### Description of the new feature / enhancement When other Application shows notifications then an icon appear here on window but in this electron. I'm not able add this icon...
Hello, I'm running into multiple issues trying to setup electrons `findInPage` functionality. Are there any up to date guides on this? Main issue I'm having is getting `BrowserWindow.getFocusedWindow()` as we...
Hello, I don't quite understand, why is there no Preload script in here since it's recommended practice? Also `nodeIntegration: true` is based on several high-upvoted posts on StackOverflow just a...
# Description A quick implementation to migrate from webpack to esbuild. Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix...
Issue with config.target in angular.webpack.js during simultaneous "electron" and "web" development
I'm encountering an issue with the config.target in the angular.webpack.js file when running the ```npm run start```, script which is intended for simultaneous "electron" and "web" in development (``````"start": "npm-run-all...