I am trying to create a generic code for dynamic component loading. I have implemented parent child relationship. In it, child is overriding parent and will be used to dynamically load components.Below is the link I followed -
I made changes in it and now it looks something like below link -
Somehow it is not working and doesn't load changes. What am i missing here.