How to replace the arrow by tirangle in mat-paginator?

264 views Asked by At

I created a mat-paginator like that

enter image description here

but I want to modify the icons in the form of a triangle (as shown in the photo) => i want replace the arrow by tirnagle

enter image description here

how do i change the icon to a triangle ?

file.ts :

@ViewChild(MatPaginator, {static: true}) paginator: MatPaginator;
@ViewChild(MatSort, {static: true}) sort: MatSort;

file.html:

<mat-paginator [pageSizeOptions]="[5, 10, 15, 20]"></mat-paginator>
0

There are 0 answers