I am having trouble accessing my Angular2 application outside of localhost. I can easily navigate to localhost:3030/panel
, but when I try to use my IP address like 10.123.14.12:3030/panel/
, it does not work.
Can someone please help me fix this issue? I am not utilizing npm
(node project manager - node install/node start) to install and run the project.
If needed, I can provide my package.json
and index.html
.