We have a string greeting=`<span>hello</span>` . We want it rendered as html within the Angular template. Approach. <div [innerHTML]="greeting">< ...
確定! 回上一頁