<div class="main">
<ng-content select="[body]"></ng-content>
</div>
<div class="main-copy">
<ng-content select="[body]"></ng-content>
</div>
I am trying to copy the same content into main-copy but unfortunately it is not working.
Any suggestion?