I want to use 5000 instead of 4200.
I have tried to create a file on root name ember-cli and put JSON according to the code below:
ember-cli
{ &q
You can change your application port by entering the following command,
ng serve --port 4200
Also, for a permanent setup you can change the port by editing angular-cli.json file
"defaults": { "serve": { "port": 8080 } }