# Test Angular app on Mobile Phone
[SOURCE](https://stackoverflow.com/a/46541943/1602807)
1. First verify your machine IP Address.
On Windows, type `ipconfig` in Prompt (copy IPv4).
On Mac, type `ifconfig |grep inet` in Terminal (copy inet).
In my case this is 192.168.0.10.
2. Next, type `ng serve --host 192.168.0.10`.
3. Ok, your app on air for all devices on same network.
4. Now only `http://192.168.0.10:4200/` will work, access this on both browser and phone for tetsing.
## Samsung phone's Remote Debugging:
[SOURCE](https://samsunginter.net/docs/remote-debugging)
1. Install Android Studio and Chrome (see source).
2. Open up the Chrome browser on your desktop and visit `chrome://inspect`.
3. `Devices > Remote Target > Inspect`.
## iPhone's Remote Debugging:
1. Connect iPhone with Mac
2. Open Safari go to `Preferences > Advanced > Show Develop Menu in Menu Bar`.
3. `Develop > iPhone xxx > choose Website`.