Grid list

API for grid-list

API reference for Angular Material grid-list

import {MatGridListModule} from '@angular/material/grid-list';

Selector: mat-grid-list

Exported as: matGridList
Properties
Name Description
@Input()

cols: number

Amount of columns in the grid list.

@Input()

gutterSize: string

Size of the grid list's gutter in pixels.

@Input()

rowHeight: string | number

Set internal representation of row height from the user-provided value.

Selector: mat-grid-tile

Exported as: matGridTile
Properties
Name Description
@Input()

colspan: number

Amount of columns that the grid tile takes up.

@Input()

rowspan: number

Amount of rows that the grid tile takes up.

Selector: mat-grid-tile-header mat-grid-tile-footer