In Angular, Pagination with Bootstrap
import { NgxPaginationModule } from 'ngx-pagination';
import { PaginationModule } from 'ngx-bootstrap/pagination';
The cursor is always stay in the middle when pressing Next button ?
Is this the normal angular pagination behavior ? Thanks.
The Actual Result is not same as the Expected result