Angular 5 无法从父级加载子组件

Angular 5 Trouble Loading childComponent from Parent

我正在尝试加载一个内部组件:

app/stores/store/store-top.组件

一旦用户点击列表中的任何商店,我希望在商店组件中显示商店顶部的内容。

请提供一些信息

下面是我的存储库:https://github.com/kamleshkatpara/ngModuleIssue.git

@Günter Zöchbauer

我解决了这个问题,我没有在我的模块中正确加载组件,现在它正在工作

这是演示 link:https://github.com/kamleshkatpara/work.git