Run the Angular-CLI Internal Web Server on an Alternate Port

The Angular-CLI internal web server runs on port 4200 by default. To change the port number, launch it with the following command:

ng serve --port 8888