Doesn’t work as expected: <div [innerHTML]=“output”>
In my .ts I have
output = <ion-item-divider> Trace Result </ion-item-divider>
;
In my template html, I use
<div [innerHTML]=“output”>
Still, it doesn’t interpret the tags.
NB: I am using latest ionic, angular and typescript.