angular-electron
angular-electron copied to clipboard
Provide a generic zone-aware wrapper for electron IPC etc
If users opt into using the split-render usage implemented here, then zones and change detection are handled automatically. For users who may want to use Electron without the worker-style case, we should provide a simple wrapper around Electron Services that makes them zone aware.
ref https://github.com/angular/angular/issues/7154 and https://github.com/angular/angular/issues/5979
Are there any updates about this issue?
This issue is pretty old and still no update. Having such a wrapper would really help, as it would save a lot of time and testing around this. Is there any plan to include this in near future ??