angular-electron icon indicating copy to clipboard operation
angular-electron copied to clipboard

Ultra-fast bootstrapping with Angular and Electron :speedboat:

Results 41 angular-electron issues
Sort by recently updated
recently updated
newest added

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...

dependencies
github_actions

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...

dependencies
javascript

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...

enhancement

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...

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...