-
Notifications
You must be signed in to change notification settings - Fork 12k
docs: edit ng serve option doc #13210
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
Conversation
"default": true | ||
}, | ||
"publicHost": { | ||
"type": "string", | ||
"description": "Specify the URL that the browser client will use." | ||
"description": "The URL that the browser client will use for live reload." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
publicHost
is not just about live-reload. @clydin can you offer a better description please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for live reload
-> to connect to the development server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue was that the user didn't relate publicHost to live-reload. How about this:
"The URL that the browser client will use to connect to the development server for live-reload."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clydin Please check new text
1 similar comment
There's no Mark for Merge label - is there something else I have to do to get this merged? @filipesilva |
@jbogarthyde it's just waiting for the caretaker to merge it now, I think. There's nothing else that needs to be done. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Edit doc for ng serve to resolve Issue
#8986