Skip to content

Don't see anything when adding "m-card" snippet #75

@marc-schneider

Description

@marc-schneider

Hi, when i try your snippet with m-card, thats create <mat-card></mat-card> but i don't see anything on my html page.
I try with a ng-for-li and with this i see my data.

My example is :

<mat-card>

  <mat-card-header>
    <mat-card-title>This is the title</mat-card-title>
    <mat-card-subtitle>This is a description</mat-card-subtitle>
  </mat-card-header>

  <mat-card-content>
    This is my content
  </mat-card-content>

  <mat-card-actions>
    <button mat-button>Ok</button>
  </mat-card-actions>

</mat-card>

Best Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions