In this demo I have integrated Angular material with server side data operations such as pagination, sorting and filtering that is capable of handling large volumes of data without taking a performance hit.
The project has 2 folders
- app-ui
- app-server
This project was generated with Angular CLI version 7.3.10.
Run ng serve for a dev server. Application runs on http://localhost:4200/
This project is built using express.js version 4.17.1
Database is mocked using json-server version 0.16.3
Run
npm run dbto start JSON serverRun
npm run serverto start express server. Server is listening to port 5000