Skip to content

DanWahlin/CoreWebAPIAndAngular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Web API and Angular 2 Http Demo

Demonstration of using ASP.NET Core Web API features with Angular 2

Running the Application

  1. Install Node.js

  2. Navigate to the src folder in a command window

  3. Run npm install to install Angular 2 dependencies

  4. Run npm run tsc:w to compile Angular 2 TypeScript code to ES5 and watch for changes

  5. Open the .sln file at the root of the project in Visual Studio.

Note: VS can install npm dependencies but I prefer to do it as a separate step.

About

Demonstration of using ASP.NET Core Web API features with Angular 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published