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

Hi, as your last versions do not add the app.asar directory into the compiled app anymore. My app fails while trying to locate the ffmpeg executable. To fix it I...

Unable to build on MacOS Monterrey, NodeJS 16 After upgrading from NodeJs 14 to 16 when I run `npm run build:prod && npx electron-builder build --mac` I get ``` •...

Sending event from `main.js`, Angular receiving event, but can see any component variables. Looks like `ipcRenderer.on` dont see component variables, this example giving me `undefined` in console (using latest master...

**Describe the bug** Using `require('child_process')` in the renderer, i.e. the angular application, provides the following error: ``` Module not found: Error: Can't resolve 'child_process' ``` **Problem** The issue itself is...

**Is your feature request related to a problem? Please describe.** node url format is deprecated i think we should transition to something else - As of now it causes issue...

**Describe the bug** Errors when trying to run npm run test **To Reproduce** - Download the project - npm install - npm run test **Expected behavior** - Should run the...

I updated from fedora 35 to 36 last week (i don't know if this is a issue related too) but when i try to run npm start to run my...

wontfix

Hello, This is more a question rather than a reported issue. I have a 3rd party module called [drivelist](https://www.npmjs.com/package/drivelist) that I want to load in the render process. The documentation...

wontfix

**Describe the bug** Error when running ng test ``` Generating browser application bundles (phase: setup)...(node:17023) UnhandledPromiseRejectionWarning: TypeError: The 'compilation' argument must be an instance of Compilation at Function.getCompilationHooks ``` **To...

wontfix

**Describe the bug** Error when running ng test ``` Generating browser application bundles (phase: setup)...(node:17023) UnhandledPromiseRejectionWarning: TypeError: The 'compilation' argument must be an instance of Compilation at Function.getCompilationHooks ``` **To...

wontfix