Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anuraj/mvcangularcrudexample
- Owner: anuraj
- License: mit
- Created: 2018-01-28T12:55:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:29:05.000Z (about 2 years ago)
- Last Synced: 2024-04-14T06:20:37.877Z (10 months ago)
- Topics: angular, asp, asp-net, aspnet-mvc, crud-application, mvc, mvc5, net-mvc, typescript
- Language: TypeScript
- Homepage: https://dotnetthoughts.net
- Size: 2.03 MB
- Stars: 36
- Watchers: 9
- Forks: 31
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)