I am learning angular 2 and for the first time I am using the angular CLI project to create a sandbox project.
I was able to run the command \"ng serve\" and it wor
On linux mint 17, this is working.
kill -9 $(lsof -t -i:4200)