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.
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.
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/
you have 2 options
1) Node web Kit - NWJS
2) ElectronJS - Electron
Both are helps to develop Cross Platform Application
combination of NodeJS+Chromium Browser
can support 3rd parties libraies.. so you develop web app like Desktop using these 2 for all 3 platforms(Linux, Mac, Windows)