Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anuraj/mvcangularcrudexample

MVC Angular CRUD Example application
https://github.com/anuraj/mvcangularcrudexample

angular asp asp-net aspnet-mvc crud-application mvc mvc5 net-mvc typescript

Last synced: 2 months ago
JSON representation

MVC Angular CRUD Example application

Awesome Lists containing this project

README

        

# MVC Angular CRUD Example

This is a ASP.NET MVC sample application with examples of

* Angular CRUD application with Web API.
* Angular routing
* Angular routing with MVC
* Bundling and Minification with ASP.NET MVC and Angular Application

# Screenshots

### Create Book

![Add Book](add-book.png)

### Read Books

![List Books](list-books.png)

### Read Book

![Details of the Book](view-details.png)

### Update Book

![Edit book](edit-book.png)