An Angular 2 starter kit featuring Angular 2, TypeScript, Web API using Entity Framework and Authentication using ASP.Net Identity.
This seed repo serves as an Angular 2 starter for anyone looking to work with ASP.Net Authentication and Restful Web API.
Node.js and npm are essential to Angular development.
Get it now if it's not already installed on your machine.Verify that you are running at least node v4.x.x
and npm 3.x.x
by running node -v
and npm -v
in a terminal/console window.
Older versions produce errors.
##Clone this repo.
git clone https://github.com/debasispanda/Angular2-WebApi2-EF6.git
cd Angular2-WebApi2-EF6