-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML in body #19
Comments
No, it's not. |
Thank you for the quick turnaround @artemsky. Just trying this now. See the new HTML toast type. Is there a way to pass HTML in body to the other toasts like Success? |
@ganeshkantu Yes. There are 2 ways now. service.html(HTMLString, {
type: SnotifyType.SUCCESS
}) or service.warning(null, null, {
html: 'Your html string'
}) https://github.com/artemsky/ng-snotify/blob/master/documentation/v2/api.md#html |
This is perfect. Thank you so much for this! |
Very interested in using this. One question - does this component support HTML in body? I did not see any reference to this in the docs or examples. If this is supported, could you please provide an example?
The text was updated successfully, but these errors were encountered: