Card

API for card

API reference for Angular Material card

import {MatCardModule} from '@angular/material/card';

A basic content container component that adds the styles of a Material design card.

While this component can be used alone, it also provides a number of preset styles for common card sections, including:

  • mat-card-title
  • mat-card-subtitle
  • mat-card-content
  • mat-card-actions
  • mat-card-footer

Selector: mat-card

Exported as: matCard