I would like to bind the variable with HTML syntax into a template. However, it seems the inner-html directive does not work in the angular 2.0.0-beta.0. For example:
<p [inner-html]="item.content"></p>
What is the new alternative way or syntax in angular 2.0.0-beta.0?