vitek0585 / angularmvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Angular 2(previously version 2) in ASP.NET MVC 5 & Visual Studio 19

How to run?

  • Ensure latest NODEJS and TypeScript 3.4 tools is installed.
  • Clone repo or fork it.
  • Open command prompt containing package.json
  • run "npm install" this will install all Angular 8 packages
  • Open solution in Visual Studio 2019
  • Open "Task Runner Explorer", then right click on "default" task and run. This will create libs folder, transpiles TypeScript files to JavaScript.
  • Ensure everything works fine and run app to see Angular 8 running on ASP.NET MVC 5.

Read through more on here http://www.mithunvp.com/using-angular-2-asp-net-mvc-5-visual-studio/

Visit www.mithunvp.com for more interesting articles

About


Languages

Language:JavaScript 48.6%Language:HTML 27.7%Language:C# 15.7%Language:TypeScript 6.0%Language:CSS 1.6%Language:ASP 0.3%