Created
October 21, 2018 14:20
-
-
Save adrianfaciu/45abbc822b333e8b226f31221c615a36 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="toast"> | |
<mat-icon>done</mat-icon> | |
<div>This is a toast message</div> | |
<mat-icon (click)="close()">close</mat-icon> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment