import {MatGridListModule} from '@angular/material/grid-list';
MatGridList
Selector: mat-grid-list
Exported as: matGridListName | Description |
---|---|
@Input()
| Amount of columns in the grid list. |
@Input()
| Size of the grid list's gutter in pixels. |
@Input()
| Set internal representation of row height from the user-provided value. |
MatGridTile
Selector: mat-grid-tile
Exported as: matGridTileName | Description |
---|---|
@Input()
| Amount of columns that the grid tile takes up. |
@Input()
| Amount of rows that the grid tile takes up. |
MatGridTileText
Selector: mat-grid-tile-header mat-grid-tile-footer