Nested component

I have two custom components called
<app-text> And <app-image> And i have created a shared module to use this. But my problem is when i use

< app-image >
< app-text >
< /app-text >
< / app-image >

In a page the inner component is not showing up and when I inspect the code using chrome I couldn’t find inner component too.
Any one please help me