Access Angular app running in windows from mac

Viewed 29

I am running a Angular App in my Windows machine. I am trying to connect this Windows machine from a MAC through WIFI and access the Angular application. I am unable to access it using Windows machine IP address.

Please help me on this. Will I be able to access as I mentioned above or not?

Note: My windows is 11 Home edition

To be very clear on the way I connect MAC to my windows machine is through WIFI as below.

  • I ran the application using ng serve --host 0.0.0.0 --disable-host-check.
  • I created mobile hotspot in my windows machine.
  • Connected to that hotspot from MAC.
  • Then I am trying to access the application using the IP address.
0 Answers
Related