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
You can also try with this to run your application in visual studio code -:
ng serve --open --port 4201
you can give any port number.