Angular 4 Dynamic Router with Electron
Using Angular4 with Dynamic Router/loading in Electron
First thing of first, make sure https://nodejs.org installed on your computer.
After download, go to folder where package.json is
npm install npm start
Every time you change your code it should be enough just reloading Electron via “View ⟶ Reload” or with Cmd-R (Ctrl-R on Windows)
For Electron quick start: https://electron.atom.io/docs/tutorial/quick-start/
For angular quick start, check https://angular.io or https://github.com/Longfld/AngularQuickStartForBeginning
For no Electron version of Dynamic Router/load see: https://github.com/Longfld/DynamicaRouter