Mac users:
- Go to System Preferences -> Network -> Wi-Fi
- Copy the IP address below Status (Usually 192.168.1.x)
- Paste it in your ng serve like:
ng serve --host 192.168.1.x
Then you must be able to see your page on other devices through 192.168.1.x:4200
.