domfarolino / angular2-login-seed

(deprecated) Seed app w/ Angular2, Node, Express, and OAuth login
https://domfarolino.com/angular2-login-seed
MIT License
181 stars 77 forks source link

Host Parameter #15

Closed duard closed 7 years ago

duard commented 7 years ago

How can I change the host address when running this ? I try to add --host 192.168.2.3 here

"start": "ng serve --host 192.168.2.3",

but I cant login or register after this change.

domfarolino commented 7 years ago

What exactly are you trying to do? Run the Angular app on a different port? Run the Angular app on a different machine? I have no experience trying to run an Angular app on a different machine with the --host flag however some of the comments in this article may be helpful.

I think the issue you're seeing is outside the scope of this project though. Let me know what you think

domfarolino commented 7 years ago

Still having problems with this?