Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.47 KB

ASP.Net and Angular 2

Sample Note Application using Angular2 and ASP.Net Web API

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.

Prerequisites

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

User Login

Login Page

User Registration

Registration Page

Dashboard

Dashboard Page