angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.39k stars 6.76k forks source link

docs-bug(COMPONENT): I can not use 0.0.0.0 ? #30065

Closed anlexN closed 2 minutes ago

anlexN commented 4 days ago

Documentation Feedback

I want to change localhost to 0.0.0.0 ?

Image

I have tried:

Image

I tried this:

Image

or I tried this:

Image

Because I use docker in the windows. I want to access docker's ibazel url in the windows.

But --host=0.0.0.0 is wrong.

Affected documentation page

https://material.angular.io/guides

crisbeto commented 2 minutes ago

The host get passed through to browser-sync. This is likely an issue either with them or with the interaction of browser-sync + Docker + Windows.