JonnyBGod / angular2-webpack-advance-starter

An advanced Angular2 Webpack Starter project with support for ngrx/store, ngrx/effects, ng2-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
https://jonnybgod.github.io/angular2-webpack-advance-starter/
MIT License
48 stars 12 forks source link

fix path to desktop configuration (replace 'frameworks' by 'shared') #12

Open radio-miskovice opened 7 years ago

radio-miskovice commented 7 years ago

fix issue #11

npm run start:desktop:windows fails. The problem ppears to be wrong path in electron/main.desktop.ts:16, which is 'frameworks/electron/index' but in the new version should be 'shared/electron/index'.

Builds and starts the electron app, although the app itself does not display. But the bug that prevented successful build is fixed.