I am using "@angular/core": "2.4.10" and "@angular/material": "2.0.0-beta.2". I have installed flex-layout using npm. I want to design responsive grid with cards. I am using md-grid-list and md-card. How do I use flex layout with md-card or md-grid-list. The grid and the card should be responsive according to the window/screen size. Expected result: As soon as I decrease the screen size, the number of columns should be reduced and when the screen size is big the number of columns should increase without overlapping the contents in the card.
相关问题
- Angular Mat Select CompareWith ID number, and Emit
- How to bind an click event for mat-step-header
- Mat expansion panel is opened by default bug?
- render Problem Path.op() not supported in latest m
- Angular-Material : md-select in md-dialog not clos
相关文章
- Angular Material Stepper causes mat-formfield to v
- Angular material table not showing data
- Why should I start using Google Material Design Li
- MatToolbar throws error when using it with Angular
- How to create range slider (Angular Material) in A
- How i can set Half Expanded state for my BottomShe
- How to give fixed height to Angular Material Table
- Angular 5, Angular Material Checkbox with 3 states
Here is the sample code which might be helpful Angular 2 material and flex-layout alignement This sample code worked for me.