I have three components of following hierarchy:
<parent-component>
<wrapper-layer>
<inner-most>
</inner-most>
</wrapper-layer>
</parent-component>
Im confused on how to pass a component from <parent-component>
to <inner-most>
component Via <wrapper-layer>
.
During the transclusion how do I avoid the passed component to be displayed in the <wrapper-layer>
.