Electron

Feb 24 2017

Integrating Angular and Electron using ngx-electron

ngx-electron is here to help you! If you want to write a desktop application using Angular, GitHub's Electron is the tool of choice to bring Single Page Applications to the desktop. ngx-electron you'll be quicker and accessing Electron's APIs is even easier from within Angular.

4 min read
May 4 2015

Writing an Electron app using Angular and ES6

Learn how to create a cross-platform desktop application for Windows, Linux and macOS based on GitHub Electron, Angular.JS and JavaScript. In this tutorial, the JS code will be transpiled using Babel and dynamic module loading is implemented with SystemJS.

5 min read