angular-electron
angular-electron copied to clipboard
Angular2 + Electron
Hi, could you shortly explain what the usecase for angular-electron is, what benefit does someone has when using this project instead plain angular in electron?
When I want to run the demo (arch linux): gives me this error: Uncaught Exception: TypeError: Cannot read property 'prototype' of undefined at patchXHR (/run/media/habib/New Volume/projects/electron/angular-electron/node_modules/zone.js/dist/zone.js:113:63) at Object. (/run/media/habib/New Volume/projects/electron/angular-electron/node_modules/zone.js/dist/zone.js:81:2)...
I am trying to build an app that hits a particular server and displays the data. When injecting and using the Http service I get an error a mile long....