Answer the question
In order to leave comments, you need to log in
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
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.
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 questionAsk a Question
731 491 924 answers to any question