I am trying to bind some text and html data in the view file, but the page doesn't open in some devices.
i tried to surround html with <div>
tag, but still not working.
I wanted to know is there any alternative of $sce.trustashtml
in angular2 or in ionic 2.
i have added sample code below
<div [innerHTML]="html-variable-from-controller"></div>
i tried [inner-html]
also still no luck
any help will be appreciated