Showing posts with label remote access. Show all posts
Showing posts with label remote access. Show all posts

Friday, November 24, 2017

Angular, make ng serve available to other devices

Problem:
Standard ng serve only allows for access via localhost:4200.

Solution:
ng serve --host 192.168.0.xxx