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

No comments:

Post a Comment