I am currently having trouble with adding child components to a custom parent component while using angular.
The child component is rendered under the parent component instead of inside the parent component.
I know this bug came up once but I am not helped by the React code as reply due to different way of coding.
For example I am creating a Hero where I want to be able to drag and drop a custom component in the hero. But this component is rendered under the Hero see image.
Please help me to fix this. I love this platform but that is one bug that is so hard to fix.
Here you can see my code: