I
I
Igor2016-08-21 18:10:51
JavaScript
Igor, 2016-08-21 18:10:51

How to create a windows desktop application in angular 2?

I heard that on Angular you can create an application for Windows in the .exe format.
How to do?
How to google?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rou1997, 2016-08-21
@Rou1997

Angular is just a library for JavaScript and nothing more, so there is nothing special for this task, but in general in JavaScript - you can, using Electron, Nw.js, etc., get an application with a built-in browser.

Z
Zakharov Alexander, 2016-08-21
@AlexZaharow

There is an option for windows to do not .exe, but simply html. It's called HTA. Same as html, only in the security context of the local machine. Works only under IE, but you do not need to embed a browser. You do everything as for a regular site, only the extension of the source file is not *.htm/html, but *.hta. If you already have an html page ready with angular - give it a try.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question