How to create desktop application using Angular 2
Asked Answered
F

3

20

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.

Fireball answered 10/6, 2016 at 13:0 Comment(0)
E
17

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/

Emmuela answered 10/6, 2016 at 13:8 Comment(3)
Keeweb is an example that demonstrates how an electron application could look like: keeweb.info It is also opensource and available on githubShonda
Electron is your best bet for cross platform. But if you only need to support Windows you can create an Angular2 Universal Windows App github.com/preboot/angular2-universal-windows-appVitovitoria
@Sergio Rodrigues Can we create desktop application using angular2 and python?Putput
E
3

I wrote a Medium post about that here, and here's an example, happy coding.

Emergence answered 2/1, 2019 at 10:25 Comment(0)
T
2

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)

Tango answered 30/10, 2017 at 7:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.