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

Hello, thanks for this amazing project! I would like to know how to create a pro executable for mac windows or linus (like we can do with normal electronJs app)...

currently that no way (maybe i don know) to open new window for render angular another page i am noob, if have a way can teach? Thank you example: window.open('/detail',...

Hi, On my yt-dl branch on my forked https://github.com/arcovoltaico/angular-electron after npm install I will get errors from dependencies (look at the end of this text) Adding this to the angular...

When i try `ng add @angular/material` I get this npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR!...

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Removes `axios` Updates `@angular-devkit/build-angular` from 17.0.8 to 17.2.0 Release notes Sourced from...

dependencies
javascript

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

### Steps to reproduce Create .exe using cmd: npm run electron:build then inside win-unpacked double click on the exe. the application runs good but when i try to reload it...

bug

Bumps [undici](https://github.com/nodejs/undici) to 6.6.2 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `undici` from 5.27.2 to 6.6.2 Release notes Sourced from undici's releases. v6.6.2 What's...

dependencies
javascript

Since [nx](https://nx.dev/) is getting more and more popular (nowadays also used in non-Angular) apps, I was wondering if it might be considered to be used for this repo.

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...