标签: angular angular-cli ubuntu-20.04
我正在使用 ng serve --host 0.0.0.0 --disable-host-check 但是当我尝试使用来自另一台主机的 url: "http://server_static_ip:port" 运行我的 angular 应用程序时,它不起作用。它超时了,浏览器说:
ng serve --host 0.0.0.0 --disable-host-check
“ERR_CONNECTION_TIMED_OUT”
我该如何解决这个问题?