Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Last active December 25, 2019 20:46
Show Gist options
  • Save alexytiger/bf8d707f09665e9950b365846c0471b2 to your computer and use it in GitHub Desktop.
Save alexytiger/bf8d707f09665e9950b365846c0471b2 to your computer and use it in GitHub Desktop.
e-book
<mat-card>
<mat-card-subtitle>SnackBar Message</mat-card-subtitle>
<mat-card-content>
<p [ngClass]="{
'accent-color': data.color == 'accent',
'primary-color': data.color == 'primary',
'red-color': data.color == 'warn'
}">
{{data.message}}
</p>
</mat-card-content>
</mat-card>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment