This project demonstrates CRUD operation in Angular 13 using Material Design.
- User can add a product
- Update and delete options are available
- Mat table is used providing pagination, sorting and filter functionality
- Form values are stored in the json-server
JSON-Server commands:
- Installation - npm install -g json-server
- Create fake json server locally - json-server --watch db.json