Not sure if I understand your question correctly, but this might be what you want
<div [innerHTML]="rss.description"></div>
See also In RC.1 some styles can’t be added using binding syntax for how to allow “unsafe” HTML.
Not sure if I understand your question correctly, but this might be what you want
<div [innerHTML]="rss.description"></div>
See also In RC.1 some styles can’t be added using binding syntax for how to allow “unsafe” HTML.