问题
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