We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ba9ce commit 78b0126Copy full SHA for 78b0126
README.md
@@ -78,7 +78,7 @@ Navigate to `http://localhost:4200/`. The app will automatically reload if you c
78
You can configure the default HTTP port and the one used by the LiveReload server with two command-line options :
79
80
```bash
81
-ng serve --port 4201 --live-reload-port 49153
+ng serve --host 0.0.0.0 --port 4201 --live-reload-port 49153
82
```
83
84
### Generating Components, Directives, Pipes and Services
0 commit comments