{"id":21231629,"url":"https://github.com/piyalidas10/angular-pagination","last_synced_at":"2026-05-01T02:32:56.000Z","repository":{"id":38577327,"uuid":"253019786","full_name":"piyalidas10/Angular-Pagination","owner":"piyalidas10","description":"Pagination in Angular 8","archived":false,"fork":false,"pushed_at":"2023-01-07T16:43:12.000Z","size":1290,"stargazers_count":0,"open_issues_count":25,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T18:23:02.162Z","etag":null,"topics":["angular","angular-pagination","angular8","pagination","table-pagination"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piyalidas10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-04T14:35:09.000Z","updated_at":"2020-04-07T03:27:49.000Z","dependencies_parsed_at":"2023-02-07T16:30:27.903Z","dependency_job_id":null,"html_url":"https://github.com/piyalidas10/Angular-Pagination","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyalidas10%2FAngular-Pagination","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyalidas10%2FAngular-Pagination/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyalidas10%2FAngular-Pagination/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyalidas10%2FAngular-Pagination/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piyalidas10","download_url":"https://codeload.github.com/piyalidas10/Angular-Pagination/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243674184,"owners_count":20329057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-pagination","angular8","pagination","table-pagination"],"created_at":"2024-11-20T23:47:43.282Z","updated_at":"2026-05-01T02:32:50.943Z","avatar_url":"https://github.com/piyalidas10.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Pagination\n\nWithout using datatable, i have created this pagination with simple bootstrap table \u0026 bootstrap navigation menus.\n\n# Run Application\n```\nng serve\nlocalhost:4200/\n```\n\n![Angular-Padination](ss.png)\n\n# Tutorials (For Help)\n\nhttps://medium.com/angular-in-depth/top-10-ways-to-use-paginations-in-angular-db450f8a62d6\nhttps://stackblitz.com/github/melcor76/paginations?file=src%2Fapp%2Fpaginations%2Fnotify.interptor.ts\nhttps://embed.plnkr.co/plunk/KQ8xrl\n\n\n# Pagination Inputs\n\n1. itemsPerPage --------- How many items or data listing you want to show at a time / one page\n2. initialPage --------- Starting page number\n3. showPagesAtOneTime -------- How many pages you want to show at a time\n4. dataLength -------- length of data items listing\n\n# Comments Component\nIn Comment page, i want to display 5 pages at a time with this.showPagesAtOneTime = 5.\n\n```\nconstructor(\n    private apiService: ApiService,\n    private cdRef: ChangeDetectorRef\n  ) {\n    this.itemsPerPage = 20;\n    this.initialPage = 1;\n    this.currentPage = 1;\n    this.showPagesAtOneTime = 5;\n  }\n```\n\n# Photos Component\nIn Comment page, i want to display 10 pages at a time with this.showPagesAtOneTime = 10.\n\n```\nconstructor(\n    private apiService: ApiService,\n    private cdRef: ChangeDetectorRef\n  ) {\n    this.itemsPerPage = 20;\n    this.initialPage = 1;\n    this.currentPage = 1;\n    this.showPagesAtOneTime = 10;\n    this.getPhotosList();\n  }\n```  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyalidas10%2Fangular-pagination","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiyalidas10%2Fangular-pagination","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyalidas10%2Fangular-pagination/lists"}