Access Ionic App App from Virtual Box Server Using Nat Adapter and Bridge

ionic serve --external --host=0.0.0.0 --port=8132
or
ng run app:serve --host=0.0.0.0 --port=8132

replace 0.0.0.0 with your ip and the port number as well

Dont Forget to add Port forwarding

Need Help With Code?