How can I create a pagination component in Angular 4? [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago . I have a API endpoint like /list/students?page=5&rows=10 with a pagination parameters page and size . I want to create a angular2 pagination component. Input parameters will be page size In addition, I want to go to specific page and size with arrow buttons. How can I implement this component ? 回答1