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

https://github.com/rd003/angularmaterialdemo

Angular crud operations with angular material and json server
https://github.com/rd003/angularmaterialdemo

angular angular15 angularmaterial json-server json-server-mock

Last synced: 4 months ago
JSON representation

Angular crud operations with angular material and json server

Awesome Lists containing this project

README

          

# AngularMaterialDemo
This project contains full crud operation using http services. I have used angular material to design ui.
## How to use rest apis?
I have created apis with json-server.
In a seperate integrated terminal run `npm run api` command to start a api server.
## Run angular dev server.
Run this command in a seperate terminal `ng s -o'

Enjoy 😁