I am trying to insert in my project an Angular Material table which uses pagination. I have managed to make it run by looking at the example, but when I try to select the number of Items per page
, instead of a nice drop-down list, I get a weird div
at the end of the page.
Here is a screenshot.
I tried to add import { MdSelectModule } from '@angular/material';
to my app but with no success.