I have an Angular App I am trying to open it on mobile with the same network
I try ng serve --host <my IP> or ng serve --host 0.0.0.0
this is working fine but the problem is this application is making a request to Nodejs API which is running on a different port (3000) and when I run this app on the desktop it works fine but on mobile API data is not showing only the angular part is visible