I'm currently working on a user interface for an Eclipse & IntelliJ plugin which should work within a SWT Browser instance. Therefore everything has to be written in HTML and JavaScript, but has to work locally.
I wanted to try out Angular 2, but it seems to be a very big problem, that I won't have my files hosted on a server, because of all the internally used XHR requests. Is there any way I could trick it into working without having to deliver a local server (which would be kind of a overkill)?
Thanks in advance for any ideas!