Angular 4: Responsive Grid List

梦想与她 提交于 2019-12-08 04:08:59

问题


Started exploring Angular 4 last night and I was just wondering if there is a way to make the mat-grid-list material design component responsive as easy as how Boostrap handles it?

Anyone? Thank you in advanced.


回答1:


Not in pure html, you could find some html/ts solution though, something like this

If you want to achieve this only with html, take a look at the Angular Flex Layout framework instead of mat-grid-list.



来源:https://stackoverflow.com/questions/46700651/angular-4-responsive-grid-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!