How to run angular serve with astrill. #146109
-
I am using astrill without browser only. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, spangmae. |
Beta Was this translation helpful? Give feedback.
-
Configure Astrill to permit local network access to run ng serve in Angular while utilizing Astrill VPN. Check the "Allow LAN" or similar option in the Astrill settings. Run ng serve --host 0.0.0.0 to make the application accessible to other networked devices. A firewall rule should allow the connection. |
Beta Was this translation helpful? Give feedback.
Hi, spangmae.
Please input this command.
ng serve --host 0.0.0.0
Then your problem will be solved.
Regard.