How to create desktop application using Angular 2
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/
I wrote a Medium post about that here, and here's an example, happy coding.