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
We can forcefully kill the port by following command.
kill -2 $(lsof -t -i:4200)