How to use MdPaginatorIntl service in Angular Material

Hung Bui
1 min readOct 18, 2017

--

If you ever use Angular Material paginator component, then you may to figure how to change the next, previous buttons.

Here is how you can do it.

In your Angular module file, you would want to add your own custom class provider which extends the MdPaginatorIntl class.

--

--