angularangular-materialmat-card

When to use Angular mat-card component


I'm new to Angular, and of course to Angular material. One of the mysteries components of material I've met was mat-card, I've read its description over and over, I searched the net, but ّI didn't understand when to use mat-card component. So my question is when do front-end developers use mat-card component practically?


Solution

  • mat-card can be used to display things in the list view and not limited to the list view only but let's say you have user details like 100 in number now each user details will be in mat-card tag so you can easily create great UI experience to end-users.