https://github.com/bezkoder/angular-14-pagination-example
Angular 14 Pagination example with existing API (server-side pagination) using ngx-pagination
https://github.com/bezkoder/angular-14-pagination-example
angular angular-14 angular14 ngx ngx-pagination pagination paging server-side-pagination
Last synced: about 2 months ago
JSON representation
Angular 14 Pagination example with existing API (server-side pagination) using ngx-pagination
- Host: GitHub
- URL: https://github.com/bezkoder/angular-14-pagination-example
- Owner: bezkoder
- Created: 2022-06-29T02:19:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T08:53:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T10:47:39.421Z (2 months ago)
- Topics: angular, angular-14, angular14, ngx, ngx-pagination, pagination, paging, server-side-pagination
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 14 Pagination example (server side) with ngx-pagination

For instruction, please visit:
> [Angular 14 Pagination example with ngx-pagination](https://www.bezkoder.com/angular-14-pagination-ngx/)Server side Pagination for this app:
> [Node Express Pagination with MySQL](https://www.bezkoder.com/node-js-sequelize-pagination-mysql/)> [Node Express Pagination with PostgreSQL](https://www.bezkoder.com/node-js-pagination-postgresql/)
> [Node Express Pagination with MongoDB](https://www.bezkoder.com/node-js-mongodb-pagination/)
> [Spring Boot Pagination and Filter example](https://www.bezkoder.com/spring-boot-pagination-filter-jpa-pageable/)
> [Spring Boot MongoDB Pagination example with Spring Data](https://www.bezkoder.com/spring-boot-mongodb-pagination/)
## Run
Run `ng serve --port 8081` for a dev server. Navigate to `http://localhost:8081/`. The app will automatically reload if you change any of the source files.## More Practice:
> [Angular example: CRUD Application with Rest API](https://www.bezkoder.com/angular-14-crud-example/)> [Angular JWT Authentication & Authorization with Web API](https://www.bezkoder.com/angular-14-jwt-auth/)
> [Angular File upload example with Progress bar](https://www.bezkoder.com/angular-14-file-upload/)
> [Angular Multiple Files upload example with Progress Bar](https://www.bezkoder.com/angular-14-multiple-file-upload/)
> [Angular Form Validation example (Reactive Forms)](https://www.bezkoder.com/angular-14-form-validation/)
Fullstack with Node:
> [Angular + Node Express + MySQL example](https://www.bezkoder.com/angular-14-node-js-express-mysql/)
> [Angular + Node Express + PostgreSQL example](https://www.bezkoder.com/angular-14-node-js-express-postgresql/)
> [Angular + Node Express + MongoDB example](https://www.bezkoder.com/mean-stack-crud-example-angular-14/)
> [Angular + Node Express: File upload example](https://www.bezkoder.com/angular-14-node-express-file-upload/)
Fullstack with Spring Boot:
> [Angular + Spring Boot + H2 Embedded Database example](https://www.bezkoder.com/spring-boot-angular-14-crud/)
> [Angular + Spring Boot + MySQL example](https://www.bezkoder.com/spring-boot-angular-14-mysql/)
> [Angular + Spring Boot + PostgreSQL example](https://www.bezkoder.com/spring-boot-angular-14-postgresql/)
> [Angular + Spring Boot + MongoDB example](https://www.bezkoder.com/spring-boot-angular-14-mongodb/)
> [Angular + Spring Boot: File upload example](https://www.bezkoder.com/angular-14-spring-boot-file-upload/)
Fullstack with Django:
> [Angular + Django example](https://bezkoder.com/django-angular-13-crud-rest-framework/)Security:
> [Angular + Spring Boot: JWT Authentication and Authorization example](https://www.bezkoder.com/angular-14-spring-boot-jwt-auth/)> [Angular + Node.js Express: JWT Authentication and Authorization example](https://www.bezkoder.com/node-js-angular-14-jwt-auth/)
Serverless with Firebase:
> [Angular 14 Firebase CRUD with Realtime DataBase](https://www.bezkoder.com/angular-14-firebase-crud/)> [Angular 14 Firestore CRUD example](https://www.bezkoder.com/angular-14-firestore-crud/)
> [Angular 14 Firebase Storage: File Upload/Display/Delete example](https://www.bezkoder.com/angular-14-firebase-storage/)
Integration (run back-end & front-end on same server/port)
> [How to integrate Angular with Node Restful Services](https://bezkoder.com/integrate-angular-12-node-js/)> [How to Integrate Angular with Spring Boot Rest API](https://bezkoder.com/integrate-angular-12-spring-boot/)