Skip to main content

Posts

Showing posts with the label MVC 6 Angular 2 typescript

ASP .NET MVC 6 Angular 2 typescript

Setup Visual Studio Components, TypeScript and Angular 2 I have research the steps involved in starting to learn Angular 2 and ASP.Net MVC 6 and the list of Visual Studio frameworks, scripts, tools and libraries which used in application developments. 1.        ASP.NET Core frameworks 2.        MVC 6 3.        TypeScript 4.        Angular 2 5.        Bootstrap 3 6.        Bower 7.        Gulp Setup Step 1 - Installation instructions 1.        Download and Install ASP.NET Core frameworks from here . 2.        Download and Install NPM by installing Node.js from here . 3.        Install bower, gulp, typescript, typings and tsd using the command window. Ope...