You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need be able to send custom data to the CustomComponent as @Input or similar to be able to display custom messages and custom templates.
I found this #112 ticket, but the shared plunker is not working anymore.
Hi @Stabzs ,
I need be able to send custom data to the CustomComponent as
@Input
or similar to be able to display custom messages and custom templates.I found this #112 ticket, but the shared plunker is not working anymore.
Here is my code to call the Toast.
And in my ToasterBodyComponent here is the HTML:
I know that I am missing something, but when I add the
public toast: Toast
it is undefined;Any help would be appreciated.
The text was updated successfully, but these errors were encountered: