1

how i can style pager in angular inside TS file or HTML file without scss with this code

enter image description here

<div class="d-flex justify-content-center"   *ngIf="totalCount && totalCount > 0">
    <pagination
    [totalItems]="totalCount"
    [boundaryLinks]="true"
    (pageChanged)="onPagerChange($event)"
    [itemsPerPage]="pageSize"
    previousText="&lsaquo;"
    nextText="&rsaquo;"
    firstText="&laquo;"
     lastText="&raquo;"
     pageBtnClass="black-background" >
    </pagination>
</div>

i try with make new file scss file and add my style but that not working i need solution soon as possible

1
  • 1
    It's impossible know what "pagination" are you using. Please edit your question indicate the library you're using. Commented Nov 14, 2022 at 7:11

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.