Error: node_modules/ngx-electron/lib/electron.service.d.ts:17:31 - error TS2694: Namespace 'Electron.CrossProcessExports' has no exported member 'Remote'.
17 readonly remote: Electron.Remote;
I hope anyone here, understands with this and is able to solve this. thank you! because my goal is to connect ipcMain, using ipcRenderer that I triggered on Angular Services.
A simple google search lead me to the issues section of the repository, and one issue in particular.
The user, named andelz, gave a pretty good answer regarding what might be wrong. By trial and error, I found a working solution that still contains no vulnerabilities (as of the moment of writing):
"ngx-electron": "2.2.0",
"electron": "13.6.6"
In my case it turned out to be the electron version. If you are following the steps from this url https://buddy.works/tutorials/building-a-desktop-app-with-electron-and-angular on how to build an electron application with angular, ensure to install electron v5.0.6