I am using ngx- pagination in my angular 6 application, all well till it
comes to number of page numbers visible at a time, I have set my HTML
template code as below. but as per attached image it shows 1 .. 10 I dont
want such kind of display, I want 1,2,3 at a time and when I click on next
to the pager display should be 2,3,4 and so on. can any one please provide
me help on this.

[image: enter image description here] <https://i.stack.imgur.com/venNA.png>

<pagination-controls  (pageChange)= "ChanggPage($event)" maxSize="3"
></pagination-controls>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to