This is a simple Customers table with Angular 13, and some details like dialogs and pagination, I simulated backend with JSON Server.
Dependencies
-
JSON Server
npm i json-server -
sweetalert2
npm i sweetalert2
Run Project
- Backend
npm run json-run - Frontend
npm start

