I was wondering if it is possible to work on two Angular(2) projects at the same time. I open my first project using ng serve and it runs on the server and when
ng serve
Open 2nd project then run this command:
ng serve --port 4210
Change port as you want, then open browser: localhost:[port]
Following this section:
https://github.com/angular/angular-cli#generating-and-serving-an-angular-project-via-a-development-server