Angular 5 Trouble Loading childComponent from Parent

34 Views Asked by At

I am trying to load a internal component :

app/stores/store/store-top.component

Once the user clicks on any of the stores from the list I wish to show the store-top content in store component.

Please provide some inputs

Below is my repository: https://github.com/kamleshkatpara/ngModuleIssue.git

1

There are 1 best solutions below

0
AudioBubble On BEST ANSWER

@Günter Zöchbauer

I fixed the issue, I was not loading the components inside my modules properly now it is working

Here is the demo link : https://github.com/kamleshkatpara/work.git