In Angular 1.x, we could insert HTML in real-time by using the HTML tag ng-bind-html, combined with the JavaScript call $sce.trustAsHTML(). This go
ng-bind-html
$sce.trustAsHTML()
I think all you have to do is set the element you want to have compiled html with the [innerHTML]="yourcomponentscopevar"