Skip to content

Using Angular inside ASP.NET MVC 5 with Angular CLI using Visual Studio 2017

Notifications You must be signed in to change notification settings

zulurl/ngGitHouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngGitHouse

Using Angular inside ASP.NET MVC 5 with Angular CLI using Visual Studio 2017

How to run the applicaiton?

  • Clone or Fork the this repo
  • Run npm install to download all node modules
  • Run the ng build --watch command from root folder to run Angular application
  • F5 or run from Visual Studio IDE to load both MVC & Angular. Navigate to Contacts to see in action

Refer the blog post for detail write up [Using Angular in ASP.NET MVC 5 with Angular CLI and Visual Studio 2017] (https://www.mithunvp.com/angular-asp-net-mvc-5-angular-cli-visual-studio-2017/)

Checkout adding Angular Component, Service, Class to ASP.NET MVC 5

About

Using Angular inside ASP.NET MVC 5 with Angular CLI using Visual Studio 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%