Angular 2.0/4.0 Configuration in Visual Studio
Angular 2.0/4.0 Setup in Visual Studio Step 1: Install node.js & TypeScript For checking node.js is installed in command prompt use “node -v” or “node --version”(space before -) For checking TypeScript is installed in command prompt use “tsc -v” Step 2: Open latest version of Visual Studio Select File->project Step 3: Under Templates select web option as seen below image. Change project name as you required & press OK button Step 4: Select MVC project& select OK Step 5: Download Sample From angular.io Ref https://angular.io/docs/ts/latest/guide/setup.html#!#download 1. Open VS NewProject ->select MVC template. Now add below files to root ...