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
If you're using angular-cli, It is pretty easy :
In console run :
ng serve --host 0.0.0.0 --port 4201 --live-reload-port 4915
For reference : https://github.com/angular/angular-cli