В шаблоне контейнера (/melist/melist.component.html) и выводите, например так:
<main>
<section>
<child-component></child-component>
</section>
<another-child-component></another-child-component>
</main>
Где child-component и another-child-component селекторы дочерних компонентов.