Last active
October 28, 2018 13:43
-
-
Save adrianfaciu/6e1857694d0128f1881139338b9b5b0c 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
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