Search code examples
angularangular5angular-componentsangular-component-router

Angular 5 Trouble Loading childComponent from Parent


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


Solution

  • @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