Material paginator does not show page info.
In official documentation, there is page info: 'Page 1 of 20' but when I run their own code locally, or in Stackblitz there is different output.
It shows number of items: '1-10 of 100'
I am running same version as documentation
Is this bug, or did I messed up some property setup?
See images:
one possible fix that I came up with is add custom element
order of elements is done in CSS by adding
order
property since it is display:flex (no need of directive overkill)