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

I try ``npm run demo``, but fail to run demo contents. I updated typescript and change independent with typings, so I fixed build error. Please check this modification.

fixes https://github.com/angular/angular-electron/issues/20

Trouble Shooting Issue #13 #20

In the interim period of this repository getting additional activity/resources, I have developed a solution of Electron with Angular (4+). https://github.com/sean-perkins/angular-electron-seed It's nothing significantly intricate at the moment, but it...

npm start failed with the logs below: C:\Users\kursa\Desktop\angular-electron>npm start > @angular2/[email protected] start C:\Users\kursa\Desktop\angular-electron > npm run demo > > @angular2/[email protected] demo C:\Users\kursa\Desktop\angular-electron > npm run build && npm run build_demo...

I've been exploring getting the `Router` working here. Modifying `main.ts` as follows: ``` import {bootstrap} from '../dist/main'; import {provide} from 'angular2/core'; import {ROUTER_PROVIDERS, LocationStrategy, HashLocationStrategy} from 'angular2/router'; import {App} from...

View > Reload make the view go blank. In the network tab of the dev tools, I can see the requests going out when the refresh command is executed, but...

Currently the path to the html file is hardcoded into `platform/electron_app.html`. Can this be extracted to let users take care of their own window opening logic? Are apps with multiple...