I have been working on creating a new code for dynamic component loading using a parent-child relationship. The child component is set to override the parent and will be used for dynamically loading components. I found this useful link that guided me through the process -
After making some modifications, my version now looks like the following link -
Despite my efforts, it seems that the changes are not being loaded properly. Can anyone help me figure out what I might be missing?