im curious if it's possible to run several Angular2/4 instances with the same port, but different subdomains/domains.
When i try to run one instance on my local ip and one on localhost, the second time i start angular, i get an error that port 4200 is already in use.
As this is the same, as running two instances on one server with different subdomains, it would be a bummer if it wouldn't be possible.