Skip to content

A sample web application using Angular2, Web API 2.0 and Entity Framework 6

License

Notifications You must be signed in to change notification settings

62316e/Angular2-WebApi2-EF6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample web application using Angular2, Web API 2.0 and Entity Framework 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 54.9%
  • TypeScript 22.8%
  • HTML 18.7%
  • CSS 3.5%
  • Classic ASP 0.1%