MatPaginatorIntl을 사용하는 방법은 무엇입니까? 저는 매트 패지네이터 구성 요소를 사용하고 있으며 이러한 레이블을 변환하는 방법을 찾고 있습니다(문서는 이에 대해 충분히 명확하지 않습니다). 이 작업을 수행하는 방법을 보여주는 이 문서를 발견하고 다음 단계를 수행했습니다. 1 - 다음 파일을 만들었습니다.custom-paginator.ts그리고 다음과 같은 것들을 거기에: import { MatPaginator, MatPaginatorIntl } from '@angular/material'; export class CustomPaginator extends MatPaginatorIntl { constructor() { super(); this.nextPageLabel = ' My new la..