Skip to content

documentation does not match code : ng serve #2697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rwillmer opened this issue Oct 14, 2016 · 2 comments
Closed

documentation does not match code : ng serve #2697

rwillmer opened this issue Oct 14, 2016 · 2 comments
Labels
area: docs Related to the documentation type: bug/fix

Comments

@rwillmer
Copy link
Contributor

Please provide us with the following information:

OS?

Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)

OSX El Capitan

Versions.

Please run ng --version. If there's nothing outputted, please run in a Terminal: node --version and paste the result here:

angular-cli: 1.0.0-beta.17
node: 4.5.0
os: darwin x64

Repro steps.

Was this an app that wasn't created using the CLI? What change did you do on your code? etc.

$ ng --help

The log given by the failure.

Normally this include a stack trace and some more information.

The help command gives this inconsistent information.

ng serve <options...>
--host (String) (Default: localhost) Listens on all interfaces by default

Either :
a) the default is "0.0.0.0", in which case "Listens on all interfaces by default" is correct; or
b) the default is "localhost", in which case "Listens on all interfaces by default" is incorrect.

Trial and error leads me to believe that the default is "localhost".

This caused me to spend debugging time, trying to understand why my "ng serve" docker container was not working.

Mention any other details that might be useful.


Thanks! We'll be in touch soon.

@filipesilva filipesilva added type: bug/fix area: docs Related to the documentation labels Oct 14, 2016
@filipesilva
Copy link
Contributor

Would you be willing to submit a PR changing this?

This is the line from which ng help derives the description: https://github.com/angular/angular-cli/blob/master/packages/angular-cli/commands/serve.ts#L44

rwillmer added a commit to rwillmer/angular-cli that referenced this issue Oct 15, 2016
@rwillmer rwillmer mentioned this issue Oct 15, 2016
Brocco pushed a commit that referenced this issue Oct 19, 2016
kieronqtran pushed a commit to kieronqtran/angular-cli that referenced this issue Oct 21, 2016
texel pushed a commit to splice/angular-cli that referenced this issue Nov 3, 2016
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: docs Related to the documentation type: bug/fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants