I'm trying to access my angular 10 app from other machine. I have tried the below options but nothing worked.
ng serve --host 0.0.0.0 --disableHostCheck true
ng serve --open --host 0.0.0.0 --disable-host-check
ng serve --host 192.168.x.x
I have looked at similar questions and tried all the solutions but nothing worked for me. I tried enabling Node.js to communicate through Windows Defender Firewall.
I have created a brand new angular 10 app and tried running it locally and accessing it from a different machine but that didn't work as well. I'm suspecting there is something wrong with my windows proxy settings and I have tried all of this in my office network. Please help!