Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created October 21, 2018 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianfaciu/94944322a83427de4af69dd6882d1de7 to your computer and use it in GitHub Desktop.
Save adrianfaciu/94944322a83427de4af69dd6882d1de7 to your computer and use it in GitHub Desktop.
<div class="toast"
[@fadeAnimation]="{value: animationState, params:
{ fadeIn: 1000, fadeOut: 1000 }}">
<mat-icon>{{ iconType }}</mat-icon>
<div>{{ data.text }}</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