Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Last active October 28, 2018 13:43
Show Gist options
  • Save adrianfaciu/6e1857694d0128f1881139338b9b5b0c to your computer and use it in GitHub Desktop.
Save adrianfaciu/6e1857694d0128f1881139338b9b5b0c to your computer and use it in GitHub Desktop.
export class ToastData {
type: ToastType;
text?: string;
template?: TemplateRef<any>;
templateContext?: {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment