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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -