As of now, this feature is not supported, however if this is what bothers you, the alternative will be in your package. json ...
"scripts": { "start": "ng serve --host foo.bar --port 80" }
That way you can just start npm start
Another option, if you want to do this in multiple projects, is to create an alias that you can call ngserve , which will execute your above command.
Brocco Jun 13 '16 at 13:08 2016-06-13 13:08
source share