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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -