I'm use ng serve --host 0.0.0.0 --disable-host-check
but when in I try to run my angular app using the url: "http://server_static_ip:port" from another host it doesn't work. It went on timeout and the browser said:
"ERR_CONNECTION_TIMED_OUT"
How can I fix this problem?