-
Notifications
You must be signed in to change notification settings - Fork 86
Not compatible with Angular Ivy #96
Comments
Hey @panyann did you find any resolution? |
@kulkarni-sachin Yes, every day learning more... Week ago I was as lost as you. I'm manually using Electron's IPC. How does it work? How to send the data? You can read how it works here: I additionally use electron-store to save data to json file on disk (still in the main.js). That's why I don't need to use 'fs' directly (I'm lazy when I can). You can use my service, which I made based on above tutorial:
|
Hi, I forked the project in order to rebuild it with angular-cli 16.2. Requirements :
You will have to adapt your import 'ngx-electron' to 'ad-ngx-electron'. Hope it helps :-) |
Hey,
I think it doesn't work at all at the moment. Angular 16.1.
I have no idea how to use fs or path in the Angular with Electron now...
The text was updated successfully, but these errors were encountered: