I am looking for a way to place my content within a different tag based on a specific condition.
For instance, I need my content to be enclosed in either a <table>
or <div>
depending on the condition.
<table|div class="someClass" [ngClass]="{'another-class': condition}">
Here is where my content goes with all the necessary styling
</table|div>