angular - How can I use the MdPaginator style found in the official example? (Material v2.0.0-beta.8) -
i trying insert in project angular material table uses pagination. have managed make run looking @ example, when try select number of items per page, instead of nice drop-down list, weird div @ end of page.
here screenshot.
i tried add import { mdselectmodule } '@angular/material'; app no success.
it seems problem lack of prebuilt-theme imported in styles.css file, explained in this answer.
Comments
Post a Comment