-
Notifications
You must be signed in to change notification settings - Fork 101
feat(html-content): innerHTML property #65
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
Merged
Merged
Conversation
This file contains hidden or 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
Nice, any chance to have this pulled in master? |
This was referenced Feb 27, 2017
@akserg thanks :) |
Alternative for pull requests #63 and #64,
and admittedly this one is my favorite implementation.
What kind of change does this PR introduce?
Close: Add 'html' content in title and messages #3
What is the current behavior? (You can also link to an open issue here)
Not supporting 'html' content in toasts
What is the new behavior (if this is a feature change)?
Supporting ability to projecting 'html' templates in toasts
Other information:
Testings using this branch:
ng2-webpack-demo/toasty-html-content
Using that code:
Gives the result:

I would happy to review and discussing