Required congif files
Creatre Angular2 app in Visual studio
Prerequisites:
1. TypeSript for your VS version (VS 2015 or VS 2013): download tyepscript from:(VS 2015) https://www.microsoft.com/en-us/download/details.aspx?id=48593 and (VS 2013) https://www.microsoft.com/en-in/download/details.aspx?id=48739
2. Install Node.js
After clone or download this repo execute 'npm install' command (would download node packages inside 'node_modules' folder) on same path where you cloned or copied this app.