While developing a webpage, we will need to test it from different devices with different display sizes. By default the angular applications which runs throughΒ ng serveΒ will not be available from outside the device where it runs.
If you need to access it from another device in the network, run it as below:
ng serve --host 192.168.0.15
Update the IP address as required.