ThorstenHans / ngx-electron

A simple Angular wrapper for electron's Renderer API
MIT License
429 stars 86 forks source link

Integration with ngZone for callbacks from the main process #51

Open Wensh opened 4 years ago

Wensh commented 4 years ago

Callbacks from ipcRenderer.on, run outside of AngularZone, for now I have to use the workaround ngZone.run(). Are there any plans to fix this? Possible duplicate of https://github.com/ThorstenHans/ngx-electron/issues/3.

My apologies, if I am reopening an old issue, but I don't see the original issue being resolved in neither of referenced issues: https://github.com/ThorstenHans/ngx-electron/issues/11

Is the feature requested rejected? If so, could you give a reason?