angular-electron icon indicating copy to clipboard operation
angular-electron copied to clipboard

Angular2 + Electron

Results 23 angular-electron issues
Sort by recently updated
recently updated
newest added

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....