-
Notifications
You must be signed in to change notification settings - Fork 86
Is this project still supported? #56
Comments
@assmabenmussa can you share some more details such as the Electron version that you are using and the way that you are trying to use |
I had this happen to me vs code imported the wrong path. Double check the import, should be |
I try update to the latest version of electron and have error is posible continue with the project Error: node_modules/ngx-electron/lib/electron.service.d.ts:17:31 - error TS2694: Namespace 'Electron' has no exported member 'Remote'. 17 readonly remote: Electron.Remote; |
@luisalejandrofigueredo it looks like remote module was deprecated and replaced with @electron/remote in electron 12.0.0. https://www.electronjs.org/releases/stable?page=12 Downgrading to electron 11.5.0 should get around that issue until this project is updated to account for the remote module being removed. |
Electron 11.5.0 is very old and there have been no changes in this project for over 3 years so looks like the answer is the project is no longer supported. Unfortunately, this is a growing pattern in the angular community. |
@pkcinna01 it has absolutely nothing to do with the angular community. this is called open source software, if something isn't working for you, just fork and contribute. |
See #92 |
I am using angular 16, & it is not working for me also. facing the same issue |
Hey @Kelele-m3 did you get any resolution? |
Hello all 👋 As a user of this library, I have taken the initiative to create a new library for going this amazing effort further which is called ngx-electronify. Ngx-electronify provides you with a complete Electron integration consisting of:
This project is heavily inspired by the work that Thorsten has put into ngx-electron. The only difference is that it does not expose the remote module, yet. I plan to add more features shortly so I would appreciate any feedback that you may have. |
Hey, so I downloaded this library in hopes of it helping me with connecting my Angular project to Electron.js using the ipcRenderer, and I got this message:
I'm using Angular 10
The text was updated successfully, but these errors were encountered: