I'm currently working through the Angular 2 QuickStart instructions at https://angular.io/docs/js/latest/quickstart.html and have run into a problem running LiveServer. When I start LiveServer as per the instructions, I get an error in my brower:
Error Code: 502 Proxy Error
I've realised with a bit of investigation that my proxy is using port 8080 and so is LiveServer. If I turn my proxy off, then I can see the angular site in my browser.
So, my question is, what is the best port to change LiveServer to use?