How to create desktop application using Angular 2

Nikunj Patel picture Nikunj Patel · Jun 10, 2016 · Viewed 18.2k times · Source

Is it possible to create Desktop(Windows OS) application using Angular 2?

If yes then how can we build setup for desktop? Will it support windows 7 and Earlier?

I noticed that, Angular 2 is for cross platform.

Answer

Sergio Rodrigues picture Sergio Rodrigues · Jun 10, 2016

You can try using Electron (by GitHub): http://electron.atom.io/

Here an example using Electron + Angular 2: https://auth0.com/blog/2015/12/15/create-a-desktop-app-with-angular-2-and-electron/