Last active
January 24, 2020 06:02
-
-
Save orahul1/aba2cfc578c3f5fae8310b3f6e749099 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. ng serve --host <local ip address> | |
| 2. Find local ip address by following | |
| windows => cmd => ipconfig => IPv4 Address | |
| mac and linux => terminal => ifconfig | grep inet => inet adderss | |
| 3. Navigate to <local ip adress>:4200 from any device on the same network. |
Author
orahul1
commented
Jan 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
