Refer this video (https://www.youtube.com/watch?v=KhzGSHNhnbI) Install Angular Js in system Run the following commands npm install -g @angular/cli ng new a4app Intall angular js extension for visual studio (Angular 6 snippets) ng serve http://localhost:4200/ Note : angular-cli.json has now been changed to angular.json on angular 6 Go [...]