angular / angular-electron

Angular2 + Electron
605 stars 115 forks source link

Multiple Window Support #19

Open sqwk opened 8 years ago

sqwk commented 8 years ago

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 windows supported? (With a shared app scope so that changes are reflected across the entire app.)