Can you use Angular's structural directives in innerHtml
I am trying to insert HTML code containing *ngIf and *ngFor directives via a DOM element's innerHtml property. Is this possible? I don't understand how Angular renders things, so I don't know how to go about doing this. I tried…