I\'m using MatPaginator component and I\'m trying to figure out how to translate those labels (documentation isn\'t clear enough about this).
I\'ve found this articl
In order to refresh the label, you can fire a change event after the label change:
translateLabels() { this.firstPageLabel = this.translate.instant('mat-paginator-intl.first_page'); ... this.changes.next(); }